Advertisement
lengend

Untitled

Aug 30th, 2012
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     // Boss/area scripts
  2.  
  3.     // *** act 1 ***
  4.     Scripts.Corpsefire = false;
  5.         Config.Corpsefire.ClearDen = false;
  6.     Scripts.Mausoleum = false;
  7.         Config.Mausoleum.KillBloodRaven = false;
  8.         Config.Mausoleum.ClearCrypt = true;
  9.     Scripts.Rakanishu = false;
  10.         Config.Rakanishu.KillGriswold = true;
  11.     Scripts.Coldcrow = false;
  12.     Scripts.Tristram = false;
  13.     Scripts.Pit = true;
  14.         Config.Pit.ClearPit1 = true;
  15.     Scripts.Treehead = false;
  16.     Scripts.Smith = false;
  17.     Scripts.BoneAsh = false;
  18.     Scripts.Countess = true;
  19.         Config.Countess.KillGhosts = true;
  20.     Scripts.Andariel = true;
  21.     Scripts.Cows = false;
  22.  
  23.     // *** act 2 ***
  24.     Scripts.Radament = false;
  25.     Scripts.AncientTunnels = false;
  26.     Scripts.Summoner = true;
  27.     Scripts.Tombs = false;
  28.     Scripts.Duriel = false;
  29.  
  30.     // *** act 3 ***
  31.     Scripts.Stormtree = false;
  32.     Scripts.KurastChests = true;
  33.         Config.KurastChests.LowerKurast = true;
  34.         Config.KurastChests.Bazaar = true;
  35.         Config.KurastChests.Sewers1 = true;
  36.         Config.KurastChests.Sewers2 = true;
  37.     Scripts.KurastTemples = false;
  38.     Scripts.Icehawk = false;
  39.     Scripts.Endugu = false;
  40.     Scripts.Travincal = true;
  41.     Scripts.Mephisto = true;
  42.         Config.Mephisto.MoatTrick = false;
  43.         Config.Mephisto.KillCouncil = true;
  44.  
  45.     // *** act 4 ***
  46.     Scripts.Izual = false;
  47.     Scripts.Hephasto = false;
  48.     Scripts.Vizier = false; // Intended for classic sorc, kills Vizier only.
  49.     Scripts.FastDiablo = false;
  50.     Scripts.Diablo = true;
  51.         Config.Diablo.Entrance = true; // Start from entrance
  52.         Config.Diablo.SealWarning = "Leave the seals alone!";
  53.         Config.Diablo.EntranceTP = "Entrance TP up";
  54.         Config.Diablo.StarTP = "Star TP up";
  55.  
  56.     // *** act 5 ***
  57.     Scripts.Pindleskin = true;
  58.         Config.Pindleskin.UseWp = true; // Use Halls of Pain Wp instead of Anyas Red Portal
  59.         Config.Pindleskin.KillNihlathak = true;
  60.         Config.Pindleskin.ViperQuit = false; // End script if Tomb Vipers are found.
  61.     Scripts.Nihlathak = false;
  62.         Config.Nihlathak.ViperQuit = false; // End script if Tomb Vipers are found.
  63.     Scripts.Eldritch = true;
  64.         Config.Eldritch.OpenChest = true;
  65.         Config.Eldritch.KillShenk = true;
  66.         Config.Eldritch.KillDacFarren = true;
  67.     Scripts.Eyeback = false;
  68.     Scripts.ThreshSocket = false;
  69.     Scripts.Abaddon = false;
  70.     Scripts.Frozenstein = false;
  71.         Config.Frozenstein.ClearFrozenRiver = true;
  72.     Scripts.Bonesaw = false;
  73.     Scripts.Snapchip = false;
  74.         Config.Snapchip.ClearIcyCellar = true;
  75.     Scripts.Baal = true;
  76.         Config.Baal.HotTPMsg = "Hot TP!";
  77.         Config.Baal.SafeTPMsg = "TP safe!";
  78.         Config.Baal.BaalMsg = "Baal";
  79.         Config.Baal.DollQuit = false; // End script if Dolls (Undead Soul Killers) are found.
  80.         Config.Baal.KillBaal = true; // Kill Baal. Leaves game after wave 5 if false.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement