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 08-19-2022, 01:03 AM
Jahosphat
Sarnak
 
Join Date: Apr 2009
Location: LA
Posts: 98
Default

Any of you guys want to share the old zone files?
I have a clean rof2 client I'd just like the old zone files to zone into them... Ty
Reply With Quote
  #2  
Old 08-19-2022, 08:19 PM
ckempke
Fire Beetle
 
Join Date: Aug 2022
Posts: 7
Default

That's exactly the problem, Jahosphat. Nobody with the newer clients _has_ those files, but the game keeps trying to zone us into them, anyway.

Huppy: Any chance you've got an SQL file that makes those specific changes? I'd rather not reinvent the wheel.

But...if I have to, here's the plan. It looks like the zone_points tables that would need to be changed all have references to BOTH zone files, but with the client_version_mask set to 42.... for the OLD one and 0 for the new ones. (except for new zones that zone into other new zones). So basically:

Look up the old target_zone_id and the new one, then:

update 'peq.zone_points' set 'client_version_mask'=<all bits set> where target_zone_id=<new>
update 'peq.zone_points' set 'client_version_mask'=0 where target_zone_id=<old>

repeat for all the zones on your list (maybe not "hateplaneb" twice, though). And get rid of any offending script files? That pretty much the plan?
Reply With Quote
  #3  
Old 08-19-2022, 10:53 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

Quote:
Originally Posted by ckempke View Post
Huppy: Any chance you've got an SQL file that makes those specific changes?
If you can hang on for about 24-36 hours, I can post what you need for the changes, to use the modern versions, that the current peq is not using by default. (I'm still testing out some of the editing I have done).

I'll have to include some instructional text, (besides the sql queries), involving the zoning and door clicks (in PoK) being used by zone/player scripts.

Also, if your RoF2 client is missing any newer zone files, you can find them in your "EQ Live" client.

Jahosphat :

Quote:
Originally Posted by Jahosphat View Post
Any of you guys want to share the old zone files?
I have a clean rof2 client I'd just like the old zone files to zone into them... Ty
If you go to my PoPower site, the server/client download there, has all the old zone versions included with it.
Reply With Quote
  #4  
Old 08-20-2022, 02:26 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

Quote:
Originally Posted by ckempke View Post

Look up the old target_zone_id and the new one, then:

update 'peq.zone_points' set 'client_version_mask'=<all bits set> where target_zone_id=<new>
update 'peq.zone_points' set 'client_version_mask'=0 where target_zone_id=<old>

get rid of any offending script files? That pretty much the plan?
Forgot to mention something. client_version_mask can be set to 4294967295 for all zone_points and doors. That is the bitmask that allows all client versions.

Code:
UPDATE zone_points SET client_version_mask = 4294967295;
UPDATE doors SET client_version_mask = 4294967295;
Also, some of the scripts in the newer versions of zones (in server quests folder), in the zone/player.pl (or player.lua) there is an enter_zone event that will kick you out to the older version.
Example: in quests/commonlands/player.lua as soon as one zones in the script sends you to ecommons. You can edit/delete/disable that crap if you don't want it.

Code:
function event_enter_zone(e)
  local client = eq.get_entity_list():GetClientByID(e.self:GetID());
  client:MovePC(22, -144, -1543, 2, 244); -- Zone: ecommons
end
Many things were put in place to somewhat cater to both older clients, like Titanium and newer clients, like Rof2. This is why you will see 2 different entries with the same zone name (like nektulos). One is for the older clients and one for the newer.

In another scenario, the Guild Lobby and Guild Hall. If a Titanium client and RoF2 client were to zone in at the same time, they would both be in a different version of the zone and wouldn't see each other. The newer version of the Lobby is instanced. Some things, the Emu/PEQ teams can't do anything about, because things are hard coded into the client. So if everyone was using the same client, it would make things a lot easier.

There are many zones in further/newer expansions (like HoT), that are in the database, and if your client has the zone files, you can #zone into them. But content is not completed, because the project hasn't got that far to work on it. (They are working on DoN right now.)
Reply With Quote
  #5  
Old 08-20-2022, 03:03 AM
ckempke
Fire Beetle
 
Join Date: Aug 2022
Posts: 7
Default

Ah....so for some reason I thought emulation was "complete" through SoF, and particularly past the zone changes that took place in TSS. Since neither of those things is true, I should maybe soul-search about whether I want my players zoning into incomplete zones at all; I thought I was helping them, but maybe not.

I've been out of the EQ world for about half a lifetime, so I'm not entirely cogent about exactly when various changes occurred. Still, that work will have to be completed eventually, and frankly my urgency level for this (past the "stop people from crashing on zoning" part) is "before the sun burns out is a good goal."

Is there a page in the wiki tracking specific progress?
Reply With Quote
  #6  
Old 08-20-2022, 03:10 AM
ckempke
Fire Beetle
 
Join Date: Aug 2022
Posts: 7
Default

Quote:
Originally Posted by Huppy View Post
Forgot to mention something. client_version_mask can be set to 4294967295 for all zone_points and doors. That is the bitmask that allows all client versions.
So how does that work for zones like Paineel and Erudin that have both the old and new maps in their zone points files, eg. they list both "tox" and "toxxulia" for the same zone points? I effectively got it to switch from the former to the latter by reversing the client_version_mask (made the new one 429...95 and the old one 0, which was the opposite of the old way). If they're both set to "all clients can use this," how does it know which map to load? (Or are you deleting the old map zone points before you set them all?)

Thanks for all your help, by the way. I didn't realize the can of worms was filled with anacondas when I first asked!
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 06:06 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3