diff options
-rw-r--r-- | npc/003-10/quirino.txt | 5 |
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; |