Page 1 of 1
Make a Handstand when being feared???
Posted: Wed Jun 30, 2010 2:34 pm
by net_ralf
Is it possible to make a script/macro that checks if my char has been feared, and if this check is true then use /handstand??
would be awsome
cheers in advance
Ralf
Re: Make a Handstand when being feared???
Posted: Thu Jul 01, 2010 9:25 am
by swietlowka
does that mean that using handstand cancels fear or smt? share your knowledge first pls

Re: Make a Handstand when being feared???
Posted: Thu Jul 01, 2010 12:43 pm
by net_ralf
Before the patch it did, i havent tested it on the new client but it does. Just create a macro and type in
/handstand
and off you go on a handstand. no running

Re: Make a Handstand when being feared???
Posted: Fri Jul 02, 2010 2:09 am
by swietlowka
oh so it doesnt breake fear it just doesnt run all around, still cool have to check it... thou im not sure if theres any way to see that bot got feared imho...
Re: Make a Handstand when being feared???
Posted: Fri Jul 02, 2010 5:29 am
by rock5
net_ralf wrote:Before the patch it did, i havent tested it on the new client but it does. Just create a macro and type in
/handstand
and off you go on a handstand. no running

Try putting the following code in your profiles <onSkillCast> event;
Code: Select all
player:updateBuffs()
if player.Debuffs["Fear"] then
sendMacro("DoEmote(29)")
end
See if this works. Note this is untested.
Edit: I just tried /handstand. It's only lasts a moment. How is that supposed to help?
Re: Make a Handstand when being feared???
Posted: Mon Jul 05, 2010 1:20 pm
by MrStraatsoldaat
Long enough to not run into a group of mobs in an isntance.