Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. // *** act 4 ***
  2. Scripts.OuterSteppes = false;
  3. Scripts.Izual = false;
  4. Scripts.Hephasto = false;
  5. Scripts.Vizier = false; // Intended for classic sorc, kills Vizier only.
  6. Scripts.FastDiablo = false;
  7. Scripts.Diablo = false;
  8. Config.Diablo.Entrance = true; // Start from entrance
  9. Config.Diablo.SealWarning = "Leave the seals alone!";
  10. Config.Diablo.EntranceTP = "Entrance TP up";
  11. Config.Diablo.StarTP = "Star TP up";
  12. Config.Diablo.DiabloMsg = "Diablo";
  13. Scripts.SealLeader = false; // Clear a safe spot around seals and invite leechers in. Leechers should run SealLeecher script. Don't run with Diablo or FastDiablo.
  14.  
  15. // *** act 5 ***
  16. Scripts.Pindleskin = false;
  17. Config.Pindleskin.UseWaypoint = false;
  18. Config.Pindleskin.KillNihlathak = true;
  19. Config.Pindleskin.ViperQuit = false; // End script if Tomb Vipers are found.
  20. Scripts.Nihlathak = false;
  21. Config.Nihlathak.ViperQuit = false; // End script if Tomb Vipers are found.
  22. Scripts.Eldritch = false;
  23. Config.Eldritch.OpenChest = true;
  24. Config.Eldritch.KillShenk = true;
  25. Config.Eldritch.KillDacFarren = true;
  26. Scripts.Eyeback = false;
  27. Scripts.SharpTooth = false;
  28. Scripts.ThreshSocket = false;
  29. Scripts.Abaddon = false;
  30. Scripts.Frozenstein = false;
  31. Config.Frozenstein.ClearFrozenRiver = true;
  32. Scripts.Bonesaw = false;
  33. Config.Bonesaw.ClearDrifterCavern = false;
  34. Scripts.Snapchip = false;
  35. Config.Snapchip.ClearIcyCellar = true;
  36. Scripts.Worldstone = false;
  37. Scripts.Baal = false;
  38. Config.Baal.HotTPMessage = "Hot TP!";
  39. Config.Baal.SafeTPMessage = "Safe TP!";
  40. Config.Baal.BaalMessage = "Baal!";
  41. Config.Baal.SoulQuit = false; // End script if Souls (Undead Soul Killers) are found.
  42. Config.Baal.DollQuit = false; // End script if Dolls (Undead Stigyan Dolls) are found.
  43. Config.Baal.KillBaal = true; // Kill Baal. Leaves game after wave 5 if false.
  44.  
  45. /* ### leeching section ###
  46. * Unless stated otherwise, leader's character name isn't needed on order to run.
  47. * Don't use more scripts of the same type! (Run AutoBaal OR BaalHelper, not both)
  48. */
  49.  
  50. Config.Leader = "SuckDudeNips"; // Leader's ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)
  51. Config.QuitList = ["SuckDudeNips"]; // List of character names to quit with. Example: Config.QuitList = ["MySorc", "MyDin"];
  52. Config.QuitListMode = 0; // 0 = use character names; 1 = use profile names (all profiles must run on the same computer).
  53.  
  54. Scripts.TristramLeech = false; // Enters Tristram, attempts to stay close to the leader and will try and help kill.
  55. Scripts.TravincalLeech = false; // Enters portal at back of Travincal.
  56. Config.TravincalLeech.Helper = true; // If set to true the character will teleport to the stairs and help attack.
  57. Scripts.MFHelper = false; // Run the same MF run as the MFLeader. Leader must have Config.MFLeader = true
  58. Scripts.Wakka = false; // Walking chaos leecher with auto leader assignment, stays at safe distance from the leader
  59. Scripts.SealLeecher = false; // Enter safe portals to Chaos. Leader should run SealLeader.
  60. Scripts.DiabloHelper = true; // Chaos helper, kills monsters and doesn't open seals on its own.
  61. Config.DiabloHelper.Wait = 120; // Seconds to wait for a runner to be in Chaos. If Config.Leader is set, it will wait only for the leader.
  62. Config.DiabloHelper.Entrance = true; // Start from entrance. Set to false to start from star.
  63. Config.DiabloHelper.SkipTP = false; // Don't wait for town portal and directly head to chaos. It will clear monsters around chaos entrance and wait for the runner.
  64. Config.DiabloHelper.SkipIfBaal = false; // End script if there are party members in a Baal run.
  65. Scripts.AutoBaal = false; // Baal leecher with auto leader assignment
  66. Config.AutoBaal.FindShrine = false; // false = disabled, 1 = search after hot tp message, 2 = search as soon as leader is found
  67. Config.AutoBaal.LeechSpot = [15115, 5050]; // X, Y coords of Throne Room leech spot
  68. Config.AutoBaal.LongRangeSupport = false; // Cast long distance skills from a safe spot
  69. Scripts.BaalHelper = true;
  70. Config.BaalHelper.Wait = 120; // Seconds to wait for a runner to be in Throne
  71. Config.BaalHelper.KillNihlathak = false; // Kill Nihlathak before going to Throne
  72. Config.BaalHelper.FastChaos = false; // Kill Diablo before going to Throne
  73. Config.BaalHelper.DollQuit = false; // End script if Dolls (Undead Soul Killers) are found.
  74. Config.BaalHelper.KillBaal = true; // Kill Baal. If set to false, you must configure Config.QuitList or the bot will wait indefinitely.
  75. Config.BaalHelper.SkipTP = false; // Don't wait for a TP, go to WSK3 and wait for someone to go to throne. Anti PK measure.
  76. Scripts.Follower = false; // Script that follows a manually played leader around like a merc. For a list of commands, see Follower.js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement