diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-11 14:03:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-11 14:03:10 -0300 |
commit | a6ffc38f926596e09156400de186fa69f8667d3c (patch) | |
tree | cec1c1727e06ba588a86291e7d703f8729a88dd8 /npc/001-8 | |
parent | 6a1b08505fba315dc2a71087a0c4d7a528d8e377 (diff) | |
download | serverdata-a6ffc38f926596e09156400de186fa69f8667d3c.tar.gz serverdata-a6ffc38f926596e09156400de186fa69f8667d3c.tar.bz2 serverdata-a6ffc38f926596e09156400de186fa69f8667d3c.tar.xz serverdata-a6ffc38f926596e09156400de186fa69f8667d3c.zip |
Give up to 1500 job exp for all participants on arena Quirino Voraz
Diffstat (limited to 'npc/001-8')
-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 f862d9bcb..6e19000d6 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -367,7 +367,7 @@ OnPCLogoutEvent: Zeny=Zeny+rand(500, 2500); } if (@qhub_died || @qhub_victor) - getexp rand(100,300), 0; // Dying on this map is enough to get a reward. Logout = no reward. + getexp rand(100,300), BaseLevel*10; // Dying on this map is enough to get a reward. Logout = no reward. // You'll be revived/fully healed, and then warped. // FIXME: It will throw you in Nard's ship if you are on logout... |