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
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)
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)