Sets

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
Sets
 Leviathan.Dwb
Offline
サーバ: Leviathan
Game: FFXI
Posts: 144
By Leviathan.Dwb 2013-05-08 12:42:11  
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
サーバ: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2013-05-08 16:10:43  
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.