summaryrefslogtreecommitdiff
path: root/npc/003-1/lieutenantdausen.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-12 14:52:11 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-12 14:52:11 -0300
commitae01d546b053f3a502fea0ec692c8f93eb465987 (patch)
treed38a8e68434dc83cb79f9f6ccb1395539cc61c1a /npc/003-1/lieutenantdausen.txt
parent6905c050c9b94107ba1984b798a35ca86c447d7c (diff)
downloadserverdata-ae01d546b053f3a502fea0ec692c8f93eb465987.tar.gz
serverdata-ae01d546b053f3a502fea0ec692c8f93eb465987.tar.bz2
serverdata-ae01d546b053f3a502fea0ec692c8f93eb465987.tar.xz
serverdata-ae01d546b053f3a502fea0ec692c8f93eb465987.zip
Prepare Dausen stage 2 (the whole quest doesn't works yet btw)
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r--npc/003-1/lieutenantdausen.txt66
1 files changed, 66 insertions, 0 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index c899ff1af..b4486bf7d 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -131,6 +131,72 @@ function DausenMobTutorial {
mesn;
mesq l("Can you do that? I'll be waiting!");
compareandsetq TulimsharQuest_MobTutorial, 0, 1;
+ case 2:
+ case 3:
+ // TODO: Blubs, Ducks or Bats?
+ // Level Requeriment (same as blubs)
+ if (BaseLevel < 14) {
+ mesn;
+ mesq l("There's some diversity, but you should keep aiming at helping people and killing small-fry. If you ever want a challenge, there's a Giant Maggot inside the town which will one-shot you.");
+ close;
+ }
+ // Reward
+ if (.@k >= 3) {
+ // 30% of exp values, and 6 GP/Level
+ getexp 210, 0;
+ Zeny+=84;
+ mesn;
+ mesq l("Hmm, that's some progress. Nobody goes to the beach because the slimes, but maybe you'll have scared them off. Please come back later.");
+ setq TulimsharQuest_MobTutorial, 4, 0;
+ close;
+ }
+ // Quest Body
+ mesn;
+ mesq l("Have you found Tulimshar's Secret Beach yet? Tulimshar is full of secrets. Some NPCs which only say hi may say something else depending on your level or insistence.");
+ next;
+ mesn;
+ mesq l("Anyway, west of here is a beach. There's a secret passage to it, underground. In there you'll find slime-like creatures called Blubs.");
+ next;
+ mesn;
+ mesq l("Some are small, others are bigger. But they all fight togheter, so be mindful when they're in groups.");
+ next;
+ mesn;
+ mesq b(l("The big one without hat"))+" "+l("is your target. Kill 3 of them and make the beach safe for tourists.");
+ compareandsetq TulimsharQuest_MobTutorial, 2, 3;
+ case 4:
+ case 5:
+ // TODO: Desert Log Head? Desert Bandits?
+ // Toppy Blubs and Sarracenus
+ // Giant Maggot
+ // Level Requeriment (same as D.L.H)
+ if (BaseLevel < 20) {
+ mesn;
+ mesq l("Have you visited the mines already? Tycoon is in charge of the security operations in there. He might need your help more than I do.");
+ close;
+ }
+ // Reward
+ if (.@k >= 10) {
+ // 30% of exp values, and 6 GP/Level
+ getexp 210, 0;
+ Zeny+=84;
+ mesn;
+ mesq l("Hmm, that's some progress. Nobody goes to the beach because the slimes, but maybe you'll have scared them off. Please come back later.");
+ setq TulimsharQuest_MobTutorial, 4, 0;
+ close;
+ }
+ // Quest Body
+ mesn;
+ mesq l("So...");
+ next;
+ mesn;
+ mesq l("Anyway, west of here is a beach. There's a secret passage to it, underground. In there you'll find slime-like creatures called Blubs.");
+ next;
+ mesn;
+ mesq l("Some are small, others are bigger. But they all fight togheter, so be mindful when they're in groups.");
+ next;
+ mesn;
+ mesq b(l("The big one without hat"))+" "+l("is your target. Kill 3 of them and make the beach safe for tourists.");
+ compareandsetq TulimsharQuest_MobTutorial, 2, 3;
default:
mesn;
mesq l("Eh? Well, you're in a desert. You can see Maggots and Scorpions, they're very common on these parts. Giant Maggots are very dangerous, but also very slow. If you know how to fight, they will yield you lots of experience.");