Rdm Spellcast Help

Eorzea Time
 
 
 
Language: JP EN FR DE
users online
Forum » FFXI » Jobs » Red Mage » Rdm Spellcast Help
Rdm Spellcast Help
 Asura.Halestrum
Offline
Server: Asura
Game: FFXI
user: Hale
Posts: 27
By Asura.Halestrum 2014-04-18 07:58:25
Link | Quote | Reply
 
Ok, Sorry for the thread I tried for several hours this morning to get a working day/night variable going, so figure i'd post what i'm trying to do here as well as link my xml and hope for some help.

Basically i'm try to set my idle gear at night to use the Beatific Shield and alternate gende/hagondes gear with the serpentes pieces for refresh so if anyone could tell me kindly what the hell i'm doing wrong i'd appreciate it

Link To current xml
http://pastebin.com/aB7A4524
 Asura.Psylo
Offline
Server: Asura
Game: FFXI
user: psylo
Posts: 446
By Asura.Psylo 2014-04-18 08:09:56
Link | Quote | Reply
 
Sup i would chnage this part :
Code
<if NotStatus="Engaged">
273.    <if area="*Windurst*|Heavens*|*San d'Oria*|Chateau*|*Bastok*|Metalworks|*Jeuno*|Ru'Lude*|*Whitegate|Al Zahbi|Chocobo*|*Colosseum|Selbina|Mhaura|Kazham|Norg|Tavnazia*|*Adoulin" notarea="Dynamis*|*[S]" notbuffactive="Besieged">
274.    <action type="Equip" when="idle|engaged|resting|precast|midcast|aftercast" set="Town" />
275.    </if>
276.    <else>
277.    <action type="equip" when="aftercast" set="IDLE"/>
278.    </else>
279.    </if>
280.    <else>
281.    <action type="equip" when="aftercast" set="TP"/>
282.    </else>


by a more simple, osef town gear just put a :
Code
<if NotStatus="Engaged">
<action type="equip" when="aftercast" set="IDLE"/>
</if>

 Asura.Halestrum
Offline
Server: Asura
Game: FFXI
user: Hale
Posts: 27
By Asura.Halestrum 2014-04-18 09:07:20
Link | Quote | Reply
 
I'm pretty sure i orginally downloaded this set montenn's maybe town gear doesn't matter to me though just trying to get this day and night variable right so i can change my shield boots and gloves accordingly
 Asura.Psylo
Offline
Server: Asura
Game: FFXI
user: psylo
Posts: 446
By Asura.Psylo 2014-04-18 09:14:20
Link | Quote | Reply
 
You can just put this rules too :
Code
<equip when="idle|aftercast" set="Idle" /> 


Simple
 Asura.Halestrum
Offline
Server: Asura
Game: FFXI
user: Hale
Posts: 27
By Asura.Halestrum 2014-04-18 11:28:44
Link | Quote | Reply
 
For the day and night variable or the town gear