Here's the problem, character joins, parties then goes through the first tp. Instead of sitting in the corner it tries to run to the middle of the room and then it freezes all my oog's and d2's. I have to terminate the sandboxes. Here are my configs.
NTLeech.dbl
function NT_Leech()
{
// General Maintenance
var leader = "ZiX_NASTY";
NTConfig_Amazon_xxxx.dbl
NTConfig_PublicMode = true;
NT_Leader.push("ZiX_NASTY");
NT_LeechType = 3;
NTConfig_Script.push("Leech");
NTConfig_KillBaal = true;
NTConfig.dbl
var NTLeader ="ZiX_NASTY";
var NT_LeechType = 3;
var SimonNextLevel = 109;
var SimonPrevousLevel = 111;
var SimonEscToTown = 69;
var SimonEnableSnagging ;
var SimonAutoReveal ;
var SimonStopLifeWatch ;
var SimonEnableCommands ;
var SimonPOI=106;
// necro attack vars
var XP_Curse =91;
var XP_BuildArmyCurse = 87
var XP_Golm = 0;
var XP_useSkel = true;
var XP_useSkelMage = true;
var XP_useRevive = true;
var XP_CorpseExplosion = true;
var XP_BuildArmyThresh=4;
var QuitWithLeader ="ZiX_NASTY";
var NT_Leader =[];
And as for my oog, I have it set to join from chat instead of following because since they are seperate oog's in sandbox, they can't follow the other profile because it doesn't know it's running. That should not be the problem though as it joins the game fine using "Join from chat" function.
Any ideas?