Mhm okay with the muddys faq, i get no error anymore, had wrong char_config named.
I am in a channel and wants to join a game with password, that was posted in channel.
Etal: Char joins game with pw, fine. No error anymore but he do nothing. Gets message cant find leader ... and leavs game.
Thought friendlessleech script???
i changed in friendlessleech script only the game name to join and password, and channel, what works.
here is my charconfig the part what i have changed, rest i did not change:
Code:
NTConfig_Leader = "MaryPoppinz"; // Leaders name. (Don't set to yourself.)
NTConfig_PartyOnlyLeader = false; // Party only with leader (NTConfig_Leader)? (If true, NTConfig_PublicMode MUST be set false in the general config section below).
NTConfig_LeechBo = false; // Set false to disable BO & BC cast by leecher.
NTConfig_LeechExitDelay = 500; // Delay before leecher exits game after leader in milliseconds. Use this to stagger leechers exit times to avoid crashes.
//NTConfig_Script.push("NTPassiveChaosLeader.ntj"); // passive chaos leader script for NTPassiveChaosLeecher
//NTConfig_Script.push("NTPassiveChaosLeecher.ntj");// passive chaos leecher script. MUST use NTPassiveChaosLeader with it
//NTConfig_Script.push("NTDiabloLeechFight.ntj"); // (NTConfig_Leader must be configured above).
NTConfig_LeechFrom = "S"; // (E)ntrance | (S)tar (Must match leader's setting).
NTConfig_RunScriptAfterDiablo = false; // Set true if you will be running another script after DiabloLeechFight within the same game.
NTConfig_TakeTpDiablo = "config me"; // Message from leader signifying you to take portal. (Must be different than Baal & Trav tp messages.)
NTConfig_UseChatCommandPortal = true; // Use portal after TakeTpDiablo message? (False will attempt taking first TP made by leader, ignores TakeTpDiablo.)
//NTConfig_Script.push("NTTravLeader.ntj"); // Trav Leader
LeechTrav_TakeTp = "config me"; // Message from leader signifying you to take portal. (Must be different than Diablo & Baal tp messages.)
//NTConfig_Script.push("NTTravLeech.ntj"); // Trav Leecher (NTConfig_Leader must be configured above).
NTConfig_TakeTpTravincal = "config me"; // This must match leaders LeechTrav_TakeTp & must be different than Diablo & Baal tp messages.
NTConfig_Script.push("NTUniversalBaalLeech.ntj");
NTConfig_LeechBaal = 3; // 1 = Leech Fighter (Tele), 2 = Leech Fighter (Walking), 3 = Passive Leecher (Corner dunce).
NTConfig_TakeTpBaal = "TP safe."; // Message from leader signifying you to take portal. (Must be different than Diablo & Trav tp messages.)
NTConfig_LeechPrecast = false; // Do you want your leecher to precast?
NTConfig_TeleEachWaveHelper = false; // Teleport bot before each wave to keep merc close (not position based yet)?
leechpos = [15118, 5003]; // X,Y coord for leechers to stand (passive leecher only).
NTConfig_LeechHydra = 0; // 0 = Don't Move, 1 = Right Side, 2 = Left Side. (Use left side if you have a leecher grabing xp shrines. (Settings Below))
NTConfig_FollowtoWorldStone = true; // Go down to Baal in WS Chamber after waves?
//NTConfig_GrabShrine = "config me"; // Use shrine & return to act 5 portal Area (Leaders hot tp message is very effective, also must be different than Diablo & Trav tp messages).
_FindXPArea = []; // Area ID's, (2, 3, 4, 5, 6, 7). Set array empty "[]" to leech without grabbing shrines.
//NTConfig_ClearAroundShrine = false; // Clear around shrine before going back to town?
//NTConfig_RunScriptAfterBaal = false; // Will you be running a script after leeching Baal?
Muddys: I find with faq, the friendlessleech part, but i can not handle it. It does not work in any way. I have complety no idea what to do here.