diff options
-rw-r--r-- | npc/functions/hub.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 54ae09349..778aa63ce 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -50,6 +50,9 @@ function script HUB_Logout { } else { // TODO: Misc penalties (drop all items, etc) atcommand("@dropall"); + makeitem CoinBag, Zeny/500, .@mapa$, .@a, .@b; + Zeny=0; + //resetlvl(2); // FIXME: Split the exp // TODO: It could be @jail, but it is buggy atcommand("@jailfor 1d "+strcharinfo(0)); } |