diff options
author | mandark022 <mandark022@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-01 17:06:27 +0000 |
---|---|---|
committer | mandark022 <mandark022@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-01 17:06:27 +0000 |
commit | 0694aad0c97a4634dce37ea9c7cac8031b628bea (patch) | |
tree | a012561c4ba08f1a0b4d0e2598faa6a8ba59f901 | |
parent | 126ebb7f2a70774d7fdd7ca7e64aabd82cb60065 (diff) | |
download | hercules-0694aad0c97a4634dce37ea9c7cac8031b628bea.tar.gz hercules-0694aad0c97a4634dce37ea9c7cac8031b628bea.tar.bz2 hercules-0694aad0c97a4634dce37ea9c7cac8031b628bea.tar.xz hercules-0694aad0c97a4634dce37ea9c7cac8031b628bea.zip |
Revert the amount of Base Exp reward.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16023 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/quests/quests_13_1.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index 54a3f3961..4a50dc4fd 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 2.2 +//= 2.3 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -39,6 +39,7 @@ //= 2.0 Added Mid Camp Warper, translated from the Official [Slim] //= 2.1 Fixed some typos [tr0n] //= 2.2 Fixed giving of Base Exp [JayPee] +//= 2.3 Revert the amount of Base Exp reward [JayPee] //============================================================ // Onward to the New World @@ -9914,7 +9915,7 @@ mid_camp,69,144,0 script Ferocious Gorurug 421,{ mes "You've brough Pieces of Fish!"; mes "GOOD JOB!"; delitem 6039,10; //Piece_Of_Fish - getexp 30000,0; + getexp 3000,0; set ep13_yong1,10; setquest 12060; next; @@ -9934,7 +9935,7 @@ mid_camp,69,144,0 script Ferocious Gorurug 421,{ mes "You've brough Pieces of Fish!"; mes "GOOD JOB!"; delitem 6039,10; //Piece_Of_Fish - getexp 15000,0; + getexp 1500,0; setquest 12060; set ep13_yong1,ep13_yong1+1; next; @@ -9955,7 +9956,7 @@ mid_camp,69,144,0 script Ferocious Gorurug 421,{ mes "You've brough Pieces of Fish!"; mes "GOOD JOB!"; delitem 6039,10; //Piece_Of_Fish - getexp 15000,0; + getexp 1500,0; setquest 12060; set ep13_yong1,ep13_yong1+1; next; @@ -9975,7 +9976,7 @@ mid_camp,69,144,0 script Ferocious Gorurug 421,{ mes "You've brough Pieces of Fish!"; mes "GOOD JOB!"; delitem 6039,10; //Piece_Of_Fish - getexp 15000,0; + getexp 1500,0; setquest 12060; set ep13_yong1,ep13_yong1+1; next; @@ -9998,7 +9999,7 @@ mid_camp,69,144,0 script Ferocious Gorurug 421,{ mes "You've brough Pieces of Fish!"; mes "GOOD JOB!"; delitem 6039,10; //Piece_Of_Fish - getexp 15000,0; + getexp 1500,0; setquest 12060; set ep13_yong1,ep13_yong1+1; next; |