| 
 By the way, I would only suggest using this world.exe if you are just running locally.  If I understand the code correctly, that do while loop will be executed every time someone zones.  So if you've got 2 people zoning and the first one ends up timing out (20 secs later and the zone_id still equals 0), then the second person has to wait 20 seconds to zone.  Am I thinking correctly about this?  I've just starting looking at the code today so I'm not exactly sure how it is working. |