From 7b3909874b0b8e4be81b45f52e5c5ff1ef0a52b1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 Jun 2018 18:36:13 -0300 Subject: Experiment with setcells --- npc/001-8/hub.txt | 3 +++ npc/003-10/quirino.txt | 2 ++ 2 files changed, 5 insertions(+) (limited to 'npc') diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index 1c54f91e5..e08d9fee4 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -167,6 +167,9 @@ OnBegin: // Throw some random stuff on the whole map. HUBscatter(rand(AquadaBox, WoodenLog)); + // Free player, let's start! + delcells "qhubN"; + delcells "qhubS"; setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_ITEM|PCBLOCK_MOVE|PCBLOCK_COMMANDS, false); specialeffect(60); specialeffect(11); diff --git a/npc/003-10/quirino.txt b/npc/003-10/quirino.txt index d2c60a535..41cb1adc0 100644 --- a/npc/003-10/quirino.txt +++ b/npc/003-10/quirino.txt @@ -96,6 +96,8 @@ L_Hub: mes col("Activate event?", 1); if (askyesno() == ASK_YES) { $EVENT$="Hunger"; + setcells "001-8", 42, 57, 42, 42, 1, "qhubN"; + setcells "001-8", 42, 57, 57, 57, 1, "qhubS"; announce("##1HUNGRY QUIRIN EVENT: ##3##BRegister is now open! Talk to Quirin, on Tulimshar Guardhouse!", bc_all|bc_npc); } close; -- cgit v1.2.3-60-g2f50