View Single Post
  #2  
Old 04-01-2015, 12:34 PM
dagulus2
Hill Giant
 
Join Date: Feb 2013
Posts: 220
Default

This is what I use, which uses unnecessary client filtering but it was a very quick hack.

Code:
REPLACE INTO `zone_points` (`id`, `zone`, `version`, `number`, `y`, `x`, `z`, `heading`, `target_y`, `target_x`, `target_z`, `target_heading`, `zoneinst`, `target_zone_id`, `target_instance`, `buffer`, `client_version_mask`) VALUES (148, 'akanon', 0, 1000, 52, -80, 4, 0, -2062, 528, -110, 33, 0, 56, 0, 0, 3);
REPLACE INTO `zone_points` (`id`, `zone`, `version`, `number`, `y`, `x`, `z`, `heading`, `target_y`, `target_x`, `target_z`, `target_heading`, `zoneinst`, `target_zone_id`, `target_instance`, `buffer`, `client_version_mask`) VALUES (2360, 'akanon', 0, 1000, 52, -80, 4, 0, -2062, 528, -110, 33, 0, 56, 0, 0, 4294967292);
Reply With Quote