View Full Version : Kod'Taz Stone
Criimson
08-11-2011, 09:06 AM
Posting this here because PEQ site seems down atm. I am standing next to Madronoa in Natimbi after having done the 4 sewer trials, vxed, and tipt and am wanting to go to Kod'Taz. However, I am not seeing any stone. I am using Underfoot client, but also logged in to my SoF and Titanium clients and the stone isn't showing. It is a totally stock PEQ DB. The only changes made to my DB are spawn times are set at 12 hours if greater than 12 hours. Why wait 4 days for a god on my own server :D
Any ideas? Or is there another way to get to Kod'Taz. Kinda new to the GoD experience.
Capheus
08-11-2011, 01:47 PM
I am seeing the stone at /loc 1149, 1542, 532 in Natimbi.
In the doors table you would see it as
33951 1 natimbi 0 NIHOBELISK800 1140 1549 528 200 58 0 0 0 0 0 0 0 0 kodtaz 0 -1475 1548 -300 0 0 0 10 0 4294967295 0
Criimson
08-11-2011, 02:13 PM
Ok that is weird. That line isn't in my DB even though I sourced the other day fresh using 1751 and then sourced each update in the trunk that the DB would take starting around 1650 (because 1751 iirc is missing some updates in it).
Added it manually.
Here is the sql in case anyone else has this issue.
INSERT INTO `doors` (`id`) VALUES (33951);
UPDATE `doors` SET `doorid`=1, `zone`='natimbi', `name`='NIHOBELISK800', `pos_y`=1140, `pos_x`=1549, `pos_z`=528, `heading`=200, `opentype`=58, `dest_zone`='kodtaz', `dest_x`=-1475, `dest_y`=1548, `dest_z`=-300 WHERE `id`=33951 LIMIT 1;
EDIT: Ok what update did I not source? Because I can't zone in to any instances in KT.
Robregen
08-11-2011, 03:35 PM
you may want to use the current svn DB which is rev1900 (incremental release) which has more GoD contents than rev 1751.
lerxst2112
08-11-2011, 03:38 PM
You're using an outdated database that does not have that door in it, and is most likely missing a bunch of other recent stuff.
Update your SVN and use the latest one contained in database_incremental.zip. Treat it like version 1900 when applying updates.
Criimson
08-11-2011, 04:36 PM
Hmm guess when I went to their codebase it still lists an old DB. Thank you all. That would explain so many things that have been happening over the last couple of weeks.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.