From 8e60c58eddaaf08cdbe13eb075bbadfc422bb4e4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 3 Mar 2019 11:20:27 -0300 Subject: This is Saulc patch, but done properly ^.^ (Actually no, but I like high talking distances >.>) --- npc/007-1/caelum.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/007-1/caelum.txt') diff --git a/npc/007-1/caelum.txt b/npc/007-1/caelum.txt index 4db6066bd..4adaeb80e 100644 --- a/npc/007-1/caelum.txt +++ b/npc/007-1/caelum.txt @@ -9,6 +9,10 @@ // id:193 MineQuests_Caelum 007-1,143,49,0 script Caelum NPC_PLAYER,{ + // User is behind the wall, do nothing + if (isin("007-1", 142, 43, 3) + end; + .@Miner = getq(MineQuest_Caelum); if (BaseLevel < 28) goto L_TooWeak; if (.@Miner == 1) goto L_Check; @@ -148,7 +152,7 @@ OnInit: setunitdata(.@npcId, UDT_HAIRCOLOR, 3); .sex = G_MALE; - .distance = 3; + .distance = 4; end; } -- cgit v1.2.3-60-g2f50