BBot - The best bot of the world
Safe *Exevo Mas San* - Player from safe list near - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Safe *Exevo Mas San* - Player from safe list near (/thread-20653.html)



Safe *Exevo Mas San* - Player from safe list near - Matez93 - 03-29-2017

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.


RE: Safe *Exevo Mas San* - Player from safe list near - Catar - 03-29-2017

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


RE: Safe *Exevo Mas San* - Player from safe list near - Matez93 - 03-30-2017

Thank You !


RE: Safe *Exevo Mas San* - Player from safe list near - Kazan - 04-03-2017

(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?