Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 07-22-2022, 01:05 PM
Toony's Avatar
Toony
Sarnak
 
Join Date: Jul 2009
Location: USA
Posts: 89
Default

Quote:
Originally Posted by Huppy View Post
In the current peq, if you look in zone table, you will see two different entries for nektulos. the entry ID of 439 is the new version, 246 is the old. (look in the version field 1=new, 0=old) In the map_file_name field, make sure it has nektulos_classic as a value.

Also, the x,y,z safepoints values for the zone. (where you would go when you #zone in with #GM commands. Try adjusting that to where you want it.

In your doors table, (for pok > nektulos) make sure it's zoning to dest_instance 0. and appropriate client_version_mask (there is also 2 instances for pok stone) id 2057 is the old. 17151 is the new.
I've tried just about everything I can think of to get Nektulos back to how I had it previously.

I've got "0" in the version field, nektulos_classic in the map field and min_expansion set to "0".

All the spawns are out of place and none of the zone lines (out) work.

On the bright side, I did find the old client map so at least I know where things should be
Reply With Quote
  #2  
Old 07-22-2022, 01:44 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

Quote:
Originally Posted by Toony View Post
I've tried just about everything I can think of to get Nektulos back to how I had it previously.
These queries will update all zone and zone_points, going in and out of the old nektulos zone. ASSUMING, your connecting zones are old versions as well.
(This is from my own projects that I am using)

Code:
UPDATE `zone` SET `short_name` = 'nektulos', `file_name` = '', `long_name` = 'The Nektulos Forest', `map_file_name` = 'nektulos_classic', `safe_x` = -279, `safe_y` = -1201, `safe_z` = -5, `safe_heading` = 0, `graveyard_id` = 0, `min_level` = 0, `min_status` = 0, `zoneidnumber` = 25, `version` = 0, `timezone` = 0, `maxclients` = 0, `ruleset` = 0, `note` = NULL, `underworld` = -189, `minclip` = 200, `maxclip` = 275, `fog_minclip` = 10, `fog_maxclip` = 1500, `fog_blue` = 70, `fog_red` = 80, `fog_green` = 90, `sky` = 0, `ztype` = 255, `zone_exp_multiplier` = 1.25, `walkspeed` = 0.4, `time_type` = 1, `fog_red1` = 0, `fog_green1` = 0, `fog_blue1` = 0, `fog_minclip1` = 450, `fog_maxclip1` = 450, `fog_red2` = 80, `fog_green2` = 90, `fog_blue2` = 70, `fog_minclip2` = 10, `fog_maxclip2` = 500, `fog_red3` = 80, `fog_green3` = 90, `fog_blue3` = 70, `fog_minclip3` = 10, `fog_maxclip3` = 500, `fog_red4` = 80, `fog_green4` = 90, `fog_blue4` = 70, `fog_minclip4` = 10, `fog_maxclip4` = 500, `fog_density` = 0.33, `flag_needed` = '', `canbind` = 1, `cancombat` = 1, `canlevitate` = 1, `castoutdoor` = 1, `hotzone` = 0, `insttype` = 0, `shutdowndelay` = 5000, `peqzone` = 1, `expansion` = 1, `suspendbuffs` = 0, `rain_chance1` = 10, `rain_chance2` = 10, `rain_chance3` = 5, `rain_chance4` = 5, `rain_duration1` = 2, `rain_duration2` = 3, `rain_duration3` = 1, `rain_duration4` = 2, `snow_chance1` = 0, `snow_chance2` = 0, `snow_chance3` = 0, `snow_chance4` = 0, `snow_duration1` = 0, `snow_duration2` = 0, `snow_duration3` = 0, `snow_duration4` = 0, `gravity` = 0.4, `type` = 0, `skylock` = 0, `skip_los` = 0, `music` = 2, `fast_regen_hp` = 180, `fast_regen_mana` = 180, `fast_regen_endurance` = 180, `npc_max_aggro_dist` = 600, `max_movement_update_range` = 600, `min_expansion` = -1, `max_expansion` = -1, `content_flags` = NULL, `content_flags_disabled` = NULL, `underworld_teleport_index` = 0, `lava_damage` = 50, `min_lava_damage` = 10 WHERE `id` = 439;

UPDATE `zone_points` SET `zone` = 'nektulos', `version` = 0, `number` = 77, `y` = 0, `x` = 0, `z` = 0, `heading` = 0, `target_y` = -841, `target_x` = 132, `target_z` = -157, `target_heading` = 4, `zoneinst` = 0, `target_zone_id` = 202, `target_instance` = 0, `buffer` = 0, `client_version_mask` = 4294967295, `min_expansion` = -1, `max_expansion` = -1, `content_flags` = NULL, `content_flags_disabled` = NULL, `is_virtual` = 0, `height` = 0, `width` = 0 WHERE `id` = 1447;
UPDATE `zone_points` SET `zone` = 'nektulos', `version` = 0, `number` = 3, `y` = 3107, `x` = 289, `z` = -17, `heading` = 0, `target_y` = -2091, `target_x` = -205, `target_z` = -14, `target_heading` = 0, `zoneinst` = 0, `target_zone_id` = 27, `target_instance` = 0, `buffer` = 0, `client_version_mask` = 4294967295, `min_expansion` = -1, `max_expansion` = -1, `content_flags` = NULL, `content_flags_disabled` = NULL, `is_virtual` = 0, `height` = 0, `width` = 0 WHERE `id` = 2302;
UPDATE `zone_points` SET `zone` = 'nektulos', `version` = 0, `number` = 2, `y` = 0, `x` = 0, `z` = 0, `heading` = 0, `target_y` = 1549, `target_x` = 627, `target_z` = -20, `target_heading` = 290, `zoneinst` = 0, `target_zone_id` = 22, `target_instance` = 0, `buffer` = 0, `client_version_mask` = 4294967295, `min_expansion` = -1, `max_expansion` = -1, `content_flags` = NULL, `content_flags_disabled` = NULL, `is_virtual` = 0, `height` = 0, `width` = 0 WHERE `id` = 1445;
UPDATE `zone_points` SET `zone` = 'nektulos', `version` = 0, `number` = 1, `y` = 0, `x` = 0, `z` = 0, `heading` = 0, `target_y` = 53, `target_x` = 154, `target_z` = 28, `target_heading` = 256, `zoneinst` = 0, `target_zone_id` = 40, `target_instance` = 0, `buffer` = 0, `client_version_mask` = 4294967295, `min_expansion` = -1, `max_expansion` = -1, `content_flags` = NULL, `content_flags_disabled` = NULL, `is_virtual` = 0, `height` = 0, `width` = 0 WHERE `id` = 1444;

UPDATE `zone_points` SET `zone` = 'ecommons', `version` = 0, `number` = 4, `y` = 0, `x` = 0, `z` = 0, `heading` = 0, `target_y` = -2694, `target_x` = -642, `target_z` = -18, `target_heading` = 64, `zoneinst` = 0, `target_zone_id` = 25, `target_instance` = 0, `buffer` = 0, `client_version_mask` = 4294967295, `min_expansion` = -1, `max_expansion` = -1, `content_flags` = NULL, `content_flags_disabled` = NULL, `is_virtual` = 0, `height` = 0, `width` = 0 WHERE `id` = 53;
UPDATE `zone_points` SET `zone` = 'poknowledge', `version` = 0, `number` = 17, `y` = 0, `x` = 0, `z` = 0, `heading` = 0, `target_y` = 705, `target_x` = -349, `target_z` = -4, `target_heading` = 80, `zoneinst` = 0, `target_zone_id` = 25, `target_instance` = 0, `buffer` = 0, `client_version_mask` = 4294967295, `min_expansion` = -1, `max_expansion` = -1, `content_flags` = NULL, `content_flags_disabled` = NULL, `is_virtual` = 0, `height` = 0, `width` = 0 WHERE `id` = 468;
UPDATE `zone_points` SET `zone` = 'lavastorm', `version` = 0, `number` = 25, `y` = -2117.83, `x` = -194.11, `z` = -16.45, `heading` = 0, `target_y` = 3107, `target_x` = 289, `target_z` = -17, `target_heading` = 256, `zoneinst` = 0, `target_zone_id` = 25, `target_instance` = 0, `buffer` = 0, `client_version_mask` = 4294967295, `min_expansion` = -1, `max_expansion` = -1, `content_flags` = NULL, `content_flags_disabled` = NULL, `is_virtual` = 0, `height` = 0, `width` = 0 WHERE `id` = 2297;
UPDATE `zone_points` SET `zone` = 'neriaka', `version` = 0, `number` = 3, `y` = 29, `x` = 155, `z` = 30, `heading` = 0, `target_y` = 2252, `target_x` = -1109, `target_z` = 2.19, `target_heading` = 0, `zoneinst` = 0, `target_zone_id` = 25, `target_instance` = 0, `buffer` = 0, `client_version_mask` = 4294967295, `min_expansion` = -1, `max_expansion` = -1, `content_flags` = NULL, `content_flags_disabled` = NULL, `is_virtual` = 0, `height` = 0, `width` = 0 WHERE `id` = 415;
Reply With Quote
  #3  
Old 07-22-2022, 09:45 PM
Toony's Avatar
Toony
Sarnak
 
Join Date: Jul 2009
Location: USA
Posts: 89
Default

Thanks Huppy,

I was finally able to get it working like it was before by changing the instance version (peq.instance_list) as well as the zone version to "0"
Reply With Quote
  #4  
Old 07-22-2022, 11:32 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

Quote:
Originally Posted by Toony View Post
Thanks Huppy,

I was finally able to get it working like it was before by changing the instance version (peq.instance_list) as well as the zone version to "0"
Oh ok, that's good. I had thought you mentioned already changing that version to 0 before, but I've also never used that instance_list table for anything either.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 10:40 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3