06-14-2014, 11:04 PM
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 ^^
Exori Macro
|
06-14-2014, 11:04 PM
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 ^^
06-14-2014, 11:45 PM
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.
06-14-2014, 11:59 PM
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'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
06-15-2014, 12:18 AM
i need the bot to use mana pot only when he needs to use exori
06-15-2014, 01:10 AM
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.
|
« Next Oldest | Next Newest »
|