diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-25 20:32:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-25 20:32:57 -0300 |
commit | 4a028794cb0484d895de55f36caa00f084ea65ae (patch) | |
tree | 2ac63f0e2b02e8f60788362d6f0453135d466a4f /npc/003-0-2 | |
parent | ecf16695c03f6ddf58a3b2e793f49941d6da18e4 (diff) | |
download | serverdata-4a028794cb0484d895de55f36caa00f084ea65ae.tar.gz serverdata-4a028794cb0484d895de55f36caa00f084ea65ae.tar.bz2 serverdata-4a028794cb0484d895de55f36caa00f084ea65ae.tar.xz serverdata-4a028794cb0484d895de55f36caa00f084ea65ae.zip |
Fix coordinates
Diffstat (limited to 'npc/003-0-2')
-rw-r--r-- | npc/003-0-2/misc.txt | 6 |
1 files changed, 4 insertions, 2 deletions
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; } |