BBot - The best bot of the world
Life Ring macro - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Life Ring macro (/thread-15485.html)



Life Ring macro - Shayde - 07-10-2014

hello i have this macro

Code:
10000 {Life Ring 10} ID:=3052 MANA:=650 Self.Mana()<=!MANA! [else] Self.Equip.Ring(!ID!) Exit() {else} Self.UnEquip.Ring(0) Exit()

need when a Nobody on the screen putting it

can help me? i give rep!+


RE: Life Ring macro - gogol13 - 07-10-2014

(07-10-2014, 08:49 PM)Shayde Wrote: hello i have this macro

Code:
10000 {Life Ring 10} ID:=3052 MANA:=650 Self.Mana()<=!MANA! [else] Self.Equip.Ring(!ID!) Exit() {else} Self.UnEquip.Ring(0) Exit()

need when a Nobody on the screen putting it

can help me? i give rep!+


simple, when nobody put in ring to ring slot Smile
PHP Code:
100 {Nobody putinCreature.ByName(NobodySelf.Equip.Ring(3052



RE: Life Ring macro - Shayde - 07-10-2014

(07-10-2014, 09:04 PM)gogol13 Wrote:
(07-10-2014, 08:49 PM)Shayde Wrote: hello i have this macro

Code:
10000 {Life Ring 10} ID:=3052 MANA:=650 Self.Mana()<=!MANA! [else] Self.Equip.Ring(!ID!) Exit() {else} Self.UnEquip.Ring(0) Exit()

need when a Nobody on the screen putting it

can help me? i give rep!+


simple, when nobody put in ring to ring slot Smile
PHP Code:
100 {Nobody putinCreature.ByName(NobodySelf.Equip.Ring(3052

buy dont unequip the ring? is not work..


RE: Life Ring macro - gogol13 - 07-10-2014

I just joked, if you really want to, when no one (nobody) creature name .... to use life ring?: D

yea i just see you rank
Shayde
"Newbie"

but write more specific, what you need from macro


RE: Life Ring macro - mr. Kris - 07-11-2014

Quote:1000 {Life Ring 10} ID:=3052 MANA:=650 Self.Mana()<=!MANA! Creatures.OnScreen()<1 [else] Self.Equip.Ring(!ID!) Exit() {else} Self.UnEquip.Ring(0) Exit()

try this