summaryrefslogtreecommitdiff
path: root/npc/003-1/lieutenantdausen.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r--npc/003-1/lieutenantdausen.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index 38a398cf8..c4ac08738 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -124,9 +124,9 @@ function DausenMobTutorial {
mesn;
mesq l("Welp, you killed 10 Crocs. They're not dangerous, as you see. That's why we don't bother in cleaning them up.");
setq TulimsharQuest_MobTutorial, 2, 0;
- // 30% of exp values, and 6 GP/Level
+ // 30% of exp values
getexp 75, 0;
- Zeny+=54;
+ Zeny+=300;
close;
}
// Quest Body
@@ -166,9 +166,9 @@ function DausenMobTutorial {
mesn;
mesq l("I don't know what you did, but both the Ducks and Blubs did got scared. I thank you in the name of the city guard. Please come back later.");
setq TulimsharQuest_MobTutorial, 4, 0;
- // 30% of exp values, and 6 GP/Level
+ // 30% of exp values
getexp 210, 0;
- Zeny+=84;
+ Zeny+=700;
close;
}
// Quest Body
@@ -198,9 +198,9 @@ function DausenMobTutorial {
mesn;
mesq l("Not bad. These are the main threat we have to fend off, along snakes and black scorpions.");
setq TulimsharQuest_MobTutorial, 6, 0;
- // 30% of exp values, and 6 GP/Level
+ // 30% of exp values
getexp 600, 0;
- Zeny+=132;
+ Zeny+=1200;
close;
}
// Quest Body
@@ -235,9 +235,9 @@ function DausenMobTutorial {
inventoryplace Coal, 6;
getitem Coal, 6;
setq TulimsharQuest_MobTutorial, 8, 0;
- // ~30% of exp values, and 6 GP/Level (ofc you cannot complete yet)
+ // ~30% of exp values
getexp 2100, 0;
- Zeny+=200;
+ Zeny+=2500;
mesn;
mesq l("This coal will aid you to craft better weapons later. It's a token of appreciation. Good job.");
close;