BBot - The best bot of the world

Full Version: party spells
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys
i'm need safe macro with exori from party and mas san thanks Smile
If u mean that ur bot will use aoe spells with ur party members beside and not use with non party members,
sorry, cant help u, there is no function in macros that will check if u party with player

ill give u macro for mas san away from other players

Code:
target:=Creature.Attacking()
Self.Attacking()==1
Self.Mana>=160
Creatures.PlayersOnRange(5)==01
Creatures.ByRange(2)>=4
Self.Say(exevo mas san)


Just remember if someone goes up and down, bot can still hit him


in Creatures.PlayersOnRange(5)==01 -5 is range on which it will count number of players (including your character) , 1 is that max amount (means, only you)
in Creatures.ByRange(2)>=4 2 to range, a 4 is number of ALL creatures on that range (including your character)