Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. // Boss/area scripts
  2.  
  3. // *** act 1 ***
  4. Scripts.Corpsefire = true;
  5. Config.Corpsefire.ClearDen = false;
  6. Scripts.Mausoleum = true;
  7. Config.Mausoleum.KillBloodRaven = true;
  8. Config.Mausoleum.ClearCrypt = true;
  9. Scripts.Rakanishu = false;
  10. Config.Rakanishu.KillGriswold = true;
  11. Scripts.UndergroundPassage = true;
  12. Scripts.Coldcrow = false;
  13. Scripts.Tristram = true;
  14. Config.Tristram.WalkClear = false; // Disable teleport while clearing to protect leechers
  15. Config.Tristram.PortalLeech = false; // Set to true to open a portal for leechers.
  16. Scripts.Pit = true;
  17. Config.Pit.ClearPit1 = true;
  18. Scripts.Treehead = true;
  19. Scripts.Smith = true;
  20. Scripts.BoneAsh = true;
  21. Scripts.Countess = true;
  22. Config.Countess.KillGhosts = false;
  23. Scripts.Andariel = true;
  24. Scripts.Cows = false;
  25.  
  26. // *** act 2 ***
  27. Scripts.Radament = true;
  28. Scripts.Coldworm = true;
  29. Config.Coldworm.KillBeetleburst = true;
  30. Config.Coldworm.ClearMaggotLair = true; // Clear all 3 levels
  31. Scripts.AncientTunnels = true;
  32. Config.AncientTunnels.OpenChest = true; // Open special chest in Lost City
  33. Config.AncientTunnels.KillDarkElder = false;
  34. Scripts.Summoner = true;
  35. Config.Summoner.FireEye = false;
  36. Scripts.Tombs = false;
  37. Scripts.Duriel = true;
  38.  
  39. // *** act 3 ***
  40. Scripts.Stormtree = true;
  41. Scripts.KurastTemples = true;
  42. Scripts.Icehawk = false;
  43. Scripts.Endugu = false;
  44. Scripts.Travincal = true;
  45. Config.Travincal.PortalLeech = false; // Set to true to open a portal for leechers.
  46. Scripts.Mephisto = true;
  47. Config.Mephisto.MoatTrick = false;
  48. Config.Mephisto.KillCouncil = false;
  49. Config.Mephisto.TakeRedPortal = true;
  50.  
  51. // *** act 4 ***
  52. Scripts.OuterSteppes = false;
  53. Scripts.Izual = true;
  54. Scripts.Hephasto = false;
  55. Scripts.Vizier = false; // Intended for classic sorc, kills Vizier only.
  56. Scripts.FastDiablo = false;
  57. Scripts.Diablo = false;
  58. Config.Diablo.WalkClear = false; // Disable teleport while clearing to protect leechers
  59. Config.Diablo.Entrance = true; // Start from entrance
  60. Config.Diablo.SealWarning = "Leave the seals alone!";
  61. Config.Diablo.EntranceTP = "Entrance TP up";
  62. Config.Diablo.StarTP = "Star TP up";
  63. Config.Diablo.DiabloMsg = "Diablo";
  64. 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.
  65.  
  66. // *** act 5 ***
  67. Scripts.Pindleskin = true;
  68. Config.Pindleskin.UseWaypoint = false;
  69. Config.Pindleskin.KillNihlathak = false;
  70. Config.Pindleskin.ViperQuit = false; // End script if Tomb Vipers are found.
  71. Scripts.Nihlathak = false;
  72. Config.Nihlathak.ViperQuit = false; // End script if Tomb Vipers are found.
  73. Scripts.Eldritch = true;
  74. Config.Eldritch.OpenChest = true;
  75. Config.Eldritch.KillShenk = true;
  76. Config.Eldritch.KillDacFarren = true;
  77. Scripts.Eyeback = true;
  78. Scripts.SharpTooth = false;
  79. Scripts.ThreshSocket = true;
  80. Scripts.Abaddon = true;
  81. Scripts.Frozenstein = false;
  82. Config.Frozenstein.ClearFrozenRiver = true;
  83. Scripts.Bonesaw = false;
  84. Config.Bonesaw.ClearDrifterCavern = false;
  85. Scripts.Snapchip = false;
  86. Config.Snapchip.ClearIcyCellar = true;
  87. Scripts.Worldstone = false;
  88. Scripts.Baal = false;
  89. Config.Baal.HotTPMessage = "";
  90. Config.Baal.SafeTPMessage = "";
  91. Config.Baal.BaalMessage = "";
  92. Config.Baal.SoulQuit = false; // End script if Souls (Burning Souls) are found.
  93. Config.Baal.DollQuit = false; // End script if Dolls (Undead Soul Killers) are found.
  94. Config.Baal.KillBaal = true; // Kill Baal. Leaves game after wave 5 if false.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement