Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Boss/area scripts
- // *** act 1 ***
- Scripts.Corpsefire = false;
- Config.Corpsefire.ClearDen = false;
- Scripts.Mausoleum = false;
- Config.Mausoleum.KillBloodRaven = false;
- Config.Mausoleum.ClearCrypt = true;
- Scripts.Rakanishu = false;
- Config.Rakanishu.KillGriswold = true;
- Scripts.Coldcrow = false;
- Scripts.Tristram = false;
- Scripts.Pit = true;
- Config.Pit.ClearPit1 = true;
- Scripts.Treehead = false;
- Scripts.Smith = false;
- Scripts.BoneAsh = false;
- Scripts.Countess = true;
- Config.Countess.KillGhosts = true;
- Scripts.Andariel = true;
- Scripts.Cows = false;
- // *** act 2 ***
- Scripts.Radament = false;
- Scripts.AncientTunnels = false;
- Scripts.Summoner = true;
- Scripts.Tombs = false;
- Scripts.Duriel = false;
- // *** act 3 ***
- Scripts.Stormtree = false;
- Scripts.KurastChests = true;
- Config.KurastChests.LowerKurast = true;
- Config.KurastChests.Bazaar = true;
- Config.KurastChests.Sewers1 = true;
- Config.KurastChests.Sewers2 = true;
- Scripts.KurastTemples = false;
- Scripts.Icehawk = false;
- Scripts.Endugu = false;
- Scripts.Travincal = true;
- Scripts.Mephisto = true;
- Config.Mephisto.MoatTrick = false;
- Config.Mephisto.KillCouncil = true;
- // *** act 4 ***
- Scripts.Izual = false;
- Scripts.Hephasto = false;
- Scripts.Vizier = false; // Intended for classic sorc, kills Vizier only.
- Scripts.FastDiablo = false;
- Scripts.Diablo = true;
- Config.Diablo.Entrance = true; // Start from entrance
- Config.Diablo.SealWarning = "Leave the seals alone!";
- Config.Diablo.EntranceTP = "Entrance TP up";
- Config.Diablo.StarTP = "Star TP up";
- // *** act 5 ***
- Scripts.Pindleskin = true;
- Config.Pindleskin.UseWp = true; // Use Halls of Pain Wp instead of Anyas Red Portal
- Config.Pindleskin.KillNihlathak = true;
- Config.Pindleskin.ViperQuit = false; // End script if Tomb Vipers are found.
- Scripts.Nihlathak = false;
- Config.Nihlathak.ViperQuit = false; // End script if Tomb Vipers are found.
- Scripts.Eldritch = true;
- Config.Eldritch.OpenChest = true;
- Config.Eldritch.KillShenk = true;
- Config.Eldritch.KillDacFarren = true;
- Scripts.Eyeback = false;
- Scripts.ThreshSocket = false;
- Scripts.Abaddon = false;
- Scripts.Frozenstein = false;
- Config.Frozenstein.ClearFrozenRiver = true;
- Scripts.Bonesaw = false;
- Scripts.Snapchip = false;
- Config.Snapchip.ClearIcyCellar = true;
- Scripts.Baal = true;
- Config.Baal.HotTPMsg = "Hot TP!";
- Config.Baal.SafeTPMsg = "TP safe!";
- Config.Baal.BaalMsg = "Baal";
- Config.Baal.DollQuit = false; // End script if Dolls (Undead Soul Killers) are found.
- Config.Baal.KillBaal = true; // Kill Baal. Leaves game after wave 5 if false.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement