From 70a323d2f9a3256bf3b82ae3d5d4f8c493211a97 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sun, 17 Jun 2018 08:05:57 +0000 Subject: Add +5% exp reward to each quest! and add some exp if nothing exist. --- npc/002-1/alige.txt | 2 +- npc/002-1/chefgado.txt | 1 + npc/002-1/dan.txt | 1 + npc/002-1/peter.txt | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/002-1') diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index f9a91fe0a..45e0bbfcb 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -148,7 +148,7 @@ L_Check: delitem BlueDye, 2; Zeny = Zeny - 7500; getitem CrozeniteFourLeafAmulet, 1; - getexp 2200, 50; + getexp 2625, 50; setq ShipQuests_Alige, 2; mes ""; mesn; diff --git a/npc/002-1/chefgado.txt b/npc/002-1/chefgado.txt index ea232eb21..6fa894758 100644 --- a/npc/002-1/chefgado.txt +++ b/npc/002-1/chefgado.txt @@ -79,6 +79,7 @@ L_Reward: getitem CreasedGloves, 1; setq ShipQuests_ChefGado,2; Zeny = Zeny + 100; + getexp 25, 5; mes ""; mesn; mesq l("Thanks. Take this spare pair of gloves and some change."); diff --git a/npc/002-1/dan.txt b/npc/002-1/dan.txt index 4b778e077..3e2fabf60 100644 --- a/npc/002-1/dan.txt +++ b/npc/002-1/dan.txt @@ -61,6 +61,7 @@ L_Reward: mesq l("Here, take this pair of boots as a reward!"); inventoryplace CreasedBoots, 1; getitem CreasedBoots, 1; + getexp 25, 5; setq ShipQuests_Dan, 3, 0; close; diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index faed7f086..81dc84a5a 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -307,7 +307,7 @@ L_Reward: .@peter = getq(ShipQuests_Peter); mesn; mesq l("Good job!") + " " + l("Here's your reward!"); - getexp 100, 0; + getexp 105, 0; Zeny = Zeny + 1000; message strcharinfo(0), l("You receive @@ GP!", 1000); -- cgit v1.2.3-70-g09d2