Overdrive Spellcast

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » FFXI » Jobs » Puppet Master » overdrive spellcast
overdrive spellcast
 Cerberus.Koyote
Offline
Server: Cerberus
Game: FFXI
user: koyote
Posts: 69
By Cerberus.Koyote 2013-03-18 09:17:27
Link | Quote | Reply
 
hello geeks
looking for making a rule which could let me use Cooldown if i get overloaded. anyone know how to make it please ?
so i can include it in my existing spellcast . thankies
 Quetzalcoatl.Dova
Offline
Server: Quetzalcoatl
Game: FFXI
user: dova
Posts: 567
By Quetzalcoatl.Dova 2013-03-18 09:35:13
Link | Quote | Reply
 
This is what I came up with off the top of my head. I'm not sure the exact buff names for each thing and whatnot. I think that would work. Personally I'd rather use autoexec to do it. If you figure something out wrong I'd like to know for future reference!
Code
<if spell="*Maneuver">
  <command when="aftercast">wait 2;input /ws "dancing chains"</command>
</if>
<if spell="dancing chains">
  <if buffactive="overload">
    <command when="precast">wait 2;input /ja "cooldown"</command>
    <cancelspell/>
  </if>
</if>
 Ragnarok.Ashman
Offline
Server: Ragnarok
Game: FFXI
user: Ashman
Posts: 4251
By Ragnarok.Ashman 2013-03-18 09:37:46
Link | Quote | Reply
 
I'm not sure I follow (thank God I'm not pup)? I thought cooldown was a preventative (use before) measure against overloading. I mean like... overdrive wears off and you type /ja cooldown

or like... I guess i don't know what you want or see a reason why you would want it. Sorry if it's clear to anyone else, i'm just confused is all.
 Cerberus.Koyote
Offline
Server: Cerberus
Game: FFXI
user: koyote
Posts: 69
By Cerberus.Koyote 2013-03-18 09:39:32
Link | Quote | Reply
 
ok , yea cooldown is a JA u can use to erase overload
so basically, what i wanna is the rule using cooldown when i'm overloaded
 Ragnarok.Ashman
Offline
Server: Ragnarok
Game: FFXI
user: Ashman
Posts: 4251
By Ragnarok.Ashman 2013-03-18 10:02:59
Link | Quote | Reply
 
That makes more sense now. Dova's code looks very similar to what I was thinking.
 Cerberus.Koyote
Offline
Server: Cerberus
Game: FFXI
user: koyote
Posts: 69
By Cerberus.Koyote 2013-03-18 10:10:03
Link | Quote | Reply
 
Dova, any idea how to autoexec it please ?
 Quetzalcoatl.Dova
Offline
Server: Quetzalcoatl
Game: FFXI
user: dova
Posts: 567
By Quetzalcoatl.Dova 2013-03-18 10:16:02
Link | Quote | Reply
 
I logged and checked and that code did work. For AE I think it would be
Code
<register silent="true" event="gainbuff_Overload">input /ja Cooldown</register>
 Cerberus.Koyote
Offline
Server: Cerberus
Game: FFXI
user: koyote
Posts: 69
By Cerberus.Koyote 2013-03-18 10:27:52
Link | Quote | Reply
 
ok so i copied/pasted yours into my AE, doesnt seems to work
 Quetzalcoatl.Dova
Offline
Server: Quetzalcoatl
Game: FFXI
user: dova
Posts: 567
By Quetzalcoatl.Dova 2013-03-18 10:28:33
Link | Quote | Reply
 
Gah one sec! Just logged off lol...
 Cerberus.Koyote
Offline
Server: Cerberus
Game: FFXI
user: koyote
Posts: 69
By Cerberus.Koyote 2013-03-18 10:30:20
Link | Quote | Reply
 
ok nvm that works very well , ty so much for your help guys
Log in to post.