In der Charconfig:
In der NTBotLeech.ntj:
Eigentlich alles Selbsterklärend.
Code:
MWConfig_Script.push(["NTBaalLeechFight.ntj", 10]); NTConfig_KillBaal = true; MWConfig_DoBaalPreAttack = true; MWConfig_EnterUnsafeTP = true; NTConfig_Leader = "[COLOR="Red"]LEADERNAME[/COLOR]";
Code:
// General Configuration //------------------------------------------------------------------------------ // Set to true to activate public mode. By activating public mode, your char will form a party, open TPs and do some chat outputs when running certain bot scripts. NTConfig_PublicMode = true; // Set to true to exit the game instantly if the game is public. This may happen sometimes due to an error pasting the password correctly. MWConfig_ExitGameOnMissingPassword = [COLOR="Red"]true[/COLOR]; [COLOR="Red"]auf false stellen falls das ein[/COLOR] [COLOR="Red"]open run ist.[/COLOR]
Code:
//##############################Settings############################# //################################################################### var LeaderAccountName = "dein Leaderacc"; var LeaderName = "der Charname vom Leader"; var GamePassword = "Passwort falls vorhanden"; var JoinGameAgain = false; // Set to true to re-enter the same game after chicken or disconnect.