diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/neko.txt | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index d225a86d1..74aed3597 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -16,7 +16,7 @@ select l("Trade"), rif(BaseLevel > 20 && .@q == 0, l("Why do you only use the silk robe? Don't you have a shorts or something?")), - rif(.@q == 1 && countitem(JeansShorts) >= 1, l("I've brought a Jean Shorts for you.")), + rif(.@q == 1 && countitem(JeansShorts) >= 1, l("Hey... I found a Jeans Shorts. Is it yours?")), l("Leave"); if (@menu == 2) { @@ -31,22 +31,20 @@ next; setq TulimsharQuest_Neko, 1; mesn; - mesq l("If you bring friends, I'm sure they'll be no match. I'll pay you handsomely if you bring me one, too!"); + mesq l("If you bring friends, I'm sure they'll be no match. Ah... How many people already lost their shorts to Cave Snakes?"); next; } if (@menu == 3) { - delitem JeansShorts, 1; - Zeny=Zeny+6000; - getexp 1620, 0; // Level 20 maximum experience + getexp rand(120,200), 0; setq TulimsharQuest_Neko, 2; mesn; - mesq l("Oh... Thank you! Here is @@ GP for it.", "6000"); + mesq l("Oh... Wow! I'm surprised."); next; mesn; - mesq l("I'm surprised, though. It is a very good defensive item, and players can buy it for pretty high sums of money."); + mesq l("Please, keep it. I don't need it at all!"); next; mesn; - mesq l("Well, profit for me! Thanks for your help. I'll tell all my family how you help me. %%1"); + mesq l("This silk robe is more than enough, and you are fighting, you need the def bonus more than me. %%2"); next; } |