diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-22 22:49:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-22 22:49:41 -0300 |
commit | 0b3176efa2f6846d8847d6846e538c011f7947da (patch) | |
tree | 7c2da5937244632c2a189dad9fbb3b12ce90e398 /npc/functions/hub.txt | |
parent | b08bb7ee9099feaf6081c46ec9cc628b3b4df0ca (diff) | |
download | serverdata-0b3176efa2f6846d8847d6846e538c011f7947da.tar.gz serverdata-0b3176efa2f6846d8847d6846e538c011f7947da.tar.bz2 serverdata-0b3176efa2f6846d8847d6846e538c011f7947da.tar.xz serverdata-0b3176efa2f6846d8847d6846e538c011f7947da.zip |
Deprecate entirely "Crazyfefe PVP hotfix", give 1 Honor Point
Diffstat (limited to 'npc/functions/hub.txt')
-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 bf342dfc9..528473584 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -132,6 +132,7 @@ function script HUB_Logout { // It was PK if (killerrid > 2000000 && killerrid < 2100000) { // PVP flag was off + /* if (!getmapflag(.@mapa$, mf_pvp) && !getmapflag(.@mapa$, mf_pvp_noparty) && !getmapflag(.@mapa$, mf_pvpnoguild)) { recovery(getcharid(3)); warp .@mapa$, .@a, .@b; @@ -153,6 +154,8 @@ function script HUB_Logout { detachrid(); attachrid(.@trueid); } + */ + HONOR+=1; } } |