04-14-2014, 12:20 AM
I need a macro that team dwarven ring with Wyvern on the screen, and unequip if you are not on the screen
Need help for Macro
|
04-14-2014, 12:20 AM
I need a macro that team dwarven ring with Wyvern on the screen, and unequip if you are not on the screen
04-14-2014, 01:51 AM
1000 {Dwarven Ring Use} Creatures.ByRangeName(6, Wyvern) [else] Self.Equip.Ring(3097) {else} Self.Inventory.Ring()==3097 Self.UnEquip.Ring(0)
REP ++ IF I HELPED YOU !!! THANKS
04-14-2014, 02:11 AM
I tested it, but it is equipping even if nothing on the screen he is pulling ring
04-14-2014, 02:30 AM
(04-14-2014, 02:11 AM)dionatandias Wrote: I tested it, but it is equipping even if nothing on the screen he is pulling ring Code: 1000 {Dwarven Ring Use} Creatures.ByRangeName(6, Wyvern)==1 [else] Self.Equip.Ring(3097) {else} Self.Inventory.Ring()==3097 Self.UnEquip.Ring(0) REP ++ IF I HELPED YOU !!! THANKS
04-14-2014, 03:18 AM
Now he is equipping exactly when he sees the wyvern but it does not remove the ring more
Code: 500 {Dwarven Ring} Creatures.ByRangeName(6, Wyvern)>=1 [jump] Self.Equip.Ring(3097) Exit() Creatures.ByRangeName(6, Wyvern)==0 {jump} Self.UnEquip.Ring(0) Exit() Code: Creatures.ByRangeName(6, Wyvern)>=1 Tested
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
04-14-2014, 01:41 PM
worth + repp! thx
|
« Next Oldest | Next Newest »
|