diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-06-26 00:13:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-06-26 00:13:41 -0300 |
commit | 82b91693cac9bf3169d3d1d6eb8a3075f662f6a2 (patch) | |
tree | f7f5aebee155b3fa8d12b0291668cbca6615c838 /npc/033-1 | |
parent | 8a48bf02e99874e6aaf7171d259f5f2a3e8a45e3 (diff) | |
download | serverdata-82b91693cac9bf3169d3d1d6eb8a3075f662f6a2.tar.gz serverdata-82b91693cac9bf3169d3d1d6eb8a3075f662f6a2.tar.bz2 serverdata-82b91693cac9bf3169d3d1d6eb8a3075f662f6a2.tar.xz serverdata-82b91693cac9bf3169d3d1d6eb8a3075f662f6a2.zip |
Add the Moubootaur Showdown (without any major change)
Diffstat (limited to 'npc/033-1')
-rw-r--r-- | npc/033-1/misc.txt | 9 |
1 files changed, 8 insertions, 1 deletions
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; |