aeon0 / botty

D2R Pixel Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Having problem running Diablo! [ValueError: Diablo CS Trash is not implemented!]

GoandgoSean opened this issue · comments

I am playing with Sorceress.
I believe I set everything correctly.
However, while I run Diablo using Botty, my cha moved near to Chaos Sanctuary and just stopped.

Traceback (most recent call last):
File "threading.py", line 973, in _bootstrap_inner
File "threading.py", line 910, in run
File "bot.py", line 156, in start
File "bot.py", line 176, in trigger_or_stop
File "transitions\core.py", line 899, in _get_trigger
File "transitions\core.py", line 401, in trigger
File "transitions\core.py", line 1201, in _process
File "transitions\core.py", line 426, in _trigger
File "transitions\core.py", line 435, in _process
File "transitions\core.py", line 272, in execute
File "transitions\core.py", line 1123, in callbacks
File "transitions\core.py", line 1144, in callback
File "bot.py", line 525, in on_run_diablo
File "run\diablo.py", line 454, in battle
File "run\diablo.py", line 231, in _river_of_flames_trash
File "char\i_char.py", line 312, in kill_cs_trash
ValueError: Diablo CS Trash is not implemented!

I assumed probably [kill_cs_trash=1] occur the error, so I tried to change it to [kill_cs_trash=0].
but It doesn't change things much. My cha teleports to the pantagram and teleport few more times and Botty put out the same msg.

ValueError: Diablo CS Trash is not implemented!

what should I do?
Please help.

commented

From the readme:

image