phantomghost
07-20-2019, 07:42 AM
Not overly sure.
You could start by checking if your zone_points show into 407.
INSERT 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 (1568, 'moors', 0, 20, -1580, -360, 121, 0, 1050, -203, -191, 188, 0, 407, 0, 0, 4294967295);
INSERT 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 (1701, 'eastkarana', 0, 3, -3088, -8339, 693, 0, 1261, 65, -195, 128, 0, 407, 0, 0, 4294967292);
INSERT 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 (1702, 'highkeep', 0, 1, 63, 105, 3.75, 0, -64, -311, -22, 141, 0, 407, 0, 0, 4294967292);
INSERT 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 (1703, 'highkeep', 0, 2, -90, 105, 3.75, 0, -156, -350, -22, 16, 0, 407, 0, 0, 4294967292);
INSERT 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 (1704, 'kithicor', 0, 1, 560, 4890, 693, 0, -1186, 70, -62, 478, 0, 407, 0, 0, 4294967292);
INSERT 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 (1726, 'oldkithicor', 0, 10, 0, 0, 0, 0, -1361, 198, -110, 290, 0, 407, 0, 0, 4294967295);
I copied mine as a SQL insert (don't need to query them, but you can read the end and compare (I sorted by target_zone_id and looked for 407).
Outside of that I am guessing your clients have the old highpass maps since a lot of the servers that come up have been utilizing it. (Would need to find the files for the new highpass.
My new highpass client has:
highpass_chr.s3d
highpass_sndbnk.eff
highpass_sounds.eff
highpasshold.emt
highpasshold.eqg
highpasshold.mp3
highpasshold.zon
highpasshold_chr.txt
highpasshold_EnvironmentEmitters.txt
My old highpass client has:
My new highpass client has:
highpass_chr.s3d
highpass_sndbnk.eff
highpass_sounds.eff
highpasshold.emt
highpasshold.mp3
highpasshold.zon
highpasshold_chr.txt
highpasshold_EnvironmentEmitters.txt
No: highpasshold.eqg
Huppy
07-20-2019, 08:33 AM
Hey all. I'm having a weird issue here.
Welcome to the PEQ database whiteknight, where Vivian The True forgets to mention all the things you need to fix in the default db settings. :P
There's several doors, zone_points, etc., that need some attention, but just as an example, a door, like the Nektulos pok stone, in poknowledge, will have 2 different versions to click on in the doors table. One being for the old zone version (common for Titanium client) using a bitmask of 3. Then another for the newer clients, with supporting bitmasks. The one you mentioned is for all bitmasks, but a door or a zone_point can also specify a instance version that it will point to. Usually "0" is the old version and "1" is the new version. It varies, but you would have to go through it all to fine tune it to your preferences.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.