summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-12 10:35:28 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-12 10:35:28 -0300
commitf2513ae88eb8eb3baec40a6a2f6e344e6b09024e (patch)
tree088db81f0818e1bd6e384e45f6551ce4081a075d
parent622a7e908ed08ff1a18b4b7aa7be558d19bdb237 (diff)
downloadserverdata-f2513ae88eb8eb3baec40a6a2f6e344e6b09024e.tar.gz
serverdata-f2513ae88eb8eb3baec40a6a2f6e344e6b09024e.tar.bz2
serverdata-f2513ae88eb8eb3baec40a6a2f6e344e6b09024e.tar.xz
serverdata-f2513ae88eb8eb3baec40a6a2f6e344e6b09024e.zip
Hardcore Server settings
-rw-r--r--npc/functions/hub.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index ac46a2597..cdaf28ab8 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -32,7 +32,9 @@ function script HUB_Logout {
// Hardcore Server
if ($HARDCORE && .@dead) {
- // It could be @jail, but...
+ // TODO: Misc penalties (drop all items, etc)
+ atcommand("@dropall");
+ // TODO: It could be @jail, but it is buggy
atcommand("@jailfor 1d "+strcharinfo(0));
// Vanished on Cindy Cave
} else if (.@mapa$ == "021-4" && strcharinfo(0) == $@CINDY_HERO$) {