Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exori Macro
#1
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 ^^
#2
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()
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
#3
it works but there is alittle problem, if he's low on mana he doesn't use a mana pot
#4
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'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
#5
i need the bot to use mana pot only when he needs to use exori
#6
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()
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.


Forum Jump:


Users browsing this thread: 1 Guest(s)