diff options
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 72ac5d1cb..7e3b44ea6 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -59,6 +59,11 @@ function script HUB_Logout { @deathpenalty_realvalue=readparam(BaseExp); @deathpenalty_realvaljob=readparam(JobExp); } + // Died or logged during Bandit Lord fight + if (.@mapa$ == "015-2") { + if (isin("015-2", 228, 227, )) + killmonster("015-2", "#BanditLordDen::OnLordDeath"); + } // Died or logged out on Blue Sage House if (.@mapa$ == "020-7-1") { callfunc("BSClearNest", @nestid); |