Log in

View Full Version : Bug report: Paladin obsessively tries to pick up spear that's underneath rotworm



JKJ20
02-20-2019, 14:51
Running Blackd Proxy 43.0 with Tibia 7.7
When I use the trainer to pick up spears, combined with the cavebot, the bot stops working as soon as there's a spear laying underneath something else, e.g. a dead creature (which I killed with the spear). It doesn't stop entirely, but it keeps on trying to get the spear ("Sorry, not possible"), thereby neglecting other creatures that are attacking him, neither does it still walk through the cave. I already tried changing the timer of the trainer and/or the cavebot. This helps a bit sometimes, but eventually the character will die, without any additional program.

If someone else is experiencing this problem, then this is a workaround:
Google and Install Autohotkey
Write a file in notepad with the following text:
loop,
{
loop, 9
{
i := A_index + 9
i2 := A_index
ControlClick, ThunderRT6CommandButton%i%, trainer
Sleep, 130
ControlClick, ThunderRT6CommandButton%i2%, trainer
}
}
Give it the extension .ahk
Run it (in administrator's mode?) after starting the cavebot and the trainer, whilst the trainer window is open.

HOWEVER...
It would be great if the code of Blackd proxy itself would be fixed sometime, that it either:
- Neglects items underneath other items
- Gets a time-out function: if it doesn't succeed the first time, don't try another, but continue to the next square.
- Moves the items on top to another square, and gets the spear anyway

The same problem occurs with other items, such as gold (dropped on the ground by an earlier macro of mine, but with meat in between sometimes).

Kind regards,
JKJ

P.S. Already tried installing on different computers and such. It seems to be a problem of Blackd Proxy itself.