From 82b91693cac9bf3169d3d1d6eb8a3075f662f6a2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 26 Jun 2023 00:13:41 -0300 Subject: Add the Moubootaur Showdown (without any major change) --- npc/033-1/misc.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'npc/033-1') diff --git a/npc/033-1/misc.txt b/npc/033-1/misc.txt index 4537c80..d923de6 100644 --- a/npc/033-1/misc.txt +++ b/npc/033-1/misc.txt @@ -47,9 +47,16 @@ function script SetPorthosPortal { mes l("Do you want to activate an event?"); next; select - l("Cancel"); + l("Cancel"), + l("Moubootaur Showdown"); mes ""; switch (@menu) { + case 2: + setd(sprintf("$@EVENT_%02d", .@id), PORTHOS_ACTIVE); + setd(sprintf("$@EVENT_%02d_M$", .@id), "001-13-2"); + setd(sprintf("$@EVENT_%02d_X", .@id), 47); + setd(sprintf("$@EVENT_%02d_Y", .@id), 52); + break; default: mes l("Ok."); break; -- cgit v1.2.3-70-g09d2