summaryrefslogtreecommitdiff
path: root/npc/commands/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-03 16:58:24 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-03 16:58:24 -0300
commit63b6de139988dcfd6cc8fe00a4625aa7f7251e68 (patch)
tree832d63a3633f27766230481a5606eb4d2fb44dae /npc/commands/event.txt
parentbb044cf537a4a7cf409242860c79c918ae3e21b9 (diff)
downloadserverdata-63b6de139988dcfd6cc8fe00a4625aa7f7251e68.tar.gz
serverdata-63b6de139988dcfd6cc8fe00a4625aa7f7251e68.tar.bz2
serverdata-63b6de139988dcfd6cc8fe00a4625aa7f7251e68.tar.xz
serverdata-63b6de139988dcfd6cc8fe00a4625aa7f7251e68.zip
Kamelot mode alpha -> beta
Can be enabled by @event
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r--npc/commands/event.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index 9a20d02b9..5b00f65d4 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -305,6 +305,7 @@ function script GlobalEventMenu {
l("Enable Event Horizon"),
l("Enable Christmas"),
l("Enable Demure's Birthday"),
+ l("Enable Kamelot"),
l("Reset Kill Saulc Event (Monthly)");
switch (@menu) {
@@ -348,7 +349,11 @@ function script GlobalEventMenu {
dispbottom("Maybe in future this increases everyone attack speed? Well, for now,");
dispbottom("This is not actually an event, it just lower prices at Lua GM shop.");
break;
- case 10: DelItemFromEveryPlayer(MurdererCrown); break;
+ case 10:
+ $EVENT$="Kamelot";
+ logmes "Enabled KAMELOT event.", LOGMES_ATCOMMAND;
+ break;
+ case 11: DelItemFromEveryPlayer(MurdererCrown); break;
}
return;