diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-09 17:58:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-09 17:58:44 -0300 |
commit | 7d6ce8de7accad073621fb24414f8b994748adcc (patch) | |
tree | c8ef447307c653dd1cb187c2f34ae8de8038d43a /npc/commands/event.txt | |
parent | 75b2b7dc4e9184b2252bd3bd727020bda58b1340 (diff) | |
download | serverdata-7d6ce8de7accad073621fb24414f8b994748adcc.tar.gz serverdata-7d6ce8de7accad073621fb24414f8b994748adcc.tar.bz2 serverdata-7d6ce8de7accad073621fb24414f8b994748adcc.tar.xz serverdata-7d6ce8de7accad073621fb24414f8b994748adcc.zip |
Dark Eggshell Hat can no longer be obtained outside Easter.
(WARNING: Does not survives server restarts)
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 5135fc101..3b9eb3a28 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -15,6 +15,7 @@ function script sClear { } else { .@nb = query_sql("SELECT c.name, i.amount FROM `inventory` AS i, `char` AS c WHERE i.nameid=834 AND i.char_id=c.char_id ORDER BY i.amount DESC LIMIT 10", $@easter_name$, $@easter_value); setnpcdisplay("Aurora", "Lilica#final", NPC_EASTER); + delmonsterdrop(Forain, DarkEggshellHat); } // Delete all Christmas stuff @@ -137,15 +138,6 @@ function script GlobalEventMenu { return; } - // Easter is map-only, so it can be handled here instead of seasons.txt - function sEaster { - - // Enable event - set $EVENT$, "Easter"; - logmes "Enabled EASTER event.", LOGMES_ATCOMMAND; - return; - } - // :> function superSpawn { mesc l("Monster ID, 0 to cancel"); |