Helix Spam

Eorzea Time
 
 
 
Language: JP EN FR DE
users online
Forum » FFXI » Jobs » Scholar » Helix Spam
Helix Spam
 Cerberus.Sey
Offline
Server: Cerberus
Game: FFXI
user: Sey
Posts: 256
By Cerberus.Sey 2013-06-01 14:44:10
Link | Quote | Reply
 
Probably was asked before but too much was in the search results.

Can someone post a helix spam skillup xml please?
Thanks!
 Cerberus.Sey
Offline
Server: Cerberus
Game: FFXI
user: Sey
Posts: 256
By Cerberus.Sey 2013-06-01 15:21:20
Link | Quote | Reply
 
Nevermind. I figured it out with the old BRD skill up. But in case someone else wants for the Mastop NM or whatever....


<spellcast xmlns:xi="http://www.w3.org/2001/XInclude">
<config />
<variables clear="false">
<var name="SkillUp">1</var>
</variables>
<sets />
<rules>
<if spell="Noctohelix">
<if advanced='"$SkillUp" == "1"'>
<command when="aftercast">wait 2;input /ma "Geohelix" <t></command>
</if>
</if>

<elseif spell="Geohelix">
<if advanced='"$SkillUp" == "1"'>
<command when="aftercast">wait 2;input /ma "Anemohelix" <t></command>
</if>
</elseif>

<elseif spell="Anemohelix">
<if advanced='"$SkillUp" == "1"'>
<command when="aftercast">wait 2;input /ma "Cryohelix" <t></command>
</if>
</elseif>

<elseif spell="Cryohelix">
<if advanced='"$SkillUp" == "1"'>
<command when="aftercast">wait 2;input /ma "Pyrohelix" <t></command>
</if>
</elseif>

<elseif spell="Pyrohelix">
<if advanced='"$SkillUp" == "1"'>
<command when="aftercast">wait 2;input /ma "Hydrohelix" <t></command>
</if>
</elseif>

<elseif spell="Hydrohelix">
<if advanced='"$SkillUp" == "1"'>
<command when="aftercast">wait 2;input /ma "Ionohelix" <t></command>
</if>
</elseif>

<elseif spell="Ionohelix">
<if advanced='"$SkillUp" == "1"'>
<command when="aftercast">wait 2;input /ma "Noctohelix" <t></command>
</if>
</elseif>




</rules>
</spellcast>
[+]
 Leviathan.Syagin
Offline
Server: Leviathan
Game: FFXI
user: Kerron
Posts: 999
By Leviathan.Syagin 2013-06-02 08:59:28
Link | Quote | Reply
 
Not that I need it but that's really generous of you much respect.