Hi, firstly, I'd like to say, thanks for all your work. It's been mostly working but for some reason, the bot gets random crashes from time to time, something about an exception. Any idea what causes that? Secondly, I've been trying to configure the automule to mule gems on one account, runes on another and items on another, here is what i've set in NTConfig_automule.ntl (I use premade accounts)
Quote:
case "YOUR ACCOUNT NAME":
DGMuleAccs = ["twixnator","twixmuling","twixitems","twixrals "];
DGMulePws = ["---","---","---","---"];
DGNipFiles = ["gems.nip","runes.nip","BlaBlaBla.nip","lemplus.ni p"];
MuleCharLocation = [0,0,0,0]; // charloc 1 = 0 , charloc 2 = 1 , charloc 3 = 2, ..... counts +1 after mule is full
MuleGame = "twix";
MuleGamePassword ="---";
break;
|
However, when the mule enters the game, it will say "MuleNip-File is empty!", and then use the default pickit list, which i had set in NTConfig_Mule.ntl. Is there something I need to do to make the mules follow the respective pickit lists?
edit: After posting this, I realised I didn't set my account name. Will test it now.
edit 2: When i tried stuffing the bot to the max so that he would start muling, he created a game and permed it, but after which, he only dropped some items and started to sort the rest in the stash. After leaving the game, the entire bot just crashed and enters a loop of crashes every time it tries to log in to BattleNet. The error it gives is
Quote:
|
<D2NT Error> D:\Documents and Settings\...\scripts\libs\common\NTMuleFunctions.n tl (385): ReferenceError: connectingToBnetTimeout is not defined
|
Line 385 in that file is
Quote:
if(!NT_LocationTimeout(connectingToBnetTimeout, location))
ControlData.click(ControlData.controls.mainMenu.co nnecting.button.cancel);
break;
|
but in NTBot.ntj, ConnectingToBnetTimeout is set. Is the problem to do with the casing? I have changed it to ConnectingToBnetTimeout but have not had the chance to see if the bot would work with it. What seems to fix this problem temporarily is deleting the mulenip or mulestats files in the mule_configs folder.