Log in

View Full Version : Help plz!!!



Dalcore
03-23-2012, 13:11
How do i set hold attack if someone is stair hopping?

Shivani
03-23-2012, 20:33
setHoldAttackOnStairJumpOn()?

Malmis
03-24-2012, 12:55
Well... You would have to use the cavebot module, and either know the name of the person you're attacking from start and script it or have to accept the bot changing targets at will and sometimes not picking them... :p


#Adds anyone who attacks you not already in list to auto-attack list
setMeleeKill $lastpkname$
#Automatically adds whoever you attack to auto-attack list
setMeleeKill $nameofhex-id:{$hex-lastattackedid$}$
gotoScriptLine 0

This would work perfectly for stairjumpers, even several off them.
Problem is it will use the cavebots targetting, ie never attack unreachable targets and other limitations.