From 3989e722bb888cfea65fa0de73a187a5d8e4438d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 29 Apr 2019 11:54:56 -0300 Subject: Monster King General's can now begin sieges at Hurnscald --- npc/003-1/lieutenantdausen.txt | 1 + npc/012-1/guards.txt | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 3856e6829..390e79492 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -117,6 +117,7 @@ L_MKControl: mesn; mes l("Oh noes! You've found the Tulimshar control panel!"); + next; select l("Abort"), l("Initiate a siege"); diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index b61d65afd..507396f51 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -154,6 +154,15 @@ L_Admus: L_MKControl: mesn; mes l("Oh noes! You've found the Hurnscald control panel!"); + next; + select + l("Abort"), + l("Initiate a siege"); + mes ""; + if (@menu == 2) { + doevent "#HurnscaldSiege::OnStartSiege"; + closedialog; + } close; // Hurnscald Liberation Day Core Logic @@ -603,10 +612,11 @@ OnRespawn: // Begin Siege OnMKSiege: + $@SIEGE_HURNS=rand(1,10); +OnStartSiege: siege_setup("014-3"); siege_setup("012-1"); kamibroadcast(col("WARNING! WARNING! Siege starting at Hurnscald!!",1)); - $@SIEGE_HURNS=rand(1,10); siege_cast("014-3", .name$, 0, TP_HURNS); initnpctimer; end; -- cgit v1.2.3-60-g2f50