09-01-2017, 01:44 PM
Dont know why, but when i am surrounded by 8 monsters and i have macros for 'exevo mas san' 'exori san' 'exori con' dependings on conditions my first attack nomatter what is 'exori san' with multiple target around me and no players nearby.
Why? Why bot doesnt continue 'exevo mas san' after every kill (or at least most of them). After target is dead there is once 'exori san' instead of mas san.
BBot.Exhaust.Offensive=2000
Why? Why bot doesnt continue 'exevo mas san' after every kill (or at least most of them). After target is dead there is once 'exori san' instead of mas san.
BBot.Exhaust.Offensive=2000
Quote:Self.Mana>=400
Self.Attacking()==1
Creatures.PlayersOnRange(4)<=1 [else1]
Self.Say(exevo mas san)
Exit()
{else1}
Macro.Run(san strike)
Exit()
Quote:Self.Mana>=300
Self.Attacking()==1
Creatures.PlayersOnRange(2)<=1 [else4]
Self.Say(exori san)
Exit()
{else4}
Self.Say(exori gran con)
Self.Say(exori con)
Exit()