From 435f9aba140528e758518d3c00dc1b3850d399e7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 12:10:57 -0200 Subject: Update Eugene quest experience. Prepare update system so old players get rewarded. --- npc/003-1/eugene.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt index a0bf2da47..1f221a375 100644 --- a/npc/003-1/eugene.txt +++ b/npc/003-1/eugene.txt @@ -14,9 +14,6 @@ 003-1,80,127,0 script Eugene NPC_EUGENE,{ - .BaitID = SmallTentacles; - .BaitCount = 10; - narrator S_LAST_NEXT, l("You see a raijin boy, sitting on the edge of the dock."), l("He's holding a fishing rod, while gazing out at the sea."); @@ -70,7 +67,7 @@ L_CheckItems: delitem .BaitID, .BaitCount; getitem FishingRod, 1; getitem FishingGuideVolI, 1; - getexp 50, 5; + getexp 62, 5; setq TulimsharQuests_Fishman, 2; close; @@ -97,6 +94,9 @@ L_QuestDone: close; OnInit: + .BaitID = SmallTentacles; + .BaitCount = 10; + tradertype(NST_MARKET); sellitem FishBox, 1250, 5; sellitem CommonCarp, -1, 3; -- cgit v1.2.3-60-g2f50