I'm trying to set up spellcast plugin on windower to change to a group name when I attack certain mobs. I've been trying to make this work for a while and I'm totally stuck... If anyone who knows much about spellcast could send me a PM about it or reply to this thread I'd much appreciate it!
Thanks
Page 1 of 1
Spellcast change group question
#2
Posted 01 March 2010 - 07:06 AM
i'd really shy away from group changing in your SC like this if you can avoid it, as it will cause all sorts of havoc with your sc, however
if mode="and" group="group1" target="mobname"
sc group group2
/if
elseif group="group2"
if mode="not" target="mobname"
sc group group1
/if
/elseif
this should keep it from spamming you and resetting your sc every time you perform an action
an easier way would be
if status="engaged"
if target="datmob"
action type="equip" set="setforspecialmob" /
/if
/if
elseif status="engaged"
action type="equip" set="setforothermobs" /
/elseif
i assume this is for a meleeing set, but the logic still works for a mage set, just fill in the when and set name
say you want to throw it in a nukan set for blm
if skill="elemental magic"
<!---insert nukan rules ---!>
if target="datmob"
action="equip" when="midcast" set="sprspecialnukinset"
obviously syntax is nowhere near correct on any of these, and fix for that, but the logic should work
and yea if someone can clean that up for me, feel free, its 7am and i'm kinda tired but i noticed no one was helpin out here
if mode="and" group="group1" target="mobname"
sc group group2
/if
elseif group="group2"
if mode="not" target="mobname"
sc group group1
/if
/elseif
this should keep it from spamming you and resetting your sc every time you perform an action
an easier way would be
if status="engaged"
if target="datmob"
action type="equip" set="setforspecialmob" /
/if
/if
elseif status="engaged"
action type="equip" set="setforothermobs" /
/elseif
i assume this is for a meleeing set, but the logic still works for a mage set, just fill in the when and set name
say you want to throw it in a nukan set for blm
if skill="elemental magic"
<!---insert nukan rules ---!>
if target="datmob"
action="equip" when="midcast" set="sprspecialnukinset"
obviously syntax is nowhere near correct on any of these, and fix for that, but the logic should work
and yea if someone can clean that up for me, feel free, its 7am and i'm kinda tired but i noticed no one was helpin out here
Share this topic:
Page 1 of 1
Sign In »
Register Now!
Help


Back to top









