diff options
Diffstat (limited to 'npc/soren/main.txt')
-rw-r--r-- | npc/soren/main.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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)) |