Monk Spellcast Question

Language: JP EN DE FR
2010-09-08
New Items
users online
Forum » FFXI » Jobs » Monk » Monk Spellcast question
Monk Spellcast question
 Asura.Chanceikin
Offline
Server: Asura
Game: FFXI
Posts: 60
By Asura.Chanceikin 2013-09-28 22:17:46
Link | Quote | Reply
 
Quick and easy one.. was reading the spellcast for dummies and just wanted to make sure I'm doing this right. Will this set the variables so that when I'm using these they will set the bodies correctly?

<if Buffactive="Formless Strikes">
<var cmd="set TPBody Mel. Cyclas +2" />
<var cmd="set WSBody Mel. Cyclas +2" />
</if>
<elseif Buffactive="Impetus">
<var cmd="set TPBody Tantra Cyclas +2" />
<var cmd="set WSBody Manibozho Jerkin" />
</elseif>
<elseif>
<var cmd="Set TPBody Thaumas Coat" />
<var cmd="set WSBody Manibozho Jerkin" />
</elseif>
 Siren.Inuyushi
Offline
Server: Siren
Game: FFXI
user: Inuyushi
Posts: 507
By Siren.Inuyushi 2013-09-28 22:52:06
Link | Quote | Reply
 
make the last elseif an else and the code will work yes
Offline
Posts: 257
By Kyler 2013-09-28 23:13:41
Link | Quote | Reply
 
Asura.Chanceikin said: »
Quick and easy one.. was reading the spellcast for dummies and just wanted to make sure I'm doing this right. Will this set the variables so that when I'm using these they will set the bodies correctly?

<if Buffactive="Formless Strikes">
<var cmd="set TPBody Mel. Cyclas +2" />
<var cmd="set WSBody Mel. Cyclas +2" />
</if>
<elseif Buffactive="Impetus">
<var cmd="set TPBody Tantra Cyclas +2" />
<var cmd="set WSBody Manibozho Jerkin" />
</elseif>
<elseif>
<var cmd="Set TPBody Thaumas Coat" />
<var cmd="set WSBody Manibozho Jerkin" />
</elseif>

I believe that the only thing the augment on Melee Cyclas +2 does anymore is extend the duration. The bonus effect to formless got nerfed from test server > live so TPing in it is pointless

Also, formless never applied to ws so changing the ws body is also pointless
[+]
 Asura.Chanceikin
Offline
Server: Asura
Game: FFXI
Posts: 60
By Asura.Chanceikin 2013-09-30 22:30:36
Link | Quote | Reply
 
Formless body is worthless now? Well, outside of regen anyway?

Edit: So if body is worthless for formless.. and I take those lines out and it's just for impetus and regular.. is it an else or elseif?

For example:
<if Buffactive="Impetus">
<var cmd="set TPBody Tantra Cyclas +2" />
<var cmd="set WSBody Manibozho Jerkin" />
</if>
<elseif>
<var cmd="Set TPBody Thaumas Coat" />
<var cmd="set WSBody Manibozho Jerkin" />
</elseif>
 Sylph.Hitetsu
Offline
Server: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2013-09-30 23:25:54
Link | Quote | Reply
 
That <elseif> needs to have a condition, or be changed to a standard <else>
 Bismarck.Killamexe
Offline
Server: Bismarck
Game: FFXI
user: Elbii
Posts: 8
By Bismarck.Killamexe 2013-10-28 07:29:32
Link | Quote | Reply
 
anyone mind posting a current monk spellcast? thanks
necroskull Necro Bump Detected! [40 days between previous and next post]
 Siren.Alk
Offline
Server: Siren
Game: FFXI
user: Alkai
Posts: 12
By Siren.Alk 2013-12-07 17:03:52
Link | Quote | Reply
 
Also looking for a current monk spellcast if any kind soul would be willing to post one.
 Sylph.Peldin
Offline
Server: Sylph
Game: FFXI
Posts: 837
By Sylph.Peldin 2013-12-09 13:22:25
Link | Quote | Reply
 
Check BG Forums - there is a thread there with a list of spellcasts. Although they may be a bit complicated to understand.
 Quetzalcoatl.Sithel
Offline
Server: Quetzalcoatl
Game: FFXI
user: Wildman33
Posts: 55
By Quetzalcoatl.Sithel 2013-12-15 20:28:12
Link | Quote | Reply
 
Here's mine that I use, seems popular in my Linkshell in that a lot of mnk's asking for it :P

http://pastebin.com/SmhBFJsu

Sometimes I get a weird bug when windower first loads, I get an error that it can't find sets when I toggle them via the /ja trigger. I just reload spellcast and it's fine, just could never figure out why it does it.
Log in to post.