diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-14 10:01:24 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-14 10:01:24 +0000 |
commit | fa8f411e818122fc3fc420618df2806ef672b9ee (patch) | |
tree | ba87b53b81b39b503763074e6dd4279fe078c9d0 /npc/jobs/1-1/archer.txt | |
parent | 244d203039c35309d957c2d7c1e61c54f78eb2c3 (diff) | |
download | hercules-fa8f411e818122fc3fc420618df2806ef672b9ee.tar.gz hercules-fa8f411e818122fc3fc420618df2806ef672b9ee.tar.bz2 hercules-fa8f411e818122fc3fc420618df2806ef672b9ee.tar.xz hercules-fa8f411e818122fc3fc420618df2806ef672b9ee.zip |
fixed minor archer.txt bug
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12588 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/1-1/archer.txt')
-rw-r--r-- | npc/jobs/1-1/archer.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/jobs/1-1/archer.txt b/npc/jobs/1-1/archer.txt index 6557e2922..8360b99c8 100644 --- a/npc/jobs/1-1/archer.txt +++ b/npc/jobs/1-1/archer.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.7 +//= 1.7a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -19,6 +19,7 @@ //= 1.7 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf] //= Arrow reward is now equal to the type sof trunks brought. //= No longer uses function "F_ToHigh" +//= 1.7a Fixed minor dialogue bug at Grade==25 [Lupus] //============================================================ payon_in02,64,71,4 script Archer Guildsman#archer 85,{ @@ -174,7 +175,7 @@ payon_in02,64,71,4 script Archer Guildsman#archer 85,{ mes "More than 30! Nice job!"; mes "Congratulations!"; } - else if (.@total_archer > 25) { + else { mes "*Sigh* Well, you just barely passed... Anyway, well done."; } } |