From f25319364a729ca7b36e7e4239faa7c78e9f848a Mon Sep 17 00:00:00 2001 From: Saulc Date: Sat, 16 Mar 2019 12:32:44 +0000 Subject: Update sailors.txt +5 lvl required + 450 exp --- npc/003-1/sailors.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-1/sailors.txt') diff --git a/npc/003-1/sailors.txt b/npc/003-1/sailors.txt index c0077f378..c4a23a32c 100644 --- a/npc/003-1/sailors.txt +++ b/npc/003-1/sailors.txt @@ -7,7 +7,7 @@ // is knowledge, the fishing rod you'll need to make anyway, 150 XP and 20 JExp. 003-1,112,93,0 script Sailors#003-1 NPC_ELVEN_MAN_TRADER_SITTING,{ - if (BaseLevel < 15) goto L_Complete; + if (BaseLevel < 20) goto L_Complete; .@q = getq(TulimsharQuest_Sailors); if (.@q == 1) goto L_Report; @@ -85,7 +85,7 @@ L_Report: delitem FishBox, 3; // 7.500 GP → 3.750 GP delitem CroconutBox, 4; // 12.000 GP → 10.600~11.800 GP delitem CottonCloth, 10; // 2.000 GP - getexp 358, 15; + getexp 7508, 15; Zeny=Zeny+18750; // Profit: 1800 GP → 2.400~1.200 GP getitem Dagger, 1; getitem CottonShirt, 1; -- cgit v1.2.3-60-g2f50