Spellcast And Puppetry Dastanas

Eorzea Time
 
 
 
Language: JP EN FR DE
users online
Forum » FFXI » Jobs » Puppet Master » Spellcast and Puppetry Dastanas
Spellcast and Puppetry Dastanas
 Valefor.Flameblade
Offline
Server: Valefor
Game: FFXI
Posts: 62
By Valefor.Flameblade 2012-09-01 09:56:30
Link | Quote | Reply
 
So I changed my spellcast a bit and fixed my macros and whenever I use a wind Maneuver, spellcast doesnt change my hands from Cirue Guanti +2 to my Puppetry Dastanas, has anyone else had this problem before? my spellcast looks like

<set name="Maneuver" Baseset="Idle">
<Body>Cirque Farsetto +2</Body>
<Neck>Buffoon's Collar +1</Neck>
<hands>Puppetry Dastanas</hands>

and the I have made is

<if spell="Wind*|Earth*|Water*|Light*|Dark*|Thunder*|Fire*|Ice*">
<action type="equip" when="PreCast" set="Maneuver" />
<action type="equip" when="AfterCast" set="Idle" />
</if>
 Sylph.Binckry
Offline
Server: Sylph
Game: FFXI
user: Binckly
Posts: 529
By Sylph.Binckry 2012-09-01 10:49:43
Link | Quote | Reply
 
Valefor.Flameblade said: »
<set name="Maneuver" Baseset="Idle">
<Body>Cirque Farsetto +2</Body>
<Neck>Buffoon's Collar +1</Neck>
<hands>Puppetry Dastanas</hands>
Why are there boxes on the dastanas? >: And you closed the <set> with </set> right? That's a pretty stupid question for me to ask you, but idk. D:
 Quetzalcoatl.Loneshadow
Offline
Server: Quetzalcoatl
Game: FFXI
Posts: 31
By Quetzalcoatl.Loneshadow 2012-09-01 10:54:34
Link | Quote | Reply
 
Valefor.Flameblade said: »
So I changed my spellcast a bit and fixed my macros and whenever I use a wind Maneuver, spellcast doesnt change my hands from Cirue Guanti +2 to my Puppetry Dastanas, has anyone else had this problem before? my spellcast looks like

<set name="Maneuver" Baseset="Idle">
<Body>Cirque Farsetto +2</Body>
<Neck>Buffoon's Collar +1</Neck>
<hands>Puppetry Dastanas</hands>

and the I have made is

<if spell="Wind*|Earth*|Water*|Light*|Dark*|Thunder*|Fire*|Ice*">
<action type="equip" when="PreCast" set="Maneuver" />
<action type="equip" when="AfterCast" set="Idle" />
</if>

Instead of doing every element * just do *maneuver
 Valefor.Flameblade
Offline
Server: Valefor
Game: FFXI
Posts: 62
By Valefor.Flameblade 2012-09-01 12:09:03
Link | Quote | Reply
 
Sylph.Binckry said: »
Valefor.Flameblade said: »
<set name="Maneuver" Baseset="Idle">
<Body>Cirque Farsetto +2</Body>
<Neck>Buffoon's Collar +1</Neck>
<hands>Puppetry Dastanas</hands>
Why are there boxes on the dastanas? >: And you closed the <set> with </set> right? That's a pretty stupid question for me to ask you, but idk. D:

What do you mean by Boxes? and yes i did close it with </set> it changes the rest of my maneuver gear, just not my Dastanas
Offline
Posts: 39
By bubblybernie 2012-09-01 12:30:41
Link | Quote | Reply
 
 Valefor.Flameblade
Offline
Server: Valefor
Game: FFXI
Posts: 62
By Valefor.Flameblade 2012-09-01 12:32:37
Link | Quote | Reply
 
Hmmm, I dont see that XD is it normal? >.>
 Quetzalcoatl.Dova
Offline
Server: Quetzalcoatl
Game: FFXI
user: dova
Posts: 567
By Quetzalcoatl.Dova 2012-09-04 11:14:03
Link | Quote | Reply
 
Code
<hands>Pup. Dastanas</hands>
 Valefor.Flameblade
Offline
Server: Valefor
Game: FFXI
Posts: 62
By Valefor.Flameblade 2012-09-04 11:30:57
Link | Quote | Reply
 
Yaaay :D that worked! thank you so much!