View Single Post
  #7  
Old 08-02-2014, 11:45 PM
Nightrider84's Avatar
Nightrider84
Discordant
 
Join Date: Aug 2010
Location: Colorado
Posts: 410
Default

Ok ill make this easy for you. You can access the old zones nektulos tox misty lavastorm by modifying a bunch of files on the server side. BUT unfortunatly old high pass is hard coded into the client side not the server side. There is currently no way to access that zone (aside from titanium) on the newer clients without changing the actual code for each client.

I currently use all the old zones on my server minus highpass. misty freeport ect aren't too hard to do. you just hafto change info in the DD. Its setup so when a client hits the zone line. The server checks what client is zoning and sends them to the appropriate zone. You can change that in the DB so ALL clients zone to the old zone ect. But to get them working properly some files need to be removed from the clients and add the old zone files if they are missing them.
Here is the fix Nektulos.

Nektulos.emt
nektulos.s3d
Nektulos_chr
Nektulos_chr.s3d
Nektulos_obj.s3d
Nektulos_obj1.eqg
Nektulos_soundbank.eff
Nektulos_sounds.eff

These are the only Nektulos files you need to have in your clients directory to get the zone to work correctly more or less. You still need to do some modifications in the PEQDB under Zone_points. you need to

change the x y z coords from ecommons neriaka and lavastorm and set the client_version_mask to 4294967295 for those 3 zones. Make sure you take out the second entry for each zone so it doesn't try and

zone you to a ghost zone instead of the old. Also you need to go to the doors db to fix the pok book. The entry for nektulos is called POKNRKPORT500 remove the second entry with the same name as this

and change the first entrys x y z coords to right where the pok book is in the old nektulos and change the client_version_mask to 4294967295. Also the ingame map for nektulos is wrong you will hafto

download the original map from http://www.mapfiend.net/map/nektulos/166 thats the correct map to use. Just delete the old map out of your clients maps folder and replace it with the one you

download. If you do all this correctly then when you zone from any zone or use the pok book it will put you in the correct zone and your mob pathing will be fixed aswell. Make sure you click show all in heidisql

so you see all the db entrys or it wont show the extra entrys for Zone_Points and Doors DB.

Here is a list to tell you which files need to be removed and added to get the other classic zones to work

Required for Classic zones to load.Remove all Misty_thicket files and Toxxulia files.
Only remove nektulos files and lavastorm files with the same name that aren't in this list.
Any zone files that you don't have in this list may be aquired through the Titanium and SOF/SOD clients.
I recommend getting the files through titanium first before getting the remaining files from other clients



Lavastorm.s3d
Lavastorm_chr.txt
Lavastorm_chr.s3d
Lavastorm_obj.s3d
Lavastorm_sndbank.eff
Lavastorm_sounds.eff

Misty.s3d
Misty_chr.s3d
Misty_chr.txt
Misty_obj.s3d
Misty_sndbnk.eff
Misty_sounds.eff

Nektulos.emt
nektulos.s3d
Nektulos_chr.txt
Nektulos_chr.s3d
Nektulos_obj.s3d
Nektulos_obj1.eqg
Nektulos_soundbank.eff
Nektulos_sounds.eff

Tox.s3d
Tox.xmi
Tox_chr.txt
Tox_chr.s3d
Tox_obj.s3d
Tox_sndbnk.eff
Tox_sounds.eff

Last edited by Nightrider84; 08-02-2014 at 11:52 PM.. Reason: More Info
Reply With Quote