diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-14 11:06:11 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-14 11:06:11 -0200 |
commit | 5cc1535c48a2f255e5449fd4b7cce62a37d46761 (patch) | |
tree | ca27f8059c3d34ce7338acb3d8ed3ca9d9843e3d /npc/001-8 | |
parent | 07eeaa78fcf69750b6f8f7ad759c512e93f2500d (diff) | |
download | serverdata-5cc1535c48a2f255e5449fd4b7cce62a37d46761.tar.gz serverdata-5cc1535c48a2f255e5449fd4b7cce62a37d46761.tar.bz2 serverdata-5cc1535c48a2f255e5449fd4b7cce62a37d46761.tar.xz serverdata-5cc1535c48a2f255e5449fd4b7cce62a37d46761.zip |
Redesign mob hunter quest entirely. It's now fully dependent on Pet Detective.
Diffstat (limited to 'npc/001-8')
-rw-r--r-- | npc/001-8/hub.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index 7e217c93a..061ef5061 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -418,6 +418,7 @@ OnPCLogoutEvent: // This allows code to override death penalty, just once: // @deathpenalty_override // Valid values: 1- No penalty. 2- Halved penalty. + // You must also set: @deathpenalty_realvalue and @deathpenalty_realvaljob if (@deathpenalty_override && @qhub_died) { if (is_staff()) debugmes("Old values: %d %d Current Values: %d %d", @deathpenalty_realvalue, @deathpenalty_realvaljob, readparam(BaseExp), readparam(JobExp)); |