diff options
author | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-09 09:52:17 +0000 |
---|---|---|
committer | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-09 09:52:17 +0000 |
commit | 8422b98a28e183d714d721a0b201391e183fb546 (patch) | |
tree | d5fffa08635e2f157f22481cfbd7fad53c0cd778 /npc | |
parent | e1d84a18ec61d7132505d9ece70cc1f0adac675e (diff) | |
download | hercules-8422b98a28e183d714d721a0b201391e183fb546.tar.gz hercules-8422b98a28e183d714d721a0b201391e183fb546.tar.bz2 hercules-8422b98a28e183d714d721a0b201391e183fb546.tar.xz hercules-8422b98a28e183d714d721a0b201391e183fb546.zip |
* Fixed a small bug with the Sign Quest XP rewards.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10967 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_morocc.txt | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 52320cdbb..161704e40 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/08/09 + * Fixed a small bug with the Sign Quest XP rewards. [SinSloth] 2007/08/07 * Removed a duplicate related to the Sign Quest. [SinSloth] 2007/08/05 diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt index adb6c0d9e..09d7af125 100644 --- a/npc/quests/quests_morocc.txt +++ b/npc/quests/quests_morocc.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 1.6 +//= 1.7 //===== Compatible With: ===================================== //= eAthena 7.15 + //===== Description: ========================================= @@ -17,6 +17,7 @@ //= 1.5 Fixed a little bug with "Job_Alchemist" changed to "Job_Alchem". [Samuray22] // -Thanks to Nobuo //= 1.6 Fixed a nasty bug in last part of the quest. [SinSloth] +//= 1.7 Fixed a bug with XP rewards. [SinSloth] //============================================================ @@ -3407,9 +3408,9 @@ que_job01,16,21,5 script Valdes#1 55,{ } delitem 7416,countitem(7416); delitem 7417,countitem(7417); - set mao_request,30; if(mao_request == 28) getexp 1050000,0; else if(mao_request == 29) getexp 1280000,0; + set mao_request,30; getitem 12107,1; next; mes "[Valdes]"; @@ -3548,9 +3549,9 @@ que_job01,16,21,5 script Valdes#1 55,{ } delitem 7416,countitem(7416); delitem 7418,countitem(7418); - set mao_request,128; if(mao_request == 126) getexp 1050000,0; else if(mao_request == 127) getexp 1280000,0; + set mao_request,128; getitem 12106,1; next; mes "[Valdes]"; |