kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 332 forks source link

Misc is not defined #605

Open Silentlambs opened 6 years ago

Silentlambs commented 6 years ago

kolbot/libs/oog.js:401 Reference error Misc is not defined.

New to D2BS and kind of confused

DarkHorseDre commented 6 years ago

probably a typo in another file - change your char config to use default/empty pickit and default char config, see if error persists.

if it does, please post your character config to pastebin and link to it here.

Silentlambs commented 6 years ago

Didnt work, havent changed much of what I initially downloaded so I expected the bot to start working after some minor tweaks.

https://pastebin.com/DnCCvgae

DarkHorseDre commented 6 years ago

Bro, first line - check the upper case comment text: Scripts.UserAddon = true; // !!!YOU MUST SET THIS TO FALSE IF YOU WANT TO RUN BOSS/AREA SCRIPTS!!!

A few notes to help start out: if you download the latest bot, use the Trunk branch [..\d2bot-with-kolbot-master\trunk], generate a char config, set entry script as lead, change Scripts.UserAddon, it will work. Press the home button to see bot console output and errors (I think it shows by default when there is no char config) Press the break key to pause the bot when running.

alt+home enables you to type in the bot console. the command reload allows you to reload the scripts after a change without restarting bot from d2bs

Silentlambs commented 6 years ago

thankyou so much, will give this all a shot