|
ToyMage Apprentice
Joined: 01 Sep 2005 Posts: 120
|
Posted: Sat Oct 15, 2005 11:11 pm
Auto Spell Fail Recast? |
I'm trying to get my character to queue and recast spells when they fail.
-----
Trigger "You lost your concentration."
%lastcom
------
Apparently this doesn't work well. It retrys to cast the spell once and if it fails again it does't try again correctly.
Anyone got a nice auto recast spell trigger?
Toymage |
|
|
|
OmegaDeus Apprentice
Joined: 14 Sep 2005 Posts: 121
|
Posted: Sun Oct 16, 2005 12:03 am |
I've got something sort of similar to this, to keep trying to steal what i want from whom. I used an alias for this.
for example:
#var wish %1
#var mark %2
ste @wish @mark
then since wish and mark are already set, i have my trigger just run the alias without parameters, you on the other hand could alias your spells and have them set a variable at the same time and when you fail it goes for the last spell again. There are many ways in which this could be approached. |
|
_________________
Look at me I've got zSKILLS |
|
|
|
|
|