Quote:
|
Hoffe das bringt dich erstmal weiter
|
ja, es bringt mich um den verstand, aber ich probiers mal:)
Quote:
|
um Durance lvl. 3 komplett zu clearen
|
um einen kompletten raum/level ganz einfach zu clearen sollte auch
Quote:
|
NTA_ClearLevel(true, 2, MWConfig_ClearAreaSpectypes.ChaosSanctum)
|
reichen.
dabei muss ned mal "ChaosSanctum" in der NTConfig.ntl stehn . (das hab ich mir hinzugefügt)
es reichen die vorhandenen einträge z.B die vom frozenriver script (schau da mal rein.)
dann z.B nur zu meppel reintelen und...
Quote:
|
NTA_ClearLevel(true, 2, MWConfig_ClearAreaSpectypes.FrozenRiver)
|
ausführen und er sollte alles cleanen.
kannst dir aber natürlich auch für jedes gebiet den enstprechenden namen in die NTConfig.ntl hinzufügen.
bei mir oben ging es um die begrenzung eines gebietes.
mein chaos cleanen so wie ich es jetzt einfachmal gestrickt hatte.
Code:
/**
* This file was modified by [Only registered and activated users can see links. Click Here To Register...]
* Check the programming section for updates and further scripts
* Last Update: 22:01 14.08.2011
*/
function NTMain()
{
Include("libs/common/NTCommon.ntl");
NTC_IncludeLibs();
NTC_IncludeConfig("NTBot/char_configs");
NT_LoadConfig();
NTSI_LoadNIPFiles("NTBot/item_configs");
MWC_Initialize();
if(!NTTM_CheckAct(me.act, true))
{
NTC_SendMsgToScript("MWBotGame.ntj", NTTM_CheckAct, 18, me.act, true);
return;
}
NTTMGR_TownManager();
if(!NTTM_TownMove("waypoint"))
{
NTC_SendMsgToScript("MWBotGame.ntj", NTTM_TownMove, 26, "waypoint");
return;
}
if(!NTM_TakeWaypoint(111))
{
NTC_SendMsgToScript("MWBotGame.ntj", NTM_TakeWaypoint, 32, 111);
return;
}
NTP_DoPrecast(true);
if(!NTM_MoveTo(me.areaid, 3778, 5108))
{
NTC_SendMsgToScript("MWBotGame.ntj", NTM_MoveTo, 40, me.areaid, 3778, 5108);
return;
}
if(!NTM_TakeWaypoint(107))
{
NTC_SendMsgToScript("MWBotGame.ntj", NTM_TakeWaypoint, 34, 107);
return;
}
if(!NTM_MoveTo(108, 7797, 5560, 10))
{
NTC_SendMsgToScript("MWBotGame.ntj", NTM_MoveTo, 42, 108, 7797, 5560);
return;
}
if(!NTTMGR_CheckSafe(NTConfig_CheckSelfSafe, NTConfig_CheckMercSafe))
{
NTC_SendMsgToScript("MWBotGame.ntj", NTTMGR_CheckSafe, 134, NTConfig_CheckSelfSafe, NTConfig_CheckMercSafe);
return;
}
NTA_ClearLevel(true, 2, MWConfig_ClearAreaSpectypes.ChaosSanctum)
NTSI_PickItems();
NTC_SendMsgToScript("MWBotGame.ntj", "SCRIPT_END");
}
ich machs eben gern einfach :)
darum bringt mich so einwahnsinns script wie oben um den verstand :D