diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-08 10:23:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-08 10:23:34 -0300 |
commit | c7ba677b3a0b9927f696c7d68ec7f1b9a013ac42 (patch) | |
tree | d7e2c64672f6be9aa2dec79fada2be70589b45bc | |
parent | 9529db5860315a3d512490eae358a63e2354bb6d (diff) | |
download | serverdata-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.txt | 35 | ||||
-rw-r--r-- | npc/functions/quest-debug/035_ThiefQuests_Artis.txt | 5 |
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) { |