summaryrefslogtreecommitdiff
path: root/npc/016-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-24 01:24:34 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-24 01:24:34 -0300
commit942cdc08ff09e5177edc30cba1e249565c1b9363 (patch)
treeb10022563f426a62b2bdc142faedc68123e6bee1 /npc/016-1
parent6e7b7479f9a5ef967f078b1ffb6b50559cc79436 (diff)
downloadserverdata-942cdc08ff09e5177edc30cba1e249565c1b9363.tar.gz
serverdata-942cdc08ff09e5177edc30cba1e249565c1b9363.tar.bz2
serverdata-942cdc08ff09e5177edc30cba1e249565c1b9363.tar.xz
serverdata-942cdc08ff09e5177edc30cba1e249565c1b9363.zip
Progress with Anselmo's quest. You can now start and finish Hurnscald arc.
UNTESTED, and you not claim the reward for this stage yet.
Diffstat (limited to 'npc/016-1')
-rw-r--r--npc/016-1/captain.txt1
-rw-r--r--npc/016-1/laranja.txt2
-rw-r--r--npc/016-1/teraa.txt1
3 files changed, 3 insertions, 1 deletions
diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt
index c6f119817..5421d01a3 100644
--- a/npc/016-1/captain.txt
+++ b/npc/016-1/captain.txt
@@ -5,6 +5,7 @@
// Temporary, placeholder.
016-1,19,29,0 script Captain NPC_NARD,{
+ inspectorQuest();
.@price=410;
if (BaseLevel < 20 && !REBIRTH && !countitem(MirrorLakeArmor))
goto L_TooWeak;
diff --git a/npc/016-1/laranja.txt b/npc/016-1/laranja.txt
index 0693d432f..ebdb02ab8 100644
--- a/npc/016-1/laranja.txt
+++ b/npc/016-1/laranja.txt
@@ -6,7 +6,7 @@
// Laranja, orange in portuges is a orange dye seller in ship
016-1,25,24,0 script Laranja NPC_FEMALE,{
-
+ inspectorQuest();
mesn;
mesq l("I'm Laranja.");
next;
diff --git a/npc/016-1/teraa.txt b/npc/016-1/teraa.txt
index 3cad0c31f..f94198dde 100644
--- a/npc/016-1/teraa.txt
+++ b/npc/016-1/teraa.txt
@@ -5,6 +5,7 @@
// Tortuga Renting (var MOUBOO_RENTTIME )
016-1,32,28,0 script Teraa NPC_ELVEN_MAN_STANDING,{
+ inspectorQuest();
TortugaRent();
closeclientdialog;
goodbye();