Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Safe *Exevo Mas San* - Player from safe list near
#1
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.
Reply
#2
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
Reply
#3
Thank You !
Reply
#4
(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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)