BLM "impact" Xml Help Please

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » FFXI » Jobs » Black Mage » BLM "impact" xml help please
BLM "impact" xml help please
 Fenrir.Badda
Offline
Server: Fenrir
Game: FFXI
user: Badda
Posts: 15
By Fenrir.Badda 2011-09-17 05:12:58
Link | Quote | Reply
 
Hey guys, sorry i cant find what im looking for, although i have seen lines in other peoples casts, i cant get them to work in my xml, (aikars).

Basically, i cant get twilight cloak to stay on, when attempting to cast /ma "Impact" <t>

The macro im using is :

/equip body "Twilight cloak" <wait x>
/ma "Impact" <t>

Obviously equips cloak, but precast spell changes me back out. Heres my xml - thanks in advance!!


The work around im using atm which defeats the whole purpose of the xml is:-

/console sc s impact
/console unload spellcast <wait 1>
/ma "Impact" <t> <wait 10>
/console load spellcast

But it works lol
 Fenrir.Uzugami
Offline
Server: Fenrir
Game: FFXI
user: SSJAV
By Fenrir.Uzugami 2011-09-17 05:42:09
Link | Quote | Reply
 
What is spoiler
 Fenrir.Badda
Offline
Server: Fenrir
Game: FFXI
user: Badda
Posts: 15
By Fenrir.Badda 2011-09-17 05:44:41
Link | Quote | Reply
 
Fenrir.Uzugami said: »
What is spoiler

The xml is in there
 Ragnarok.Martel
Offline
Server: Ragnarok
Game: FFXI
Posts: 2908
By Ragnarok.Martel 2011-09-17 11:04:12
Link | Quote | Reply
 
Put this in with your elemental magic rules.
Code
<if Spell="Impact">
	<equip when="Precast|Midcast"><body lock="true">Twilight Cloak</body></equip>
</if>


Should keep the Clock locked on when you cast Impact.


And when posting a XML, use the [code /] tags so it doesn't squish the whole thing like that. Makes it hard to read. Or pastebin it.
Log in to post.