summaryrefslogtreecommitdiff
path: root/npc/003-10/quirino.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-01 14:04:03 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-01 14:04:03 -0300
commit5437e09d3109864aa624a5b39bed88c36a26cc2e (patch)
treeddc50b2852cf244737fd72c18841458f54c8900d /npc/003-10/quirino.txt
parentdf95c4178e6e19922ec15885dd7243b175fe4c37 (diff)
downloadserverdata-5437e09d3109864aa624a5b39bed88c36a26cc2e.tar.gz
serverdata-5437e09d3109864aa624a5b39bed88c36a26cc2e.tar.bz2
serverdata-5437e09d3109864aa624a5b39bed88c36a26cc2e.tar.xz
serverdata-5437e09d3109864aa624a5b39bed88c36a26cc2e.zip
Well, my original code clearly didn't work, so try a different mask and see
if it isn't a manaplus Header File bug
Diffstat (limited to 'npc/003-10/quirino.txt')
-rw-r--r--npc/003-10/quirino.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/003-10/quirino.txt b/npc/003-10/quirino.txt
index f1c629edc..efead1db7 100644
--- a/npc/003-10/quirino.txt
+++ b/npc/003-10/quirino.txt
@@ -10,6 +10,7 @@
// 0: Register open
// 1: Fight happening
// 2: Event finished
+// TODO: NPC must be moved, or have a storeall option
003-10,27,60,0 script Quirin NPC_ERNANDO,{
if (is_gm()) goto L_Hub;
@@ -96,8 +97,8 @@ L_Hub:
mesc l("Activate event?"), 1;
if (askyesno() == ASK_YES) {
$EVENT$="Hunger";
- setcells "001-8", 41, 58, 41, 43, 5, "qhubN";
- setcells "001-8", 41, 58, 56, 58, 5, "qhubS";
+ setcells "001-8", 41, 58, 41, 43, 6, "qhubN";
+ setcells "001-8", 41, 58, 56, 58, 6, "qhubS";
announce("##1HUNGRY QUIRIN EVENT: ##3##BRegister is now open! Talk to Quirin, on Tulimshar Guardhouse!", bc_all|bc_npc);
}
close;