View Single Post
  #4  
Old 02-04-2007, 02:07 PM
bufferofnewbies
Hill Giant
 
Join Date: Dec 2005
Location: Lurking in KY
Posts: 239
Default

The 'not active ...' part is typical when people zone in to places.

What it sounds like is you are timing out before you can actually get the zone loaded. You need to increase your timeout delay in your rules set.

Try loading this into your sql:

http://www.eqemulator.net/forums/sho...highlight=rule

and see if it helps. If it still doent allow it, try changing the
Code:
INSERT INTO rule_values
  (ruleset_id, rule_name, rule_value)
VALUES
  (0, "World:ZoneAutobootTimeoutMS", "60000");

INSERT INTO rule_values
  (ruleset_id, rule_name, rule_value)
VALUES
  (0, "World:ClientKeepaliveTimeoutMS", "65000");
to larger numbers.
Reply With Quote