diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-04 20:01:09 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-04 20:01:09 +0000 |
commit | 2a9ed3f7647326d2d0d4a7d2f25e4940af57b888 (patch) | |
tree | 0635aaf54ecc4fffb85a1e2598ee230ab2866045 /npc/quests/Lvl4_weapon_quest.txt | |
parent | a8952b3c7b1067f304e24237bd035263e6b62ed9 (diff) | |
download | hercules-2a9ed3f7647326d2d0d4a7d2f25e4940af57b888.tar.gz hercules-2a9ed3f7647326d2d0d4a7d2f25e4940af57b888.tar.bz2 hercules-2a9ed3f7647326d2d0d4a7d2f25e4940af57b888.tar.xz hercules-2a9ed3f7647326d2d0d4a7d2f25e4940af57b888.zip |
Stable and Trunk:
* Several bug-fixes to various Rachel quests (Gepard)
* Small fix to the level 4 weapon quest.
Trunk Only:
* Small fix to the Thief Job Quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10948 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/Lvl4_weapon_quest.txt')
-rw-r--r-- | npc/quests/Lvl4_weapon_quest.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/Lvl4_weapon_quest.txt b/npc/quests/Lvl4_weapon_quest.txt index b7cf889aa..d7cd5c82a 100644 --- a/npc/quests/Lvl4_weapon_quest.txt +++ b/npc/quests/Lvl4_weapon_quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Vicious_Pucca, Reddozen & MasterOfMuppets //===== Current Version: ===================================== -//= 1.21 +//= 1.3 //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.1 Many fixes to spelling, grammar, and sentence order. [Silent] //= 1.2 A small fix, thanks to vicious_pucca [MasterOfMuppets] //= 1.21 Fixing MoM's typos (Citrin -> Citrine) [erKURITA] +//= 1.3 Redirected error message for "LV_16" to "LV_16_NOGEM" (Gepard) [L0ne_W0lf] //============================================================ //--------------------------------------------------------------- @@ -1518,7 +1519,7 @@ LV4_16: if(lv4_weapon == 16) set @gem, $@LV4_Phlogopite; if(lv4_weapon == 17) set @gem, $@LV4_Olivine; if(lv4_weapon == 18) set @gem, $@LV4_Rose_Quartz; - if(countitem(@gem) < 30) goto LV4_2_NOGEM; + if(countitem(@gem) < 30) goto LV4_16_NOGEM; mes "[Tabezthan]"; mes "Okay, let's get started!"; |