diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-24 09:06:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-24 09:06:00 -0300 |
commit | 3d9f7957f06e9428dec85c96701e8a69e9bb7093 (patch) | |
tree | ae21be3f38d638d64d132227c703d048abdb04c4 /npc | |
parent | fbd6600c35b14b6dab8f07cf2a19cdc1d4ad5597 (diff) | |
download | serverdata-3d9f7957f06e9428dec85c96701e8a69e9bb7093.tar.gz serverdata-3d9f7957f06e9428dec85c96701e8a69e9bb7093.tar.bz2 serverdata-3d9f7957f06e9428dec85c96701e8a69e9bb7093.tar.xz serverdata-3d9f7957f06e9428dec85c96701e8a69e9bb7093.zip |
Veterans can receive the Mercenary Boxset which Lua is now handing out
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 613561ab1..57edb8f72 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -257,6 +257,8 @@ function script clientupdater { Karma=98; else if (Karma < 80) Karma=100+Karma; + if (getq(General_Narrator) >= 3) + getitem MercBoxAA, 1; // Well, you don't need this crap I hope... if (BaseLevel < 40) getitem TulimMap, 1; |