So Leute... da ich immernoch nicht meinen fehler entdeckt habe werde ich mal nach und nach meine schritte posten die ich durchgeführt habe und hoffe ihr könnt mir weiterhelfen.
1. Habe ich das Archiv entpackt.
2. Habe ich im Ordner mule configs drei *.ntl dateien kopiert und den jeweiligen charnamen eingetragen.
3. Habe ich die fullauto.ntl datei editiert der Quellcode sieht wie folgt aus:
Code:
function NT_LoadMuleConfig()
{
switch(me.account)
{
////////////////////////////////////////////////////////
// //
// COPY THIS PART BELOW FOR EACH ACCOUNT YOU BOT WITH //
// //
// Make sure you add the same amount of Accounts, PWs,//
// Nipfiles AND columns to MuleCharLocation! //
// And make sure to chose a different mule game name //
// for each of your accounts //
// //
// best regards //
// Ldevil //
// //
case "sorc":
AccPrefix = "bL"; // What Prefix you want to use for new Accounts & Chars (~2-4 characters)
MuleAccSuffix = ["spirit","schmuck","runes","rest"]; // Defin what Type should be used for Accounts and Chars (~2-5 characters)
NewAccPW = ["***","***","***","***"]; // If empty random Password will be used!
DGNipFiles = ["mule/spirit.nip","mule/schmuck.nip","mule/hrunes.nip","default"]; // This is just an example, please change!
UseNumbers = false; // true = Accounts will be Numbered, false = Accounts use Letters
isLadder = true; // Are you Botting Ladder?
isHC = false; // Are you Botting HC?
isClassic = false; // Are you Botting Classic?
RandomNameLength = 8; // Length of char name (0 = Same as account with I, II, III, IV, V, VI, VII, VIII)
// Using 0 might result in a fatal error and item loss!
MuleGame = "abcmuleftw"; // This will be the Name of your Mulegame
MuleGamePassword ="qwe"; // This will be the PW of your Mulegame
break;
case "sorc2":
AccPrefix = "bL"; // What Prefix you want to use for new Accounts & Chars (~2-4 characters)
MuleAccSuffix = ["spiritII","schmuckII","runesII","restII"]; // Defin what Type should be used for Accounts and Chars (~2-5 characters)
NewAccPW = ["***","***","***","***"]; // If empty random Password will be used!
DGNipFiles = ["mule/spirit.nip","mule/schmuck.nip","mule/hrunes.nip","default"]; // This is just an example, please change!
UseNumbers = false; // true = Accounts will be Numbered, false = Accounts use Letters
isLadder = true; // Are you Botting Ladder?
isHC = false; // Are you Botting HC?
isClassic = false; // Are you Botting Classic?
RandomNameLength = 8; // Length of char name (0 = Same as account with I, II, III, IV, V, VI, VII, VIII)
// Using 0 might result in a fatal error and item loss!
MuleGame = "cbamuleftw"; // This will be the Name of your Mulegame
MuleGamePassword ="qwe"; // This will be the PW of your Mulegame
break;
case "hammer":
AccPrefix = "bL"; // What Prefix you want to use for new Accounts & Chars (~2-4 characters)
MuleAccSuffix = ["spiritIII","schmuckIII","runesIII","restIII"]; // Defin what Type should be used for Accounts and Chars (~2-5 characters)
NewAccPW = ["***","***","***","***"]; // If empty random Password will be used!
DGNipFiles = ["mule/spirit.nip","mule/schmuck.nip","mule/hrunes.nip","default"]; // This is just an example, please change!
UseNumbers = false; // true = Accounts will be Numbered, false = Accounts use Letters
isLadder = true; // Are you Botting Ladder?
isHC = false; // Are you Botting HC?
isClassic = false; // Are you Botting Classic?
RandomNameLength = 8; // Length of char name (0 = Same as account with I, II, III, IV, V, VI, VII, VIII)
// Using 0 might result in a fatal error and item loss!
MuleGame = "bacmuleftw"; // This will be the Name of your Mulegame
MuleGamePassword ="qwe"; // This will be the PW of your Mulegame
break;
// //
Natürlich sind die Sternchen durch richtige Passwörter ersetzt die ich hier nur ungern posten möchte :)
4. Habe ich in dem ordner itemconfigs/mule die nip dateien spirit, schmuck, hrunes erstellt.
5. Habe ich in der globalsettings file die DGFreeSpace = 22 gesetzt.
6. Habe ich meine charconfigs aus meinem vorherigen bot eingefügt. der Bot lief vorher ohne Problem aber halt ohne automule.
7. Habe ich im manager 3 verschiedene Bots erstellt und zwar mit den namen hammer,sorc, sorc2 so wie sie in der config aus heissen.
8. Habe ich überprüft ob in der NTbot.ntj var UsePremadeMuleAccounts = false; eingetragen ist. Dies ist der Fall.
Jedoch ist mein Bot nicht in der Lage zu mulen. Jedesmal wenn er versucht zu mulen versucht er ein spiel zu erstellen. Er stellt schwierigkeit normal ein und drückt auf spiel erstellen. Er trägt aber weder gamename noch pw ein. Bitte um Hilfe :)