View Single Post
  #6  
Old 11-08-2006, 12:39 PM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

This might work too. Thanks for this update. I was wondering what the hell was going on

First:
Code:
DELETE FROM `zone` WHERE zoneidnumber IN (295,296,297,298);
Next:
Code:
INSERT INTO `zone` VALUES 
('qvic', '', 'Qvic, Prayer Grounds of Calling', -1181.21, -129.49, -379.25, 0, 100, 295, 0, 0, 1, '', 0, 450, 450, 450, 450, 0, 0, 0, 1, 1, 1, 0.4, 2, 0, 0, 0, 450, 450, 0, 0, 0, 450, 450, 0, 0, 0, 450, 450, 0, 0, 0, 450, 450, '', 1),
('inktuta', '', 'Inktu`Ta, The Unmasked Chapel', 0, 0, -2.25, 0, 100, 296, 0, 0, 1, '', 0, 450, 450, 450, 450, 0, 0, 0, 1, 1, 1, 0.4, 2, 0, 0, 0, 450, 450, 0, 0, 0, 450, 450, 0, 0, 0, 450, 450, 0, 0, 0, 450, 450, '', 1),
('txevu', '', 'Txevu, Lair of the Elites', -307.31, -1.67, -420.25, 0, 100, 297, 0, 0, 1, '', 0, 450, 450, 450, 450, 0, 0, 0, 1, 1, 1, 0.4, 2, 0, 0, 0, 450, 450, 0, 0, 0, 450, 450, 0, 0, 0, 450, 450, 0, 0, 0, 450, 450, '', 1),
('tacvi', '', 'Tacvi, Seat of the Slaver', 0, 0, -6.25, 0, 100, 298, 0, 0, 1, '', 0, 450, 450, 450, 450, 0, 0, 0, 1, 1, 1, 0.4, 2, 0, 0, 0, 450, 450, 0, 0, 0, 450, 450, 0, 0, 0, 450, 450, 0, 0, 0, 450, 450, '', 1);
Could be in the same update.sql file to do it in one swoop.

edit: did you have to restart your world after adding these? I just sourced the DoN and DoDH zones in, #reloadzonepoints, and zoned, and still can't get in... I'll reboot just for the heck of it.

Last edited by John Adams; 11-08-2006 at 08:42 PM..
Reply With Quote