View Single Post
  #4  
Old 12-07-2006, 08:32 AM
bufferofnewbies
Hill Giant
 
Join Date: Dec 2005
Location: Lurking in KY
Posts: 239
Default

not if the zone is setup for a hardcoded zoneline, thats only if you want to add a zoneline into someplace that doesnt have what I call a 'static' portal.
Some zonelines are actually hard coded into the system, or at least they are being read as a zoneline on the client side.

Best way I have found to find out if an area is static:
1. remove all the zonepoints for the experiment zone in zone_points (this should be blank already for most unused zones), and
2. try to walk thru the different zoneline areas.
--If the area is 'static', you will run into a perma-loop zoning over and over to where you were (at least in my case), then you simple break out of the game and reset yourself useing the MySQL CC or use another GM toon to #movechar you to a safe spot.
3. then you have to find which zoneline the server is seeing (if more than 1 is available for the zone).
--that is why some of my zoneline arent in order, they might skip from zoneline 1 to zoneline 3 then back to zoneline 2. I'm not sure where it reads this information, but as far as I can tell atm, I am unable to force the zoneline to react to any other number. Thus I am calling it 'hardcoded' until someone figures out what I'm missing on it.
4. Set each zoneline to a different test zone destination. (ie: add a line into zone_points for your test zone that leads to another zone)
--this might take some doing if you dont know how many zonelines it may have.. start with zoneline 1 and repeat above steps, adding 1 new zoneline field each failure to zone anywhere.
5. zone again, and see where you end up at.
--This is how you know which zoneline number you went thru for that zone.
--Try to get as close as you can to the zoneline on your #loc before you actually zone. This is one of the annoyingly long parts
6. Reset that zoneline to the location you want the players to go.

Viola. New zone connections until the real zones can be found.
Reply With Quote