Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request [macro?] life rings
#1
Hi guys Smile

Well im getting kinda troubles with life rings at water elementals PH, i got life rings in the looter, and if i equip it, the bot just try to loot it and put it in the backpack again but "re use function" just equip it again and repeat Smile just wasting the ring...

anyone can help me?¿

SRRY BAD ENGLISH

Ill Rep
Reply
#2
Hello ^^

Try this:

2 two macros automatic:

first:
Quote:Code
1000
{use ring}
Self.Mana<=500
Self.Equip.Ring(3052)

second:
Quote:Code
1000
{stop use ring}
Self.Mana>=1000
Self.UnEquip.Ring(0)


----------------------

or always:

Quote:Self.Inventory.Ring==0
Self.Equip.Ring(3052)
Reply
#3
[macro]1000 {Life Ring} Self.Mana%()<95 [jump] Self.Equip.Ring(3052) Exit() {jump} Self.Mana%()>95% Self.UnEquip.Ring(0) Exit()[/macro]
Reply
#4
thx alot ill try that

rep+
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)