summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-13 23:46:34 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-13 23:46:34 -0300
commiteccf197be645e399cc0fc59ed7eb35335e1a2091 (patch)
treee2482e02042f70092c2770caef869f0d57559122 /npc/functions/hub.txt
parenta670a9c3ad1f1babc00377dcc97b34395e9ea4f0 (diff)
downloadserverdata-eccf197be645e399cc0fc59ed7eb35335e1a2091.tar.gz
serverdata-eccf197be645e399cc0fc59ed7eb35335e1a2091.tar.bz2
serverdata-eccf197be645e399cc0fc59ed7eb35335e1a2091.tar.xz
serverdata-eccf197be645e399cc0fc59ed7eb35335e1a2091.zip
Fix bugs
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index c4870262e..54fd2d2da 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -209,6 +209,10 @@ function script HUB_Logout {
if (.@mapa$ == "020-7-1") {
callfunc("BSClearNest", @nestid);
}
+ // Died or logged out on Eternal Swamps (Navigation Area)
+ if (.@mapa$ == "011-4") {
+ setmount 0;
+ }
// Died or logged out on Player Story 2 - Magic School Port
if (compare(.@mapa$, "0030")) {
if (@ASSASSIN > 0)