Trouble With Sc

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » Jobs » Samurai » trouble with sc
trouble with sc
Offline
Posts: 362
By gargurty 2012-12-15 04:34:46  
Eversinds the new update my seigan third eye not working.
It keeps doing seigan and doesnt do third eye:

Here is my line:
<if type="jobability">
<if spell="Third eye|Seigan">
<defaulttarget target="<me>" />
<if Buffactive="Seigan">
<equip when="precast" set="%spell" />
<equip when="aftercast" Set="%status" />
</if>
<else>
<changespell spell="Seigan" />
<command when="aftercast">input /ja "Third Eye"<me></command>
<equip when="precast" set="%spell" />
<equip when="aftercast" Set="%status" />
</else>
</if>


now i keep getting the message
time left: (0:00:??)
unable to use job ability



And it wont stop until i use another ability.

what is wrong?
I'm using the xml from wikiwindower
Offline
By Aeyela 2012-12-15 04:42:18  
Just be patient. Sometimes other people have recently killed Steam Cleaner so he can take awhile to pop!
[+]
Offline
Posts: 362
By gargurty 2012-12-15 06:32:07  
?? lol wrong post?

i mean spellcast :)
 
Offline
Posts:
By 2012-12-15 06:34:28
 Undelete | Edit  | Link | 引用 | 返事
 
Post deleted by User.
Offline
By Aeyela 2012-12-15 06:37:28  
Have you downloaded the updated Spellcast? Since the update, a lot of Windower plugins got borked but have since been fixed. Redownload it and reopen Windower and see if your XML works then. Since XML is a universal script that always has the same structure, it's highly unlikely there's suddenly something wrong with your file.
 Odin.Zelphes
Offline
サーバ: Odin
Game: FFXI
user: Zelphes
Posts: 355
By Odin.Zelphes 2012-12-15 06:37:52  
gargurty said: »
?? lol wrong post?

i mean spellcast :)

confirmed case of /wooshed
[+]
Offline
Posts: 362
By gargurty 2012-12-15 08:19:45  
tried it but no update yet :/
still keeps on using seigan.
 Asura.Backstab
Offline
サーバ: Asura
Game: FFXI
user: backstab
Posts: 256
By Asura.Backstab 2012-12-15 08:43:32  
try this, works for me.
Code
<if mode="and" Spell="Third Eye" notbuffactive="Seigan" MLvlGT="69">
    <cancelspell />
    <addtochat color="121">No Seigan Up! - Popping Seigan!</addtochat>
    <command>input /ja "Seigan"<me>;wait 1.5;input /ja "Third Eye"<me>;</command>
    </if>
Offline
Posts: 362
By gargurty 2012-12-15 10:12:19  
Getting an error in line 230
Offline
Posts: 362
By gargurty 2012-12-15 13:23:00  
Got it to work, there's a new update for spellcast on windower:)