BBot - The best bot of the world

Full Version: Safe *Exevo Mas San* - Player from safe list near
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I am searching for simple macro - auto Exevo Mas San with player safe list.

Eg. When only me and my friend on screen and 2 or above monsters bot will cast mas san.
for now u woudl have to use Creature.ByName(Name) or Creatures.ByRangeName(Range, Name) in safe exori san manual macro to subtract it (VarSub) from total amount of players nearby


example

Code:
0 {safe mas san}
Self.Mana>=160
Self.Attacking()==1
CrAll:=Creatures.PlayersOnRange(4)
frN:=Creatures.ByRangeName(4, YourFRIENDname)
plsan:=!CrAll!
VarSub(plsan, !frN!)
!plsan!<=1
HUD.Display(mas san)
Self.Say(exevo mas san)
exit()


OFC set it up in advanced attack sequence
Thank You !
(03-29-2017, 09:24 PM)Catar Wrote: [ -> ]for now u woudl have to use Creature.ByName(Name) or Creatures.ByRangeName(Range, Name) in safe exori san manual macro to subtract it (VarSub) from total amount of players nearby


example

Code:
0 {safe mas san}
Self.Mana>=160
Self.Attacking()==1
CrAll:=Creatures.PlayersOnRange(4)
frN:=Creatures.ByRangeName(4, YourFRIENDname)
plsan:=!CrAll!
VarSub(plsan, !frN!)
!plsan!<=1
HUD.Display(mas san)
Self.Say(exevo mas san)
exit()


OFC set it up in advanced attack sequence


Can you create for me this macro but for using rune on my another character and for exori/gran for ek with my mc (ED) on range, with "human timer" for other players?