ok wen i start my yamb bot. it goes good till it shows the screen, it says error 998..and then just sits at the screen where it should click on battle net... any1 know wat to do or how to fix it?
Go to your starter folder and make sure your game_type = CLOSED_BNET; Type those exact words under where it says // ignore these commands
var SINGLE_PLAYER=0, CLOSED_BNET=1, OPEN_BNET=3;
var NORMAL = 0, NIGHTMARE = 1, HELL = 2;
var TRUE = true, FALSE = false, True = true, False = false;
var game_type = SINGLE_PLAYER;
// end ignore
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.