From f0c1465f35fea650e1ac9af50de3fc663a096a19 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 20:11:53 -0300 Subject: 10 secs might be a tad too much. Only 5 seconds will work better at soren-2 --- npc/soren-2/main.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/soren-2') diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index adb3fd4e9..e5354bcd6 100644 --- a/npc/soren-2/main.txt +++ b/npc/soren-2/main.txt @@ -171,9 +171,9 @@ OnSanctum: // If you're past minimum, it'll be a little slower to don't affect other players too much. // These values are for single player. If there are more users, the timer will tick for longer. if (@sorensanctum < 5) - addtimer(rand(10000, 30000)+getusers(1)*10000, "#SorenSanctum::OnSanctum"); + addtimer(rand(15000, 35000)+getusers(1)*5000, "#SorenSanctum::OnSanctum"); else - addtimer(rand(20000, 30000)+getusers(1)*10000, "#SorenSanctum::OnSanctum"); + addtimer(rand(25000, 35000)+getusers(1)*5000, "#SorenSanctum::OnSanctum"); end; -- cgit v1.2.3-70-g09d2