Log in

View Full Version : Using old style maps


Asdaddy1
03-17-2016, 09:35 PM
So in Project1999 they have old style maps and characters which is very cool and my thing is how can you do something like that?

I'm thinking it involves the Maps folder and maybe the patch clients but idk and would love if someone could help me ;-):)

Coenxai
03-17-2016, 09:44 PM
Are you talking about disabling the map? .DLL Injection

Or do you mean old zones? If so, there's a plethora of information on how to use old zones over new ones.

Asdaddy1
03-17-2016, 09:45 PM
Are you talking about disabling the map? .DLL Injection

Or do you mean old zones? If so, there's a plethora of information on how to use old zones over new ones.

i want to use the old zones, i found the cleanup tool and will try that

Coenxai
03-17-2016, 10:28 PM
Change the zone points to the old zone ID in the database. Make sure you have the appropriate files in the EQ installation directory.

If I remember correctly there's only one issue with Titanium+ clients and that's Highpass Hold.

Asdaddy1
03-17-2016, 10:48 PM
Change the zone points to the old zone ID in the database. Make sure you have the appropriate files in the EQ installation directory.

If I remember correctly there's only one issue with Titanium+ clients and that's Highpass Hold.

Thanks for telling me about that, i had no idea :grin: and why was this moved to windows server even though linux users could also use the idea about old zones?

provocating
03-17-2016, 10:57 PM
Hmm, I need one for the bazaar, the old bazaar. I will start a new thread.

Asdaddy1
03-18-2016, 03:33 PM
Change the zone points to the old zone ID in the database. Make sure you have the appropriate files in the EQ installation directory.

If I remember correctly there's only one issue with Titanium+ clients and that's Highpass Hold.

where are the old zone ids? and do i edit the version mask?

Coenxai
03-19-2016, 11:21 AM
where are the old zone ids? and do i edit the version mask?

SELECT short_name,zoneidnumber FROM `zone` order by zoneidnumber;
Here's another list if you'd prefer: http://wiki.eqemulator.org/p?Zones

You change the target_zone_id to point to your destination in zone_points.

Asdaddy1
03-19-2016, 11:25 AM
SELECT short_name,zoneidnumber FROM `zone` order by zoneidnumber;

You change the target_zone_id to point to your destination.

alright and where are the old zone ids?

Coenxai
03-19-2016, 11:29 AM
I gave you two references?

Okay, let's use Grobb as an example. It's a classic zone that currently puts you into innothuleb if your client is capable (well, technically if the database says).

Let's use the following query to help us:
SELECT * FROM `zone_points` where `zone` = 'Grobb';

We see two records with the main difference being the client_version_mask. This is basically saying if you're using X or greater client you'll use this record. Copy the classic record information to your clients entry and type #reloadzps