BBot - The best bot of the world

Full Version: How to re use life ring.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys.

Need a macro or someone to tell me how to put the bbot, to re-use or use life ring when it finishes the one that i'm using.

thanks.
After start makro take a ring on pleace on eq and use in bot Healing tools---> Re-user & Cure --->items --> ring


Please reputation
I know that of re use and click on ring... but do i have to put a macro or something?

Cause with re-user... is not doing anything.

thanks man!

it worked prefectly ^^
Hmm so i don`t know Big Grin makro is very hard for me ;(
Try this
Code:
1000 {use ring} ring:=ID_LifeRing Status.InPZ()==0 [unequip ring] Self.Inventory.Ring()==0 Self.Equip.Ring(!ring!) Exit() {unequip ring} Self.Inventory.Ring()==!ring! Self.UnEquip.Ring(0) Exit()

Change ID_LifeRing by the ID of Life Ring.
Note: when u are in PZ he will unequip the ring.