diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-18 21:37:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-18 21:37:05 -0300 |
commit | f47e6c26996c6a711c216110468ad7d3c8e01fec (patch) | |
tree | 2b435ed28cf86c0236817a6df5e4b5b672b00cf9 /npc/003-10/quirino.txt | |
parent | b289df49c7775872444806d9a4c5119f5095f8dc (diff) | |
download | serverdata-f47e6c26996c6a711c216110468ad7d3c8e01fec.tar.gz serverdata-f47e6c26996c6a711c216110468ad7d3c8e01fec.tar.bz2 serverdata-f47e6c26996c6a711c216110468ad7d3c8e01fec.tar.xz serverdata-f47e6c26996c6a711c216110468ad7d3c8e01fec.zip |
Resize setcells area. It doesn't seems to be working though
Diffstat (limited to 'npc/003-10/quirino.txt')
-rw-r--r-- | npc/003-10/quirino.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-10/quirino.txt b/npc/003-10/quirino.txt index 101e385c5..a1d02ac5c 100644 --- a/npc/003-10/quirino.txt +++ b/npc/003-10/quirino.txt @@ -96,8 +96,8 @@ L_Hub: mes col("Activate event?", 1); if (askyesno() == ASK_YES) { $EVENT$="Hunger"; - setcells "001-8", 42, 57, 42, 42, 5, "qhubN"; - setcells "001-8", 42, 57, 57, 57, 5, "qhubS"; + setcells "001-8", 41, 58, 41, 43, 5, "qhubN"; + setcells "001-8", 41, 58, 56, 58, 5, "qhubS"; announce("##1HUNGRY QUIRIN EVENT: ##3##BRegister is now open! Talk to Quirin, on Tulimshar Guardhouse!", bc_all|bc_npc); } close; |