diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-30 10:52:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-30 10:52:53 -0300 |
commit | 1b4f7d6d48dddd8495db79bacfa8f1ca44354eb9 (patch) | |
tree | 46601a86daff4a5d2ea036846482660e02536cf4 | |
parent | 5484fbeacecf72152c01ec641b369c7f57a55fe7 (diff) | |
download | serverdata-1b4f7d6d48dddd8495db79bacfa8f1ca44354eb9.tar.gz serverdata-1b4f7d6d48dddd8495db79bacfa8f1ca44354eb9.tar.bz2 serverdata-1b4f7d6d48dddd8495db79bacfa8f1ca44354eb9.tar.xz serverdata-1b4f7d6d48dddd8495db79bacfa8f1ca44354eb9.zip |
Neko won't recover his Jean Shorts
-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; } |