BBot - The best bot of the world
LOOKING FOR 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: LOOKING FOR MACRO (/thread-17505.html)



LOOKING FOR MACRO - Flynn - 02-16-2015

Hello, i am new in here.

I am looking for macro that it does pause bot when my characte died. I used option search. Got some answears but it doesn't work. Please, help me guys. Ofc for reput Wink

Flynn.


RE: LOOKING FOR MACRO - kaiquegabriel - 02-16-2015

Try it

Code:
1000 {Dead close tibia} Creatures.ByName(NPCNAME)>=1 Tibia.Close()

Edit NPCNAME to name of NPC.


RE: LOOKING FOR MACRO - Flynn - 02-16-2015

I gave you rep point. Thanks.

Now i have one more question. Can i change 'Tibia.Close()' for 'Cavebot.Stop()' ?


RE: LOOKING FOR MACRO - kaiquegabriel - 02-16-2015

Code:
1000 {Dead close tibia} Creatures.ByName(NPCNAME)>=1 Cavebot.Stop()

Thanks!