From 54324d76ee24f45f691bacdccee12c6f094aa407 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 26 Mar 2018 22:02:36 -0300 Subject: Disable Mana Stone during sieges --- npc/005-1/ayasha.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/005-1') diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index 2ca2635f1..06e1593a5 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -143,6 +143,7 @@ L_MKControl: L_MKSmall: changemusic "005-1", "mythica.ogg"; + disablenpc("Mana Stone"); pvpon("005-1"); announce(l("##1WARNING! WARNING! Siege starting at Candor!!"), bc_all); areamonster("005-1", 0, 0, 105, 105, l("Black Scorpion"), 1074, 1, "Ayasha::OnBlackScorpionDeath"); @@ -227,6 +228,7 @@ OnTimer600000: OnTimer630000: changemusic "005-1", "bartk - the adventure begins.ogg"; + enablenpc("Mana Stone"); killmonsterall("005-1", 0); pvpoff("005-1"); announce(("Candor siege is over!"), bc_all); -- cgit v1.2.3-70-g09d2