Change POK Book destination
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 |
Try looking in the 'doors' table and see where that takes you.
|
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
|
Try these:
Zone overhaul question Non-combative mobs This looks like cavedude's original post about the updates. |
Look for the book with name "POKRVPORT500" in poknowledge for the book to rivervale.
POKAAPORT500 steamfont POKPPORT500 and POKERPORT500 tox |
Code:
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. |
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?
|
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.
|
thanks fixed it =)
|
All times are GMT -4. The time now is 06:19 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.