Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Kolton I installed the script again you are absolutely correct Kolton forgive me for doubting your skills lol it works like a charm took ever leech tp and at the end opened its own tp to run next script and continued on to baal.
- Always check post #1 for current install files.
- First file is the NTDiablo.ntj. Open your current NTDibalo.ntj delete the contents and replace with the below pastebin. located here Etal\D2NT\scripts\NTBot\bots
- see post #1 for install file
- Add the diablo settings in your char_config file with the following
- NTConfig_Dodge = false; // evade dangerous monsters (supports sorceress, necromancer, assassin)
- NTConfig_Entrance = true; // start from entrance
- NTConfig_LeechSupport = true; // passive leech support - open portals at seals
- NTConfig_FastChaos = false; // do seals only
- Second Open your NTConfig file and add the following code. Located here Etal\D2NT\scripts\NTBot\char_configs
- var NTConfig_Dodge;
- var NTConfig_Entrance;
- var NTConfig_LeechSupport;
- var NTConfig_FastChaos;
- Third Open a blank Notepad++ doc or whatever editor you are using and paste the below pastebin then save it as NTDiabloHelper.ntj in the Etal\D2NT\scripts\NTBot\bots folder
- see post #1 for install file
- Then add the following script call to your char_config file
- NTConfig_Script.push("NTDiabloHelper.ntj");
- NTConfig_FastChaos = false; // only do seals and seal bosses
- NTConfig_Entrance = true; // start from entrance. false = start from star
- NTConfig_TakeTpDiablo = "Entrance TP up."; // Message from leader signifying you to take portal. (Must be different than Baal & Trav tp messages.)
- NTConfig_UseChatCommandPortal = false; // Use portal after TakeTpDiablo message? (False will attempt taking first TP made by leader, ignores TakeTpDiablo.)
- NTConfig_Dodge = true; // evade dangerous monsters (supports sorceress, necromancer, assassin)
- Fourth Open a blank Notepad++ or w/e editor you're using and paste the following pastebin and save it as NTDiabloLeech.ntj in the following location Etal\D2NT\scripts\NTBot\bots folder
- see post #1 for install file
- and add the following script call to your char_config for passive leeching
- NTConfig_Script.push("NTDiabloLeecher.ntj");
- If all the steps are followed correctly the new chaos system works just fine. This has been tested without error and should run without issue if you are getting an error or scripts do not run recheck all the latest info here.
Advertisement
Add Comment
Please, Sign In to add comment