diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 22:34:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 22:34:26 -0300 |
commit | 69a6202cea85715ee8bd3183744b9f89f3e2c28e (patch) | |
tree | 18b1dd195369547add6908ee050cf77def1bcc4e /npc/commands | |
parent | 9fc926a4e8ebb8f827d45d60300ea6d993f2be82 (diff) | |
download | serverdata-69a6202cea85715ee8bd3183744b9f89f3e2c28e.tar.gz serverdata-69a6202cea85715ee8bd3183744b9f89f3e2c28e.tar.bz2 serverdata-69a6202cea85715ee8bd3183744b9f89f3e2c28e.tar.xz serverdata-69a6202cea85715ee8bd3183744b9f89f3e2c28e.zip |
Allow World Expo and Catch the Golden Fish events to start
Prepare their scoreboard function - HallOfAurora()
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/event.txt | 4 | ||||
-rw-r--r-- | npc/commands/kami.txt | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index f7a99bdda..abbe5f34c 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -88,10 +88,6 @@ function script sClear { DelItemFromEveryPlayer(Event2HSword); DelItemFromEveryPlayer(EventBow); DelItemFromEveryPlayer(EventWand); - DelItemFromEveryPlayer(EventTreasure1); - DelItemFromEveryPlayer(EventTreasure2); - DelItemFromEveryPlayer(EventTreasure3); - DelItemFromEveryPlayer(EventFish); // We must remove any event drop charcommand("@reloadmobdb"); diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index e2e0eb395..3a4e62220 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -77,6 +77,8 @@ OnChamp: //mes "4144 will hear about this. You are NOT amazing by the way."; select("Ok"); setskin ""; + HallOfAurora(); + next; closeclientdialog; end; |