summaryrefslogtreecommitdiff
path: root/npc/020-7-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-25 15:38:52 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-25 15:38:52 -0300
commit728e63eede2fbad2bcc0ad650f7ccdd6e2dae11e (patch)
tree5b52ea0fc288ed5b5ff814d57176aa87966e35c0 /npc/020-7-1
parent1b97a236aa16e61cfa52a019d036ed13ae9f9dde (diff)
downloadserverdata-728e63eede2fbad2bcc0ad650f7ccdd6e2dae11e.tar.gz
serverdata-728e63eede2fbad2bcc0ad650f7ccdd6e2dae11e.tar.bz2
serverdata-728e63eede2fbad2bcc0ad650f7ccdd6e2dae11e.tar.xz
serverdata-728e63eede2fbad2bcc0ad650f7ccdd6e2dae11e.zip
HUB - clean-up 001-8/hub and add functions/hub along blue sage Pyry's basic
loop.
Diffstat (limited to 'npc/020-7-1')
-rw-r--r--npc/020-7-1/core.txt26
-rw-r--r--npc/020-7-1/janitors.txt2
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