![]() |
Macro for Retro-PVP - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: Macro for Retro-PVP (/thread-19399.html) |
Macro for Retro-PVP - zarize - 02-18-2016 Hello guys, i rly need macro when player on screen use HMM, if no player on screen use exori gran vis, exori vis ... i beg u for help ![]() ![]() RE: Macro for Retro-PVP - zarize - 02-24-2016 refresh~ RE: Macro for Retro-PVP - kaiquegabriel - 02-24-2016 Try: Code: 1100 {ExoriVisOrHMM} Rune:=3198 Target:=Creature.Target() Self.Attacking()==1 Creatures.PlayersOnScreen()>=2 Creature.ShootOn(!Target!, !Rune!) [Jump] {Jump} Self.Attacking()==1 Self.Mana()>20 Self.Say(Exori Vis) RE: Macro for Retro-PVP - zarize - 02-28-2016 (02-24-2016, 02:34 AM)kaiquegabriel Wrote: Try: Isnt working ![]() RE: Macro for Retro-PVP - lukasze - 02-29-2016 Quote:500 {HMM} attack:=Creature.Target() Self.Attacking()==1 Creatures.PlayersOnScreen()>=2 Creature.ShootOn(!attack!, 3198) Quote:500 {Exori (gran) Vis } Self.Attacking()==1 Creatures.PlayersOnScreen()>=2 Self.Mana%()>=15 Self.Say(exori vis) Creatures.PlayersOnScreen()>=2 Self.Say(exori gran vis) |