BLM Spellcast Rule Help.

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Spellcast Scripting » Black Mage » BLM Spellcast rule help.
BLM Spellcast rule help.
 Bahamut.Bojack
Offline
Server: Bahamut
Game: FFXI
user: Bojack316
Posts: 2076
By Bahamut.Bojack 2013-08-23 16:01:43
Link | Quote | Reply
 
Looking for some help to make a rule that does this:

- Equips Magian Ice/Thunder staves in precast for all Ice/Thunder spells.
- Leaves Magian Ice/Thunder staves on for Tier V and -aja only
- Equips Atinian Staff in midcast for all spells excluding the 4 above.

Just not sure how to get all those rules right lol.
 Bismarck.Ihina
Online
Server: Bismarck
Game: FFXI
user: Ihina
Posts: 3187
By Bismarck.Ihina 2013-08-23 16:16:41
Link | Quote | Reply
 
Errr, isn't it blatantly straight-forward?

if spell = *this*
> precast => do this
> midcast => do this

else if spell = *this*
> precast => do this
> midcast => do this
[+]
 Cerberus.Pukushu
Offline
Server: Cerberus
Game: FFXI
user: pukushu
Posts: 331
By Cerberus.Pukushu 2013-08-23 17:01:46
Link | Quote | Reply
 
could use:

if skill = elementalmagic
equip precast magianstaff
if spell = *whatever spell*
equip midcast magianstaff
/if
else
equip midcast otherstaff
/else
/if

i was lazy in formatting, but that should work and is super easy to write and/or expand on.
Log in to post.