Also ich wollte für den Shopbot einen eigenen config ordner (nicht mehr NtBot sondern halt NTShop mit Bots,Char/Item usw Ordner)
und zwar funtz alles soweit super nur geht der pause button nicht mehr um ein script zu pausieren!
Code:
case 19: // pause (PAUSE)
if(_script)
{
if(_script.running)
{
_script.Stop();
pauseTimer = GetTickCount();
me.maxgametime = 0;
NTC_Delay(300);
ClickMap(NTC_CLICK_LUP, NTC_SHIFT_NONE, null);
SetStatusText("˙c1Stopped ˙c4" + NTConfig_Script[CurScriptIndex]);
NTC_Delay(2500);
SetStatusText("˙c1Max game length set to infinite!");
NT_ScriptMsgEvents("SET_DEFAULT_STATUS");
}
else
{
Load("NTShop/bots/" + NTConfig_Script[CurScriptIndex]);
SetStatusText("˙c2Running ˙c4" + NTConfig_Script[CurScriptIndex]);
}
}
vll weiß ja einer von euch das problem.
D2NT3.1(bb)






