02-21-2017, 06:00 AM
I created anti-waste macro for haste (when you're botting on monsters what have paralyse in attacks, without this your waste is much higher).
I already tested this on Guzzlemaws and it's working perfect. It will start using haste after 8~ secounds since when your character will not have any target.
You just need to put those 2 macros in your script;
500 {Target timer} Self.Attacking()==1 [jest] w8safetarget:=0 exit() {jest} VarAdd(w8safetarget, 1) exit()
500 {antispam haste} rdmhaste:=Misc.Random(12, 16) Self.Mana>=60 Status.Haste==0 !w8safetarget!>=!rdmhaste! Self.Say(utani hur) Exit()
I already tested this on Guzzlemaws and it's working perfect. It will start using haste after 8~ secounds since when your character will not have any target.
You just need to put those 2 macros in your script;
500 {Target timer} Self.Attacking()==1 [jest] w8safetarget:=0 exit() {jest} VarAdd(w8safetarget, 1) exit()
500 {antispam haste} rdmhaste:=Misc.Random(12, 16) Self.Mana>=60 Status.Haste==0 !w8safetarget!>=!rdmhaste! Self.Say(utani hur) Exit()