diff options
Diffstat (limited to 'npc/020-7-1')
-rw-r--r-- | npc/020-7-1/core.txt | 26 | ||||
-rw-r--r-- | npc/020-7-1/janitors.txt | 2 |
2 files changed, 27 insertions, 1 deletions
diff --git a/npc/020-7-1/core.txt b/npc/020-7-1/core.txt index d7d5c755b..fb1b282ec 100644 --- a/npc/020-7-1/core.txt +++ b/npc/020-7-1/core.txt @@ -7,6 +7,7 @@ // Some setup is required +// Check if you have something to ask to Blue Sage staff // BSQuestion( ) function script BSQuestion { .@b1=getq(NivalisQuest_BlueSage); @@ -28,3 +29,28 @@ function script BSQuestion { } +// Proccess the slime type and amount +// BSProccess( SlimeNestID ) +function script BSProccess { + .@b1=getq(NivalisQuest_BlueSageSlimes); + .@b2=getq2(NivalisQuest_BlueSageSlimes); + .@b3=getq3(NivalisQuest_BlueSageSlimes); + + // Quest state not assigned + if (!.@b1) + return; + + // TODO + + return; +} + +020-7-1,0,0,0 script #BlueSageHUB NPC_HIDDEN,{ + end; + +OnCycle: + addtimer(1000, "#BlueSageHUB::OnCycle"); + end; + +} + diff --git a/npc/020-7-1/janitors.txt b/npc/020-7-1/janitors.txt index 02dc3b5c6..72a4b5a0b 100644 --- a/npc/020-7-1/janitors.txt +++ b/npc/020-7-1/janitors.txt @@ -7,7 +7,7 @@ // helperCleaning* + helperJanitor // Quest: NivalisQuest_BlueSageSlimes -// 1: Acception state +// 1: Acception state (0 - Not accepted, 1 - Accepted, 2 - Complete) // 2: Killed Slimes Control // 3: Killed Nests Control |