BBot - The best bot of the world

Full Version: Exori Macro
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need a macro to do exori when 2 creatures are arround me and no players are on screen , because i play pvpe world. Thanks in advance ^^
Erleo macro:
Quote:500 {Exori} Criaturas:=2 Wait:=1 VarMult(Wait, 12) Creatures.PlayersOnScreen()>=2 [sp] Time:=0 Exit() {sp} VarAdd(Time, 1) Creatures.Beside()>=!Criaturas! !Time!>=!Wait! Self.Say(exori) Exit()
it works but there is alittle problem, if he's low on mana he doesn't use a mana pot
Try this
Quote:500 {Exori} Criaturas:=2 Wait:=1 VarMult(Wait, 12) Creatures.PlayersOnScreen()>=2 [sp] Time:=0 Exit() {sp} VarAdd(Time, 1) Creatures.Beside()>=!Criaturas! !Time!>=!Wait! Self.Mana()>100 Self.Say(exori) Exit()
or
Quote:500 {Exori} Criaturas:=2 Wait:=1 VarMult(Wait, 12) Creatures.PlayersOnScreen()>=2 Self.Mana()>100 [sp] Time:=0 Exit() {sp} VarAdd(Time, 1) Creatures.Beside()>=!Criaturas! !Time!>=!Wait! Self.Say(exori) Exit()

set Your manas to use when low than 110 mana points
i need the bot to use mana pot only when he needs to use exori
Quote:500 {Exori} Criaturas:=2 Wait:=1 VarMult(Wait, 12) Creatures.PlayersOnScreen()>=2 [sp] Time:=0 Exit() {sp} VarAdd(Time, 1) Creatures.Beside()>=!Criaturas! Hotkey.Use(268) !Time!>=!Wait! Self.Say(exori) Exit()