Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. NTConfig_Leader = "config me"; // this is leader name for DiabloLeechFighter only configure the above vars for partying and Baal
  2. NTConfig_PartyOnlyLeader = false; // set this to only party with NTConfig_Leader from above must also set NTConfig_PublicMode = false; in general config section
  3. NTConfig_LeechBo = false; // Set to false to disable bo and bc when leeching
  4.  
  5. //NTConfig_Script.push("NTDiabloLeechFight.ntj");
  6. NTConfig_LeechFrom = "S"; // (E)ntrance | (S)tar must match Leaders setting
  7. NTConfig_RunScriptAfterDiablo = false; // set to true if you will be running another script after diablo leechfighter
  8. NTConfig_TakeTpDiablo = "config me"; // message from leader to take tp NOTE MUST BE DIFFERENT THAN BAAL AND TRAV TP MESSAGE
  9.  
  10. //NTConfig_Script.push("NTTravLeader.ntj"); // this is for the script for leader
  11. LeechTrav_TakeTp = "config me"; // take tp message must match the one for leecher below and be differenct from baal and diablo msgs
  12. //NTConfig_Script.push("NTTravLeech.ntj"); // this is for leecher. You must configure _leader = "your leader name here" above
  13. NTConfig_TakeTpTravincal = "config me"; // match this to leader one above. Must be different than diablo and baal tp messages
  14.  
  15. //NTConfig_Script.push("NTUniversalBaalLeech.ntj");
  16. NTConfig_LeechBaal = 1; // 1 = leech fighter, 2 = walking leech fighter, 3 = passive leecher
  17. NTConfig_GrabShrine = "config me"; // you can use any message you like. Hot tp message is very effective NOTE MUST BE DIFFERENT THAN DAIBLO AND TRAV TP MESSAGE
  18. NTConfig_TakeTpBaal = "config me"; // message to take your leaders tp NOTE MUST BE DIFFERENT THAN DAIBLO AND TRAV TP MESSAGE
  19. NTConfig_FollowtoWorldStone = true; // go after baal in WS chanmber to leech or kill
  20. NTConfig_RunScriptAfterBaal = false; // set true if you will be running a script after baal
  21. _FindXPArea = []; // area id's, 2, 3, 4, 5, 6, 7 set an empty array "[]" to just leech without grabbing shrine
  22. NTConfig_ClearAroundShrine = false; // clear around shrine before going back to town
  23. leechpos = [15118, 5003]; // x,y coord for leechers to stand passive leecher only
  24. NTConfig_TeleEachWaveHelper = false; // Teleports bot before each wave to keep merc close (not positioned based yet)
  25. NTConfig_LeechPrecast = false; // if you have a leecher you want to precast
  26. NTConfig_LeechHydra = 0; // 0 = don't move, 1 = right side, 2 = left side. Use left side if you have a leecher grabing xp shrines
  27. NTConfig_UsePaliAura = 0; // set to the skill # of aura you want to use
  28. NTConfig_LeechHolyBoltBaal = false; // Holy bolt attack sequence
  29. NTConfig_LeechWalkAround = false; // Will cause you char to move slightly if holybolt is being blocked
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement