diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/hinnak.txt | 2 | ||||
-rw-r--r-- | npc/012-1/terezin.txt | 2 | ||||
-rw-r--r-- | npc/014-3/oscar.txt | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/npc/012-1/hinnak.txt b/npc/012-1/hinnak.txt index b069016e7..dc729fdcc 100644 --- a/npc/012-1/hinnak.txt +++ b/npc/012-1/hinnak.txt @@ -96,7 +96,7 @@ L_TrueHelp: mesn; mesq l("I know how hard it is! I hate them with all my heart, only seeing you killing them left and right was GREAT!"); next; - getexp 1400, 0; + getexp 1000, 0; Zeny=Zeny+1500; setq HurnscaldQuest_Farmers, 2, 0; mesn; diff --git a/npc/012-1/terezin.txt b/npc/012-1/terezin.txt index dc7a52342..ef0842afb 100644 --- a/npc/012-1/terezin.txt +++ b/npc/012-1/terezin.txt @@ -13,7 +13,7 @@ if (strcharinfo(0) == $MOST_HEROIC$) next; if (.@q1 == 5 && .@q2 == 0) goto L_PinkieHat; if (.@q1 == 4) goto L_Almost; - if (.@q1 > 2) goto L_Thanks; + if (.@q1 >= 2) goto L_Thanks; mesn; mesq l("Ah, my husband Hinnak is so hard working..."); close; diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt index 500ab7f01..b16e164c6 100644 --- a/npc/014-3/oscar.txt +++ b/npc/014-3/oscar.txt @@ -31,11 +31,11 @@ L_Hello: mesn; mesq l("Great! Excellent! Because I am also diving in problems!!"); next; - if (readparam(bAgi) < 30) goto L_Slow; + if (readparam(bAgi) < 40) goto L_Slow; if (BaseLevel < 20) goto L_Weak; mesn; // Est. kill 400 Pinkies - mesq l("I hate so many the Pinkies on my fields, I want to do a soup! Can you provide me 10 @@? Many thanks.", getitemlink(PinkieLeg)); + mesq l("I hate so much the Pinkies on my fields, I want to do a soup! Can you provide me 10 @@? Many thanks.", getitemlink(PinkieLeg)); setq HurnscaldQuest_Farmers, 3, 0; close; |