Log in

View Full Version : Change POK Book destination


Nightrider84
06-20-2013, 10:39 PM
I cant seem to find in the DB where i change the destination of a POK book. Id like to change misty thicket, steamfont mountains, and toxxulia forest to autoload the old zones when clicking on the book in pok instead of giving a choice or forcing you to go to the new zones.

any help would be appreciated

Uleat
06-20-2013, 11:35 PM
Try looking in the 'doors' table and see where that takes you.

Nightrider84
06-21-2013, 01:59 AM
Yeah I tried looking in the doors DB but its rather confusing to me most of the other dbs are pretty easy to figure out but im having a difficult time finding the one i need. at a minimum i need to get the misty thicket door fixed. steamfont and toxx give you the option of which zone to go too where misty doesnt. so if anybody can point me to where i need to look in the Doors db im sure i can figure it out

Uleat
06-21-2013, 02:39 AM
Try these:

Zone overhaul question (http://www.eqemulator.org/forums/showthread.php?t=36942)

Non-combative mobs (http://www.eqemulator.org/forums/showthread.php?t=36908)


This (http://www.peqtgc.com/phpBB3/viewtopic.php?f=14&t=13815) looks like cavedude's original post about the updates.

KLS
06-21-2013, 03:06 AM
Look for the book with name "POKRVPORT500" in poknowledge for the book to rivervale.

POKAAPORT500 steamfont
POKPPORT500 and POKERPORT500 tox

NatedogEZ
06-21-2013, 03:32 AM
SELECT id, doorid, d.name, d.zone, d.dest_zone FROM doors d WHERE d.name like "POK%" AND d.zone = "poknowledge" AND d.dest_zone IN ("misty", "steamfont", "tox") ORDER by d.dest_zone ASC;


That should give you enough info to just change the dest_zone for the clicky.

Nightrider84
06-21-2013, 03:53 AM
thanks for the help guys i got it fixed. only issue im having now is nektulos. i use the pok book and i end up underground in nektulos and all the mobs are falling from the sky. but if i zone in from other zones or i #zone nektulos i get sent to the correct zone any thoughts?

sorvani
06-23-2013, 09:01 PM
Nektulos has more than one version with the same file name and your client will automatically put you in the newer one unless you manually remove the file. The other revamped zones actually have different file names for that actual zone files.

Nightrider84
06-24-2013, 11:30 AM
thanks fixed it =)