summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf5
-rw-r--r--npc/003-1/neko.txt14
2 files changed, 10 insertions, 9 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 994b01e82..959185308 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1491,7 +1491,7 @@ item_db: (
@max = 910;
@delay = 6;
@type = 1;
- heal 0, rand(40,180);
+ heal 0, rand(40,180);
sc_start SC_ATTHASTE_POTION1, 10000, 3;
doevent "rand_sc_heal::OnUse";
">
@@ -6920,6 +6920,9 @@ item_db: (
ViewSprite: 2220
Script: <"
bonus bStr,1;
+ if ($@SEASON == SUMMER) {
+ bonus bDef,20;
+ }
">
},
{
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;
}