diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-09 18:53:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-09 18:53:28 -0300 |
commit | 0f22323bdf763b5aab905503b34c05fea1372f50 (patch) | |
tree | bf7062fdeb4914313b472b6270eb59ad23a33279 | |
parent | 79acfe6717b9d13b789927b2442e77312444f48a (diff) | |
download | serverdata-0f22323bdf763b5aab905503b34c05fea1372f50.tar.gz serverdata-0f22323bdf763b5aab905503b34c05fea1372f50.tar.bz2 serverdata-0f22323bdf763b5aab905503b34c05fea1372f50.tar.xz serverdata-0f22323bdf763b5aab905503b34c05fea1372f50.zip |
Give a large amount of job exp for completing Pooh's quest.
Otherwise, I feel like it is not really "worth it"
-rw-r--r-- | npc/015-3/pooh.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-3/pooh.txt b/npc/015-3/pooh.txt index b41b31331..fc1404035 100644 --- a/npc/015-3/pooh.txt +++ b/npc/015-3/pooh.txt @@ -181,7 +181,7 @@ function poohFood { getitem BearHat, 1; setq HurnscaldQuest_TeddyBear, 3; // Half of needed exp, but treasure map may require more level - getexp 15750, 0; + getexp 15750, 9200; // Job Exp: Lv 28 as reference } return; } |