gamemaste789

for consume

Nov 29th, 2011
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. @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.
  2.  
  3. Always check post #1 for current install files.
  4.  
  5. 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
  6.  
  7. see post #1 for install file
  8.  
  9. Add the diablo settings in your char_config file with the following
  10.  
  11. NTConfig_Dodge = false; // evade dangerous monsters (supports sorceress, necromancer, assassin)
  12. NTConfig_Entrance = true; // start from entrance
  13. NTConfig_LeechSupport = true; // passive leech support - open portals at seals
  14. NTConfig_FastChaos = false; // do seals only
  15.  
  16. Second Open your NTConfig file and add the following code. Located here Etal\D2NT\scripts\NTBot\char_configs
  17.  
  18. var NTConfig_Dodge;
  19. var NTConfig_Entrance;
  20. var NTConfig_LeechSupport;
  21. var NTConfig_FastChaos;
  22.  
  23. 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
  24.  
  25. see post #1 for install file
  26.  
  27. Then add the following script call to your char_config file
  28.  
  29. NTConfig_Script.push("NTDiabloHelper.ntj");
  30. NTConfig_FastChaos = false; // only do seals and seal bosses
  31. NTConfig_Entrance = true; // start from entrance. false = start from star
  32. NTConfig_TakeTpDiablo = "Entrance TP up."; // Message from leader signifying you to take portal. (Must be different than Baal & Trav tp messages.)
  33. NTConfig_UseChatCommandPortal = false; // Use portal after TakeTpDiablo message? (False will attempt taking first TP made by leader, ignores TakeTpDiablo.)
  34. NTConfig_Dodge = true; // evade dangerous monsters (supports sorceress, necromancer, assassin)
  35.  
  36. 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
  37.  
  38. see post #1 for install file
  39.  
  40. and add the following script call to your char_config for passive leeching
  41.  
  42. NTConfig_Script.push("NTDiabloLeecher.ntj");
  43.  
  44. 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.
  45.  
Advertisement
Add Comment
Please, Sign In to add comment