diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-19 19:32:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-19 19:32:29 -0300 |
commit | 67d734e7c5dc02667fe66cddf0da4db0935a24ac (patch) | |
tree | 7e6a53dc217b41634a33b8a524912d0d71978090 /npc/009-1 | |
parent | de15ad3c1521df5119bf36e7490764d0e1a30c96 (diff) | |
download | serverdata-67d734e7c5dc02667fe66cddf0da4db0935a24ac.tar.gz serverdata-67d734e7c5dc02667fe66cddf0da4db0935a24ac.tar.bz2 serverdata-67d734e7c5dc02667fe66cddf0da4db0935a24ac.tar.xz serverdata-67d734e7c5dc02667fe66cddf0da4db0935a24ac.zip |
Fix typo (Hurscald → Hurnscald)
Diffstat (limited to 'npc/009-1')
-rw-r--r-- | npc/009-1/fisherman.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/009-1/fisherman.txt b/npc/009-1/fisherman.txt index a47191db8..5aaddae2f 100644 --- a/npc/009-1/fisherman.txt +++ b/npc/009-1/fisherman.txt @@ -7,7 +7,7 @@ // Forest Bow Quest. DO NOT RENAME THE NPC. 009-1,116,106,0 script Fisherman NPC_FISHERMAN_HALI,{ - .@q=getq(HurscaldQuest_ForestBow); + .@q=getq(HurnscaldQuest_ForestBow); if (BaseLevel < 30) goto L_Weak; mesn; mesq l("Hello. Ah, bad luck. I am three days without fishing a single carp."); @@ -15,7 +15,7 @@ mesn strcharinfo(0); menu l("Any fishing tips for me?"),-, - rif(.@q == 1 && getq3(HurscaldQuest_ForestBow) < 99, l("I need a string, but not just any string, a really good string.")), L_String; + rif(.@q == 1 && getq3(HurnscaldQuest_ForestBow) < 99, l("I need a string, but not just any string, a really good string.")), L_String; mes ""; mesn; @@ -34,7 +34,7 @@ L_Weak: close; L_String: - .@k=getq3(HurscaldQuest_ForestBow); + .@k=getq3(HurnscaldQuest_ForestBow); mes ""; switch (.@k) { case 0: @@ -55,7 +55,7 @@ L_String: next; mesn; mesq l("I'll make your life easier, I'm also accepting 20 @@ or @@ instead the Grass Carp. Go now, pal.", getitemlink(CommonCarp), getitemlink(Roach)); - setq3 HurscaldQuest_ForestBow, 10; + setq3 HurnscaldQuest_ForestBow, 10; close; break; case 50: @@ -122,7 +122,7 @@ L_Finish: } delitem Root, 10; Zeny=Zeny-1000; - setq3 HurscaldQuest_ForestBow, 99; + setq3 HurnscaldQuest_ForestBow, 99; getexp 800, 0; // 10% of max exp mes ""; mesn; @@ -137,9 +137,9 @@ L_Finish: close; OnKillFireGoblin: - if (getq(HurscaldQuest_ForestBow) == 1 && getq3(HurscaldQuest_ForestBow) >= 10 && getq3(HurscaldQuest_ForestBow) < 50) { - setq3 HurscaldQuest_ForestBow, getq3(HurscaldQuest_ForestBow)+1; - dispbottom l("@@/40 Fire Goblins killed", getq3(HurscaldQuest_ForestBow)-10); + if (getq(HurnscaldQuest_ForestBow) == 1 && getq3(HurnscaldQuest_ForestBow) >= 10 && getq3(HurnscaldQuest_ForestBow) < 50) { + setq3 HurnscaldQuest_ForestBow, getq3(HurnscaldQuest_ForestBow)+1; + dispbottom l("@@/40 Fire Goblins killed", getq3(HurnscaldQuest_ForestBow)-10); } end; |