Log in

View Full Version : Ab'Dendriel Trolls (With Gold Depositor)



rawrewree
01-12-2014, 03:48
Hello, I'm not very good with scripts so please excuse me if it can be weird at times.
You will need a key to open the hunting spot, you can buy it from this npc for 50 gold:
http://tibia.wikia.com/wiki/Shirith

Just make sure the doors are open when you start the script, because unfortunately I don't know how to make the script open closed doors :c. If you know it'd be cool to let me know how :).

Just start it in ab depot's underground floor. It should do all levels of the cave then when it has 1k it should finish the current lap and deposit gold to the ab banker, then go back and hunt some more. It also loots troll hair.

Here's the code:

setMeleeKill troll
setMeleeKill troll champion
setLoot D9 25
setLoot D7 0B
move 32682,31686,8
move 32654,31671,8
move 32654,31671,9
move 32655,31656,9
move 32658,31646,9
move 32639,31632,9
move 32661,31636,9
move 32648,31618,9
move 32666,31624,9
move 32668,31614,9
move 32683,31637,9
move 32668,31625,9
move 32668,31624,10
move 32629,31621,10
move 32655,31623,10
move 32631,31598,10
move 32617,31591,10
move 32657,31624,10
move 32665,31612,10
move 32657,31588,10
move 32672,31612,10
move 32677,31599,10
move 32669,31623,10
move 32699,31597,10
move 32706,31597,10
move 32670,31626,10
move 32696,31626,10
move 32702,31632,10
move 32707,31622,10
move 32715,31623,10
move 32668,31626,10
move 32668,31625,11
move 32676,31652,11
move 32669,31664,11
move 32690,31666,11
move 32669,31632,11
move 32688,31643,11
move 32695,31648,11
move 32669,31632,11
move 32636,31645,11
move 32664,31624,11
move 32646,31614,11
move 32666,31624,11
move 32639,31599,11
move 32669,31624,11
move 32694,31620,11
move 32679,31608,11
move 32700,31623,11
move 32726,31622,11
move 32703,31629,11
move 32728,31631,11
move 32709,31638,11
move 32700,31624,11
move 32684,31629,11
move 32668,31625,11
move 32668,31624,12
move 32668,31618,12
move 32665,31612,12
move 32660,31605,12
move 32654,31603,12
move 32653,31610,12
move 32651,31615,12
move 32648,31616,12
move 32653,31609,12
move 32656,31603,12
move 32662,31611,12
move 32665,31617,12
move 32672,31617,12
move 32672,31611,12
move 32679,31608,12
move 32681,31604,12
move 32677,31600,12
move 32681,31606,12
move 32687,31603,12
move 32681,31606,12
move 32676,31611,12
move 32672,31615,12
move 32676,31619,12
move 32681,31623,12
move 32675,31619,12
move 32671,31617,12
move 32668,31621,12
move 32668,31624,12
move 32668,31625,11
move 32668,31626,10
move 32668,31624,10
move 32668,31625,9
move 32658,31642,9
IfEnoughItemsGoto D7 0B,1000,94
gotoScriptLine 4
move 32658,31644,9
move 32655,31654,9
move 32655,31663,9
move 32655,31670,9
move 32654,31669,8
move 32668,31663,8
move 32684,31687,8
sayMessage hi
waitX 1
sayInTrade deposit all
waitX 1
sayInTrade yes
waitX 1
sayInTrade balance
waitX 1
gotoScriptLine 4


I'd recommend bringing some potions just in case some crazy stuff happens.

Don't forget to turn on auto eat and healing settings!

Thanks, and if you have any recommendations or tips for me, they are welcome!

Happy hunting.

xHellsx
01-12-2014, 17:39
You seem to have alot of waypoints. Remember waypoints act as mapclicks for future scripts

rawrewree
01-12-2014, 23:51
You seem to have alot of waypoints. Remember waypoints act as mapclicks for future scripts

Do you mean all the move x,y,z? I'm still new to this whole cavebot thing and that's the only way I know to move around. How else should I go about this?

Thanks for feedback