From 4a028794cb0484d895de55f36caa00f084ea65ae Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Jul 2023 20:32:57 -0300 Subject: Fix coordinates --- npc/003-0-2/misc.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/003-0-2') diff --git a/npc/003-0-2/misc.txt b/npc/003-0-2/misc.txt index 6447b1507..c2f103d0d 100644 --- a/npc/003-0-2/misc.txt +++ b/npc/003-0-2/misc.txt @@ -15,6 +15,8 @@ OnInit: } // 003-0-3 witness list +// #003-0-3_34_37 (Public) +// #003-0-3_34_23 (Private) 003-0-3,34,32,0 script Sagratha#Witness NPC_SAGRATHA,{ end; OnInit: @@ -36,7 +38,7 @@ OnInit: end; } -003-0-3,34,33,0 script A Mirror Lake NPC_MANATREE,{ +003-0-3,36,34,0 script A Mirror Lake NPC_MANATREE,0,0,{ OnTouch: if (!getvaultid()) { dispbottom l("WTF is this devilry?! Just... How?!"); end; } mesc l("Do you want to move the ##BThe Crossroads##b?"), 1; @@ -45,7 +47,7 @@ OnTouch: MirrorLakeSendTo(MLP_CR, 0); end; OnInit: - .sex = G_OTHER; .distance = 1; disablenpc .name$; + .sex = G_OTHER; .distance = 2; disablenpc .name$; end; } -- cgit v1.2.3-60-g2f50