Advertisement
Guest User

Untitled

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