View Full Version : Tox Zone
ionhsmith
03-26-2016, 06:45 PM
The erudin stone in POK doesn't work. I have tried to input the zonepoints and I set the access to 0 but still cannot zone into Toxxulia from pok or guild lobby. There are 2 zone files one the short name is tox and the other is toxxulia. neither one work. #zone tox doesn't work on GM either however #zone toxxulia does. How do I fix this issue ... I have tried everything that I know to
ionhsmith
03-26-2016, 07:24 PM
The Paineel stone does not work going into that zone either.
provocating
03-26-2016, 08:15 PM
How old is your database and where did you get it from? #zone tox should definitely work.
N0ctrnl
03-26-2016, 08:29 PM
If you don't have the tox zone files, you won't be able to zone there. Check and make sure you have them. If you have toxxulia, you may not have tox.
provocating
03-26-2016, 09:07 PM
And if it is client related, like you are using UF many of those will not have tox.eqg or tox.s3d and you may need to get them from a live or titanium install.
ionhsmith
03-26-2016, 09:22 PM
Its the peq database and i run rof2. Doesnt doing all the server updates and such update to the latest database?
ionhsmith
03-26-2016, 09:27 PM
I have tox_chr.s3d and toxxulia.eqg. those are the only 2. But even still just being able to #zone toxxulia with the GM I am not able to click the POK stone to zone in. So I think my issue is with the pok stones and the guild hall stone. Maybe its pointing to the Tox zone instead of the toxxulia zone?
Uleat
03-26-2016, 09:45 PM
It brings the server up-to-date..but, it can't make the client use resources that it doesn't have.
ionhsmith
03-26-2016, 09:53 PM
so its client issue ?
N0ctrnl
03-26-2016, 10:02 PM
Looks like you don't have the old tox zone files. That's not terribly surprising, really.
ionhsmith
03-26-2016, 10:05 PM
And that's fine I can get them off an old client probably but that still doesn't figure out why I can zone into the new tox without doing #zone toxxulia. I click on either pok stone or guild hall portal and they do nothing.
N0ctrnl
03-26-2016, 10:15 PM
When you say guild hall portal, you mean what?
As far as the PoK stone, have you checked the doors table for the Erudin stone entry? It appears to be missing in the PEQ database, or at least the one I'm looking at.
See what this gives you:
select * from doors where zone = 'poknowledge' and doorid = '32'
Assuming you're using PEQ or another DB that matches up, this will put the Tox port back in for you. You can change it to Toxxulia and the right coordinates if you like.
UPDATE `doors` SET `id`='2045', `doorid`='32', `zone`='PoKnowledge', `version`='0', `name`='POKERPORT500', `pos_y`='594.484', `pos_x`='35.9378', `pos_z`='-155.998',
`heading`='384', `opentype`='58', `guild`='0', `lockpick`='0', `keyitem`='0', `altkeyitem`='0', `nokeyring`='1', `triggerdoor`='0', `triggertype`='0', `doorisopen`='0', `door_param`='0', `dest_zone`='Tox',
`dest_instance`='0', `dest_x`='-569', `dest_y`='2325', `dest_z`='-43.4', `dest_heading`='39', `invert_state`='0', `incline`='0', `size`='100', `client_version_mask`='4294967295' WHERE (`id`='2045');
ionhsmith
03-26-2016, 10:27 PM
What I meant as when u get the opal of tox from the vendor and u give it to him to open the portal it aligns the portal to toxxulia but when u go in it doesn't zone you to tox it does nothing....
I added in the old tox files and everything is working ... pok stones and the gh portal. It auto ports to the old Tox but not to the new one. I can also #zone tox now.
N0ctrnl
03-26-2016, 10:28 PM
That's in the portal script. You'll need to look in quests/guildhall.
Nightrider84
04-04-2016, 02:34 AM
This might help you fix the stones in pok. I'd give it a red through I wrote it when I fixed my classic zones http://www.eqemulator.org/forums/showthread.php?t=39850&highlight=Nektulos
ionhsmith
04-04-2016, 08:17 PM
Thanks Night
quetark
07-23-2016, 02:44 PM
I ran into exactly this problem trying to use the Erudin portal from the POK. I installed Titanium to a temporary folder and then copied the Tox files to my RoF client and then it worked fine. Nothing to do with the server, strictly client files. The files I copied were: tox.s3d, tox.xmi, tox_chr.s3d, tox_chr.txt, tox_obj.s3d, tox_sndbnk.eff and tox_sounds.eff.
There seemed to be a lot of suggestions here but not a definitive answer. This is what worked for me without having to mess with my DB or anything.
DanCanDo
07-23-2016, 10:25 PM
In the doors table, id 2045 and 2059 (PoK stones for Erudin and Paineel to Tox/Toxxuila)
The destination zone is set to NONE. The stones were handled in player.pl script for
poknowledge, which I found were commented out. Hence, Erudin stone wasn't working.
I changed the destination column in doors table for both Erudin and Paineel stones, along
with x.y.z coords. Thats was just my preferences to do it that way.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.