summaryrefslogtreecommitdiff
path: root/npc/001-8
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-07 01:31:46 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-07 01:31:46 -0200
commit59ae0abf13954721d1f9bfa4309f158ba513b2de (patch)
treeba649aac5bb98868a183a915794f8cda510ce34f /npc/001-8
parent9d5db4c9b4bbb05153b29ee7340acbd35ed226bf (diff)
downloadserverdata-59ae0abf13954721d1f9bfa4309f158ba513b2de.tar.gz
serverdata-59ae0abf13954721d1f9bfa4309f158ba513b2de.tar.bz2
serverdata-59ae0abf13954721d1f9bfa4309f158ba513b2de.tar.xz
serverdata-59ae0abf13954721d1f9bfa4309f158ba513b2de.zip
Now, everyone can start Hungry Quirin Arena PVP Event.
But it can only be done hourly.
Diffstat (limited to 'npc/001-8')
-rw-r--r--npc/001-8/hub.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt
index 0fb6795f0..454ead469 100644
--- a/npc/001-8/hub.txt
+++ b/npc/001-8/hub.txt
@@ -421,5 +421,9 @@ OnPCLogoutEvent:
@qhub_died=0;
end;
+OnCancel:
+ setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_ITEM|PCBLOCK_MOVE|PCBLOCK_COMMANDS, false);
+ warp "Save", 0, 0;
+ end;
}