DNC XML

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
DNC XML
 Sylph.Elgorian
Offline
Server: Sylph
Game: FFXI
user: Elgorian
Posts: 305
By Sylph.Elgorian 2012-06-02 12:15:19
Link | Quote | Reply
 
Anddddd I'm back XD

http://pastebin.com/KCy8Uw8U

Finished my DNC spellcast and I'm happy with it.

Just having ONE issue,

Whenever I'm not in combat and say... Waltz, or Jig, whatever. It equips my TP gear after using as opposed to my idle gear.

Not sure what I need to change to get it working correctly.

Appreciate the help.
 Fenrir.Sylow
Offline
Server: Fenrir
Game: FFXI
Posts: 6862
By Fenrir.Sylow 2012-06-02 12:21:55
Link | Quote | Reply
 
something like

if status = idle
equip when idle|adftercast set=idle

elseif status=engaged
equip when idle|aftercast|engaged set=tp
 Sylph.Elgorian
Offline
Server: Sylph
Game: FFXI
user: Elgorian
Posts: 305
By Sylph.Elgorian 2012-06-02 12:29:36
Link | Quote | Reply
 
Working! Thanks.