Sets

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Sets
 Leviathan.Dwb
Offline
Server: Leviathan
Game: FFXI
Posts: 144
By Leviathan.Dwb 2013-05-08 12:42:11
Link | Quote | Reply
 
Hey guys,

Well while the update is going on I thought I would take some time to try and get some help with the Sets I have heard about.

What I have heard is you can make a macro to activate a set.

Example, you are fighting a mob, he casts Fire V on you, you hit a macro set that puts you into a MDT set and stops all other gear change.

How is this doable?

Here is my current SC
 Sylph.Hitetsu
Offline
Server: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2013-05-08 16:10:43
Link | Quote | Reply
 
Make a set called "MDT", then add the following to your rules:

<if spell="Trigger0">
<equip when="precast" set="MDT" />
</if>

Then, make a macro/keybind that has //trigger0 in it, and you're golden.