summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-08 10:23:34 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-08 10:23:34 -0300
commitc7ba677b3a0b9927f696c7d68ec7f1b9a013ac42 (patch)
treed7e2c64672f6be9aa2dec79fada2be70589b45bc
parent9529db5860315a3d512490eae358a63e2354bb6d (diff)
downloadserverdata-c7ba677b3a0b9927f696c7d68ec7f1b9a013ac42.tar.gz
serverdata-c7ba677b3a0b9927f696c7d68ec7f1b9a013ac42.tar.bz2
serverdata-c7ba677b3a0b9927f696c7d68ec7f1b9a013ac42.tar.xz
serverdata-c7ba677b3a0b9927f696c7d68ec7f1b9a013ac42.zip
Seems like I'll need an extra node - sketch Henry structure.
I'm writing his code like I wrote Peetu >__>
-rw-r--r--npc/001-3-2/henry.txt35
-rw-r--r--npc/functions/quest-debug/035_ThiefQuests_Artis.txt5
2 files changed, 37 insertions, 3 deletions
diff --git a/npc/001-3-2/henry.txt b/npc/001-3-2/henry.txt
index 525b8b17..afdc2c3d 100644
--- a/npc/001-3-2/henry.txt
+++ b/npc/001-3-2/henry.txt
@@ -6,6 +6,13 @@
// THIS IS A PLACEHOLDER!
001-3-2,24,51,0 script Henry#001-3-2 NPC_HENRY,{
+ function proposeFirstQuest;
+ function reportFirstQuest;
+ function proposeSecondQuest;
+ function reportSecondQuest;
+ function proposeThirdQuest;
+ function reportThirdQuest;
+
.@q=getq(ThiefQuests_Artis);
speech
l("Stop! Who's there?"),
@@ -14,9 +21,35 @@
l("Call for Micksha and Jesusalva to implement all this, please.");
close;
+ ///////////////////////////////////////////////////////
+ function proposeFirstQuest {
+ return;
+ }
+ function reportFirstQuest {
+ return;
+ }
+
+ ///////////////////////////////////////////////////////
+ function proposeSecondQuest {
+ return;
+ }
+ function reportSecondQuest {
+ return;
+ }
+
+ ///////////////////////////////////////////////////////
+ function proposeThirdQuest {
+ return;
+ }
+ function reportThirdQuest {
+ return;
+ }
+
+
+///////////////////////////////////////////////////////
OnInit:
.sex = G_MALE;
- .distance = 2;
+ .distance = 3;
end;
OnGiantMaggot:
diff --git a/npc/functions/quest-debug/035_ThiefQuests_Artis.txt b/npc/functions/quest-debug/035_ThiefQuests_Artis.txt
index 462918d2..42f3a645 100644
--- a/npc/functions/quest-debug/035_ThiefQuests_Artis.txt
+++ b/npc/functions/quest-debug/035_ThiefQuests_Artis.txt
@@ -17,13 +17,14 @@ function script QuestDebug35 {
GenericQuestDebug ThiefQuests_Artis,
("Does not have the quest"), 0,
("Accepted Townhall Quest"), 1,
- ("Townhall invaded"), 2,
+ ("Townhall arc complete"), 2,
("Reward taken"), 3,
("Accepted Legion Quest"), 4,
("Legion arc comlete"), 5,
("Reward taken (2)"), 6,
("Nunia Quest Accepted"), 7,
- ("Reward taken (3)"), 8;
+ ("Nunia arc comlete"), 8,
+ ("Reward taken (3)"), 9;
if (@menuret < 0)
{