summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-06-17 08:05:57 +0000
committerSaulc <lucashelaine14@gmail.com>2018-06-17 08:05:57 +0000
commit70a323d2f9a3256bf3b82ae3d5d4f8c493211a97 (patch)
treeaea1bae66a55a8228ad0ced2439419da73954fb5 /npc/003-1
parent02e580b863b7ca6bc29b209785b50f6e000ba5f6 (diff)
downloadserverdata-70a323d2f9a3256bf3b82ae3d5d4f8c493211a97.tar.gz
serverdata-70a323d2f9a3256bf3b82ae3d5d4f8c493211a97.tar.bz2
serverdata-70a323d2f9a3256bf3b82ae3d5d4f8c493211a97.tar.xz
serverdata-70a323d2f9a3256bf3b82ae3d5d4f8c493211a97.zip
Add +5% exp reward to each quest! and add some exp if nothing exist.
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/aidan.txt2
-rw-r--r--npc/003-1/eomie.txt1
-rw-r--r--npc/003-1/eugene.txt1
-rw-r--r--npc/003-1/hasan.txt2
-rw-r--r--npc/003-1/lieutenantdausen.txt2
-rw-r--r--npc/003-1/sailors.txt2
-rw-r--r--npc/003-1/sarah.txt1
-rw-r--r--npc/003-1/silvia.txt2
-rw-r--r--npc/003-1/swezanne.txt4
-rw-r--r--npc/003-1/tinris.txt5
10 files changed, 13 insertions, 9 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt
index 2f0530e7a..285fcc0ee 100644
--- a/npc/003-1/aidan.txt
+++ b/npc/003-1/aidan.txt
@@ -112,7 +112,7 @@ L_Finish:
Zeny=Zeny+25000;
inventoryplace MaggotCocoon, 1;
makepet(1030); // Uhm, I forgot what would be the correct constant.
- getexp 15000, 0;
+ getexp 15750, 100;
mesn;
mesq l("Good job, here is 25,000 GP and 15,000 EXP.");
mesq l("And your rare, a @@! Enjoy!", getitemlink(MaggotCocoon));
diff --git a/npc/003-1/eomie.txt b/npc/003-1/eomie.txt
index f223ea2d7..8de219162 100644
--- a/npc/003-1/eomie.txt
+++ b/npc/003-1/eomie.txt
@@ -76,6 +76,7 @@ L_Gift:
next;
setq2 TulimsharQuest_AnwarField, .@q2+2;
delitem TortugaShell, 1;
+ getexp 75, 10;
mesn;
mesq l("WOW, THIS IS AWESOME! Many, many thanks!!");
close;
diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt
index 030dc44e4..8fd6900d6 100644
--- a/npc/003-1/eugene.txt
+++ b/npc/003-1/eugene.txt
@@ -68,6 +68,7 @@ L_CheckItems:
delitem .BaitID, .BaitCount;
getitem FishingRod, 1;
getitem FishingGuideVolI, 1;
+ getexp 50, 5;
setq TulimsharQuests_Fishman, 2;
close;
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt
index 2bf6a11aa..29f47d0a9 100644
--- a/npc/003-1/hasan.txt
+++ b/npc/003-1/hasan.txt
@@ -65,7 +65,7 @@ L_Finish:
mesq l("Good job, man!");
setq TulimsharQuest_Hasan, 5;
getitem CottonShorts, 1;
- getexp 75, 75;
+ getexp 79, 55;
close;
L_Complete:
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index 4bd0abcb2..5fb801f10 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -450,7 +450,7 @@ function script CheckGuard {
delitem BottleOfTonoriWater, 1;
getitem EmptyBottle, 1;
- getexp 30, 0;
+ getexp 32, 2;
Zeny = (Zeny + 30);
GUARDS_DONE_BITARRAY = GUARDS_DONE_BITARRAY | $@GuardBits[.@guard_id];
diff --git a/npc/003-1/sailors.txt b/npc/003-1/sailors.txt
index 455ed37e6..c01dfa2f6 100644
--- a/npc/003-1/sailors.txt
+++ b/npc/003-1/sailors.txt
@@ -84,7 +84,7 @@ L_Report:
delitem FishBox, 3; // 7.500 GP
delitem CroconutBox, 4; // 12.000 GP → 11.200 GP
delitem CottonCloth, 10; // 2.000 GP
- getexp 150, 20;
+ getexp 158, 15;
Zeny=Zeny+21500; // Profit: 800 GP
getitem SharpKnife, 1;
getitem CottonShirt, 1;
diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt
index 850c5e1d9..4034f4fbd 100644
--- a/npc/003-1/sarah.txt
+++ b/npc/003-1/sarah.txt
@@ -22,6 +22,7 @@
l("You brought me 5 @@ ! Here is your @@, as promised.",getitemlink(.cake), getitemlink(.reward));
delitem .cake,5;
getitem .reward,1;
+ getexp 80, 2;
setq TulimsharQuest_Sarah, 1;
close;
} else {
diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt
index fcb8af072..7d9056b50 100644
--- a/npc/003-1/silvia.txt
+++ b/npc/003-1/silvia.txt
@@ -27,7 +27,7 @@ L_Message:
next;
inventoryplace CottonGloves, 1;
getitem CottonGloves, 1;
- getexp 100,0;
+ getexp 105,0;
setq TulimsharQuest_Swezanne, 1;
mesn;
mesq l("Thank you, @@. Please take this pair of gloves as a thank you.", strcharinfo(0));
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt
index 37c57bc69..59a9be17a 100644
--- a/npc/003-1/swezanne.txt
+++ b/npc/003-1/swezanne.txt
@@ -52,7 +52,7 @@ L_Repeat:
L_Finish2:
delitem CactusPotion, 5;
- getexp 35, 0;
+ getexp 37, 0;
Zeny = (Zeny + 220); // 5*35 = 175 base
setq TulimsharQuest_Swezanne, 1;
set SWEZANNE_TIMER, gettimetick(2);
@@ -60,7 +60,7 @@ L_Finish2:
L_Finish:
delitem CactusDrink, 5;
- getexp 60, 5; // 5 Job points! A great reward.
+ getexp 63, 4; // 4 Job points! A great reward.
Zeny = (Zeny + 150); // 5*25 = 125 base
setq TulimsharQuest_Swezanne, 3;
set SWEZANNE_TIMER, gettimetick(2);
diff --git a/npc/003-1/tinris.txt b/npc/003-1/tinris.txt
index 7df3362ea..d233c3378 100644
--- a/npc/003-1/tinris.txt
+++ b/npc/003-1/tinris.txt
@@ -64,7 +64,7 @@ L_Back:
goto L_Lying;
delitem CherryCake, 12;
- getexp 300, 10;
+ getexp 200, 5;
setq TulimsharQuest_AnwarField, 4;
mesn;
mesq l("Okay, that is very useful. However, I do need a few reagents to make it.");
@@ -107,7 +107,7 @@ L_Fail:
if (.@q2 < 10)
getexp 180-(.@q2*10), 0;
else
- getexp 80, 0;
+ getexp 90, 0;
mesn;
mesq l("Well, that could fail, I said. Here is some experience.");
next;
@@ -141,6 +141,7 @@ L_Gift:
next;
setq2 TulimsharQuest_AnwarField, .@q2+1;
delitem TortugaShell, 1;
+ getexp 95, 1;
mesn;
mesq l("WOW, THIS IS AWESOME! Many, many thanks!!");
close;