diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-07 01:33:21 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-07 01:33:21 -0200 |
commit | b474116a73843ab10924a11764150dfbc01589bf (patch) | |
tree | 7a0912c77755a0eea2985e9619759fc577554920 /npc/001-8/hub.txt | |
parent | 59ae0abf13954721d1f9bfa4309f158ba513b2de (diff) | |
download | serverdata-b474116a73843ab10924a11764150dfbc01589bf.tar.gz serverdata-b474116a73843ab10924a11764150dfbc01589bf.tar.bz2 serverdata-b474116a73843ab10924a11764150dfbc01589bf.tar.xz serverdata-b474116a73843ab10924a11764150dfbc01589bf.zip |
Hungry Quirin Arena rewards are: 50% Mercenary Boxset 25% Silver Gift 25% Golden Gift.
Diffstat (limited to 'npc/001-8/hub.txt')
-rw-r--r-- | npc/001-8/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index 454ead469..10fdc16d2 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -363,7 +363,7 @@ OnPCLogoutEvent: // If you are the victor (and didn't cheat), you can now hold your reward ;-) if (@qhub_victor) { - getitem GoldenGift, 1; + getitem any(MercBoxA, MercBoxA, SilverGift, GoldenGift), 1; Zeny=Zeny+rand(500, 2500); } if (@qhub_died || @qhub_victor) |