summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-01 22:47:06 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-01 22:47:06 -0300
commit14d8ccff0e99bbb060aa1f880a58394e68ecf270 (patch)
tree8e2fff10cf2de734b33aa34085fd86568a274dcc /npc/commands
parent09713e602e62e75fa7100ccc44a4fc3d72ec47cd (diff)
downloadserverdata-14d8ccff0e99bbb060aa1f880a58394e68ecf270.tar.gz
serverdata-14d8ccff0e99bbb060aa1f880a58394e68ecf270.tar.bz2
serverdata-14d8ccff0e99bbb060aa1f880a58394e68ecf270.tar.xz
serverdata-14d8ccff0e99bbb060aa1f880a58394e68ecf270.zip
Update mapcache, fix worker's day rewards, add code commented (hard to undo effects).
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/event.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index 181faac2f..c3bde37ff 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -38,9 +38,17 @@ function script GlobalEventMenu {
switch (@menu)
{
- case 1: set $EVENT$, ""; logmes "Disabled events.", LOGMES_ATCOMMAND; break;
+ case 1: set $EVENT$, ""; logmes "Disabled events.", LOGMES_ATCOMMAND;
+ break;
case 2: set $EVENT$, "Easter"; logmes "Enabled EASTER event.", LOGMES_ATCOMMAND; break;
- case 3: set $EVENT$, "Worker Day"; logmes "Enabled WORKERS DAY event.", LOGMES_ATCOMMAND; break;
+ case 3:
+ set $EVENT$, "Worker Day";
+ logmes "Enabled WORKERS DAY event.", LOGMES_ATCOMMAND;
+ /*
+ addmonsterdrop(Snake, Pearl, 10);
+ debugmes "Snakes are now dropping Pearls.";
+ */
+ break;
}
return;