Log in

View Full Version : Please Help - Loot Drop



kacper033
11-14-2011, 15:05
Bot is not picking up the loot, can any one tell me what to do, or what to change?

kacper033
11-14-2011, 15:16
Ok its working now, but there is another problem, after when bot reach the last waypoint, its stop. how to make it go all the time?

xHellsx
11-14-2011, 18:04
Add everything you want to loot to the cavebot

add gotoscriptline 0 at the bottom of your script for it to run infinately

kacper033
11-14-2011, 18:45
Thank you :) i got other problem, bot is attacking monsters but when they are red, and run away, bot just goes away. what to do?

xHellsx
11-15-2011, 00:04
Thank you :) i got other problem, bot is attacking monsters but when they are red, and run away, bot just goes away. what to do?

This and general following is a major problem in BlackD atm. The only way to fix it is to set follow in the client itself (green man) but this will be taken off by blackproxy so: go into your options on tibia and tick "auto chase" or something like this

kacper033
11-15-2011, 19:34
ok, thanks :)

Qpido
11-28-2011, 18:18
Hey man,

Actually had the same problem and figured out why it happened. There is actually a default time activated for long it will consider an enemy, after that time it will get ignored.

In Cavebot you do this: SetMaxAttackTimeMs 86400000
That's exactly a day so you can attack for 24hours before it stops attacking.

Hope this helps.

Q~