Log in

View Full Version : Some questions about blackd on tibia 7.6



achuke
11-22-2011, 00:37
I have few questions about BlackD for 7.6 :

-How to make auto-stealth ring every 10mins
-How to make auto 'exana pox' after step on poison field
-How to make auto-repeat for mine cave route

???


Thanks for help :)

Hans Henrik
01-23-2012, 06:34
you probably wont get any help because: these questions should already be answered in the Tutorials section.
auto stealthring: condition $hex-equiped-item:RING_SLOT$ = 00 00
Action: exiva #ID_OF_RING_HERE

something like that, anyway. and i know the RING_SLOT ID, and i dont know the ID_OF_RING, those you gotta find yourself, read the tutuorials.

auto exana pox: condition: $statusbit:POISION$ = 1
action: exana pox

(and POISON must be changed with a number, and i dont remember what number. again, check the tutorials.)

auto-repeat cavebot:
add this to your cavebot script
:walkloop
(move commands here)
(move commands here)
(move commands here)
(move commands here)
(more move commands)
gotoScriptLine $nlineoflabel:walkloop$

something like that. anyway, all this SHOULD be explained in the tutuorials..
(any bored mods feel free to make corrections to this post btw :p just leave a note if u do)