Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help for Macro
#1
I need a macro that team dwarven ring with Wyvern on the screen, and unequip if you are not on the screen
#2
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
#3
I tested it, but it is equipping even if nothing on the screen he is pulling ring
#4
(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
#5
Now he is equipping exactly when he sees the wyvern but it does not remove the ring more
#6
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
[jump]
Self.Equip.Ring(3097)
Exit()
Creatures.ByRangeName(6, Wyvern)==0
{jump}
Self.UnEquip.Ring(0)
Exit()

Tested Smile
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
#7
worth + repp! thx


Forum Jump:


Users browsing this thread: 1 Guest(s)