Group In Spellcast

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » Windower » General » Group in spellcast
Group in spellcast
 Asura.Psylo
Offline
サーバ: Asura
Game: FFXI
user: psylo
Posts: 446
By Asura.Psylo 2014-01-05 04:02:59  
Hello everyone, i've a quick question about spellcast.

In some xml i found, i find this :
Code
<if group="tp1">
			<var cmd="set head $tankhead" />
			<var cmd="set lear $tanklear" />
			<var cmd="set body $tankbody" />
			<var cmd="set hands $tankhands" />
		</if>
		<elseif group="tp2">
			<var cmd="set head $ddhead" />
			<var cmd="set body $ddbody" />
			<var cmd="set hands $ddhands" />
			<if mode="or" timeLT="6.00" timeGT="17.59">
					<var cmd="set lear $NightLEar" />
			</if>
			<elseif mode="or" timeLT="18.00" timeGT="6.01">
					<var cmd="set lear $DayLEar" />
			</elseif>
		</elseif>



So, i assume, we can with maccro swap the "aftercast" gear to for example PDT or TPFULL gear, but, how ? ^^

Its simply for 2 situational set, have hate so PDT or no Hate, and off course want to go back to the "group" i choose if i ws for example.

Thks in advance everyone