View Single Post
  #7  
Old 12-22-2008, 01:59 AM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default

"
40 = zone_point ID
commons = current zone
1 = zone_point number for that zone (out of 4)
910 = Y
4114 = X
-47.7 = Z
"

this is the hard coded part - you should NEVER change these value sin Db cuase they correspand to hard coded values in the client. don't even touch them (if you ever did- get back the original values)

ONLY alter the "target" coordinates.

So if you want to zone from WC to Kithihor- you walking over the "zone out" points. That points is hard coded, if Db entriy for that point is missing - your zonnign will be screwed up - the client will STILL try to zone you SOMEWHERE - but if you messed with those values (as i showed above) - the values in Db will not match with with client hard coding and you will enter into endless zone-loop


now for "target" values- you can put anything you want - so it is posible to have WC zone line zone you to qeynos, as long as you do NOT touch the zone line itself
Reply With Quote