diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-25 17:10:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-25 17:10:13 -0300 |
commit | 4b2c057fc2cea88047d3356da3345f8f69a02fff (patch) | |
tree | 6765fc0ec164fd74cd354a26bf25d708b4b5ebd9 /npc/functions | |
parent | 7c26a7ee15b00e1076e80039398def3a041dcdc3 (diff) | |
download | serverdata-4b2c057fc2cea88047d3356da3345f8f69a02fff.tar.gz serverdata-4b2c057fc2cea88047d3356da3345f8f69a02fff.tar.bz2 serverdata-4b2c057fc2cea88047d3356da3345f8f69a02fff.tar.xz serverdata-4b2c057fc2cea88047d3356da3345f8f69a02fff.zip |
Drafts about Pyry - NOT READY AND BUGGY
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index e3ee6d26c..2c178da98 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -57,6 +57,10 @@ function script HUB_Logout { @deathpenalty_realvalue=readparam(BaseExp); @deathpenalty_realvaljob=readparam(JobExp); } + // Died or logged out on Blue Sage House + if (.@mapa$ == "020-7-1") { + callfunc("BSClearNest", @nestid); + } // First death produces a warning message if (PC_DIE_COUNTER <= 1 && .@dead) { dispbottom l("Dying outside a town square will cause EXP loss."); |