Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. First you have to do: Login into your LEADER Account and type in game: /f a (Leecheraccount)
  2. Second thing: Login into your LEECH Account and type in game: /f a (Leaderaccount)
  3. This is crutial so that your leechbot receives game messages via whisper.
  4.  
  5. Leechstarter:
  6.  
  7. var leaderAccountName = "ganon";
  8. var leaderName = "Ganon";
  9.  
  10. Charconfig:
  11. //------------------------------------------------------------------------------
  12.     // Leech, Leech Fighter & Team Botting Settings
  13.     //------------------------------------------------------------------------------
  14.  
  15.     NTConfig_Leader = "Ganon";                      // Leaders name. (Don't set to yourself.)
  16.     NTConfig_PartyOnlyLeader = true;                    // Party only with leader (NTConfig_Leader)? (If true, NTConfig_PublicMode MUST be set false in the general config section below).
  17.     NTConfig_PartyMaxTime = 60;                         // Time in seconds the leecher has to party with leader before exiting game
  18.     NTConfig_LeechBo = true;                            // Set false to disable BO & BC cast by leecher.
  19.     NTConfig_LeechExitDelay = 500;                      // Delay before leecher exits game after leader in milliseconds.  Use this to stagger leechers exit times to avoid crashes.
  20.  
  21. NTConfig_Script.push("NTUniversalBaalLeech.ntj"); //YOU NEED TO UNQUOTE THIS!!!
  22.         NTConfig_LeechBaal = 3;                         // 1 = Leech Fighter (Tele), 2 = Leech Fighter (Walking), 3 = Passive Leecher (Corner dunce).
  23.         NTConfig_TakeTpBaal = "Safe";               // Message from leader signifying you to take portal. (Must be different than Diablo & Trav tp messages.)
  24.         NTConfig_LeechPrecast = false;                  // Do you want your leecher to precast?
  25.         NTConfig_TeleEachWaveHelper = false;            // Teleport bot before each wave to keep merc close (not position based yet)?
  26.         leechpos = [15118, 5003];                       // X,Y coord for leechers to stand (passive leecher only).
  27.         NTConfig_LeechHydra = 0;                        // 0 = Don't Move, 1 = Right Side, 2 = Left Side. (Use left side if you have a leecher grabing xp shrines. (Settings Below))
  28.         NTConfig_FollowtoWorldStone = true;             // Go down to Baal in WS Chamber after waves?
  29.         NTConfig_WaitAtPassiveSPotForBaal = false;      // leech fighters will wait at passive leech spot for baal to enter WS Chamber.  Helpful if you having problems with baal bugging and not entering portal
  30.         NTConfig_GrabShrine = "config me";              // Use shrine & return to act 5 portal Area (Leaders hot tp message is very effective, also must be different than Diablo & Trav tp messages).
  31.         _FindXPArea = [];                               // Area ID's, (2, 3, 4, 5, 6, 7). Set array empty "[]" to leech without grabbing shrines.
  32.         NTConfig_ClearAroundShrine = false;             // Clear around shrine before going back to town?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement