Quote:
Originally Posted by jojop1
ok erstmal keine ahnung was sequenzen sind sry^^
ich benutze nur 1 key
|
Geh in deinen D2NT-Ordner. Dort unter "scripts\libs\config" liegt deine Charakter-Konfiguration ("NTConfig_Sorceress_CharName.ntl"). In der Datei stellst du ein, welche Bosse er machen soll (Sequenz = Run zu einem Boss).
Hier ein abgekürztes Beispiel:
Code:
NTConfig_Script.push("NTAndariel.ntj");
//NTConfig_Script.push("NTDiablo.ntj");
Wenn ein "//" am Anfang der Zeile steht, lässt er die Sequenz aus.
Schau halt, das er jeweils so viele Sequenzen macht, dass die Runes länger als 3min dauern.
/e: Hier noch meine Config:
Code:
NTConfig_Script.push("NTAndariel.ntj");
NTConfig_Script.push("NTCountess.ntj");
NTConfig_Script.push("NTSummoner.ntj");
NTConfig_Script.push("NTMephisto.ntj");
NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = true;
NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = true;
//NTConfig_Script.push("NTBaal.ntj"); NTConfig_KillBaal = true;
//NTConfig_Script.push("NTPindleskin.ntj"); NTConfig_NihlathakExtension = true;
//NTConfig_Script.push("NTThreshSocket.ntj");
//NTConfig_Script.push("NTFrozenRiver.ntj"); NTConfig_ClearFrozenRiver = false;
//NTConfig_Script.push("NTGlacialTrail.ntj"); NTConfig_ClearGlacialTrail = false;
//NTConfig_Script.push("NTIcyCellar.ntj"); NTConfig_ClearIcyCellar = false;
//NTConfig_Script.push("NTDiablo.ntj");
//NTConfig_Script.push("NTTravincal.ntj");
//NTConfig_Script.push("NTDuriel.ntj");
//NTConfig_Script.push("NTAncientTunnels.ntj");
//NTConfig_Script.push("NTPit.ntj"); NTConfig_ClearPitLevel1 = 0; // 0 : don't clear, 1 : clear path only, 2 : clear all
//NTConfig_Script.push("NTMausoleum.ntj");