Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. //------------------------------------------------------------------------------
  2. // leech/leech fighter and team botting scripts
  3. //------------------------------------------------------------------------------
  4.  
  5. _leader = "gvBot" // Name of leader character in game (exactly) must be set for leecher or helper
  6. NTConfig_PatryOnlyLeader = true; // set this to only party with _leader from above must also set NTConfig_PublicMode = false; in general config section
  7. NTConfig_Leader = "gvBot" // this is leader name for DiabloLeechFighter only configure the above vars for partying and Baal
  8. NTConfig_LeechBo = false; // Set to false to disable bo and bc when leeching
  9.  
  10. //NTConfig_Script.push("NTTravLeechLeader.ntj"); // this is for the script for leader
  11. //NTConfig_Script.push("NTTravLeech.ntj"); // this is for leecher. You must configure _leader = "your leader name here" above
  12. LeechTrav_TakeTp = "TP SAFE!"; // set this. It is what the leader will say and also the trigger for taking the tp
  13.  
  14. //NTConfig_Script.push("NTDiabloLeechFight.ntj");
  15. LeechC_TakeTp = "Set me"; // use this to set message that will trigger figher to enter Chaos Sanctuary must match tp message in Diablo Settings in leaders character config
  16. NTConfig_LeechFrom = "E"; // (E)ntrance | (S)tar must match Leaders setting
  17. NTConfig_Script.push("NTBaalHelper.ntj"); // use to have a leecher actually fight must configure _leader above note that the helper willdo other bosses on it's own if you uncomment boss scripts below
  18. _fightertp = "Hot" // use this to set message that will trigger figher to enter throne room must match tp message in Public baal Settings in leaders character config
  19. NTConfig_KillBaal = true;
  20. NTConfig_LeechHydra = false; // Set to true to avoid hydras after wave 3
  21. NTConfig_TakeWSlvl3TP = false; // set to true if you want to take leader tp at WS3 and then follow to throne. Makes baal runs a little faster and also safer for leader. Uses _fightertp message
  22. //NTConfig_Script.push("NTKillBaalLeech.ntj"); // must configure _leader = "your leader name here" above
  23. LeechB_SafeTp = "leaders tp message" // use this to set message that will trigger leecher to enter throne room must match tp message in Public baal Settings in leaders character config
  24. NTConfig_UsePaliAura = 0; // 0 = don't use, 1 = salvation, 2 = fanaticism, 3 = prayer set 0 for anything but pali
  25. NTConfig_FollowtoWorldStone = false;
  26. NTConfig_LeechPrecast = false; // if you have a leecher you want to precast
  27. NTConfig_Blocker = false; // if you have a strong leecher set to true to change position in throne room to take the hits from stray monsters
  28. //NTConfig_Script.push("WalkingBaalFighter.ntj"); // this works with _leader, but has its own tp take message
  29. NTConfig_KillBaalWalking = false;
  30. _walkfightertp = "TP up."; // message to take tp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement