BBot - The best bot of the world

Full Version: NEED RING SCRIPT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Needs a macro which involves ring (id: 3123) above 30% hp and when it falls below 30% hp it assumes ring (id: 6543).
Thanks in advanceBig Grin

I searched more and found. Subject to closing
(12-11-2013, 02:09 PM)melongrubas Wrote: [ -> ]Needs a macro which involves ring (id: 3123) above 30% hp and when it falls below 30% hp it assumes ring (id: 6543).
Thanks in advanceBig Grin

I searched more and found. Subject to closing


1000 {Swap Rings} Self.Health%()>30 [jump] Self.Equip.Ring(3123) Exit() {jump} Self.Health%()<30 Self.Equip.Ring(6543) Exit()

try it.