From 0f31a77d1fda982351c550a9ebe9c69e9ec01038 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 19:58:24 -0300 Subject: Increase distance for Soren Singularities in one tile. This allows players to move A LITTLE. They still need to be very close to it. --- npc/soren/main.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/soren/main.txt b/npc/soren/main.txt index 2c3c1a17d..64dae91d9 100644 --- a/npc/soren/main.txt +++ b/npc/soren/main.txt @@ -180,7 +180,7 @@ OnTimer31000: OnInit: .sex = G_OTHER; - .distance = 2; + .distance = 3; .casterId=0; // getcharid(0) → 3 is account number!! .lifetime=0; // When will this gate expire (six minutes) (gettimetick(2) + (60*5)) @@ -304,7 +304,7 @@ OnTimer30900: default: // case 13 .@itemId = rand(CopperOre, TitaniumOre) ; break; } - // Defines for Lake are fixed + // Defines for Lake are fixed on the same spot. .@lx=104; .@ux=104; .@ly=141; .@uy=141; @@ -321,7 +321,7 @@ OnTimer30900: OnInit: .sex = G_OTHER; - .distance = 1; + .distance = 2; .casterId=""; // getcharid(3) → Account number!! .lifetime=0; // When will this gate expire (five~six minutes) (gettimetick(2) + (60*5)) @@ -467,7 +467,7 @@ OnTimer31200: OnInit: .sex = G_OTHER; - .distance = 3; + .distance = 4; .casterId=""; // getcharid(3) → Account number!! .lifetime=0; // When will this gate expire (five~six minutes) (gettimetick(2) + (60*5)) -- cgit v1.2.3-70-g09d2