12-26-2014, 02:22 PM
macro needs to establish a stealth ring when it is with me three monsters
needs a macro
|
12-26-2014, 02:22 PM
macro needs to establish a stealth ring when it is with me three monsters
12-26-2014, 03:04 PM
Create 2 macros, 1 macro for each monster:
PHP Code: 500 {Stealth 1} ID:=3049 Creatures.ByName(Corym Charlatan)>=2 [corym1] Self.Equip.Ring(!ID!) Exit() {corym1} Self.UnEquip.Ring(0) Exit() PHP Code: 500 {Stealth 2} ID:=3049 Creatures.ByName(Corym Skirmisher)>=2 [corym2] Self.Equip.Ring(!ID!) Exit() {corym2} Self.UnEquip.Ring(0) Exit() If i help you please Click ^ to give REP point
if I'll have more rep I'll make better scrips
12-26-2014, 03:11 PM
hmm is a small problem because he wears the ring and takes off or even kill monsters
PHP Code: 500 {stealth ring} ring:=3049 Creatures.ByName(Corym Sharlatan)>=1 [jump] If i help you please Click ^ to give REP point
if I'll have more rep I'll make better scrips
12-26-2014, 03:30 PM
but even if they took off the ring that would be great but I Reput flies; p
12-26-2014, 04:46 PM
sorry i cant help more cuz i found this macro on forum and i cant do more maybe u must add a "Self.UnEquip.Ring"?
If i help you please Click ^ to give REP point
if I'll have more rep I'll make better scrips
12-26-2014, 05:15 PM
okay thanks Experiment a great thing; p
Hmmm maby this:
Code: 500 {Stealth Ring} Self.Attacking()==1 Creatures.OnScreen()>=3 [jump] Self.Equip.Ring(3049) Creatures.OnScreen()<3 {jump} Self.UnEquip.Ring(0) 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 »
|