Go Back   EQEmulator Home > EQEmulator Forums > General > General::Server Discussion

General::Server Discussion Discussion about emulator servers.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-07-2006, 04:47 AM
bufferofnewbies
Hill Giant
 
Join Date: Dec 2005
Location: Lurking in KY
Posts: 239
Default

That isnt a map problem, thats a field error in underworld in the zone table. My setup includes a setting for -2030 as underworld setting, so you do not get a reset to safe point message due a random negative z axis being below a default 0 setting.

With the code I have above, i am able to run around all these zones.
Reply With Quote
  #2  
Old 11-07-2006, 05:26 AM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default ..

Quote:
Originally Posted by bufferofnewbies
That isnt a map problem, thats a field error in underworld in the zone table. My setup includes a setting for -2030 as underworld setting, so you do not get a reset to safe point message due a random negative z axis being below a default 0 setting.

With the code I have above, i am able to run around all these zones.
I been looking for that setting for weeks.
ahh I see what you mean by it defaults to 0 maybe a global setting of
-2030 would be better ?

Code:
underworld` float NOT NULL default '0',
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote
  #3  
Old 11-07-2006, 06:20 AM
bufferofnewbies
Hill Giant
 
Join Date: Dec 2005
Location: Lurking in KY
Posts: 239
Default

also, the zones for Qvic, Inktuta, Txevu and Tacvi are listed incorrectly in the zone table. When you #zone into a name, you will actually end up on the wrong map.

They are listed in numberical order as:
295--inktuta
296--txevu
297--tacvi
298--qvic

When they are actually:
295--qvic
296--inktuta
297--txevu
298--tacvi

Simply replace the shortname and the longname fields for the table, as the safe coordinates are set for the zone number, not the name. If you simply swap the numbers around, you will have to go back and fix your safe points for all zones. I would post a replace code for it, but I get errors when i tried to change them in mass.

My suggestion:
1. Put a number 1 behind all names (ie:qvic1). Then save like that.
--This will reset the stored fields to clear the used names from the key fields.
2. Then swap the names to the proper lines.
--This prevents the 'key already in use' error.
Reply With Quote
  #4  
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
  #5  
Old 11-08-2006, 12:49 PM
bufferofnewbies
Hill Giant
 
Join Date: Dec 2005
Location: Lurking in KY
Posts: 239
Default

Yep, I restarted after i did those. But I was doing a ton of updates on my server at the time. So I needed to restart none the less.
I was never quite sure when you need to restart after changeing things, so I make it a habit of rebooting after any major swap of things anyway.

Thanks for the codeing for the 4 files, I was just tired of doing all the others to actually write anything up. That's why i gave the poor man's version of the change.
Reply With Quote
  #6  
Old 11-08-2006, 01:31 PM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

Verified, after adding entirely new zone records as in your original post, restarting "world" seemed to get me in. Thanks again!
Reply With Quote
  #7  
Old 11-08-2006, 01:47 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Excellent, now all we need are some logs of these zones so we can get them popped. It bothers me that we have completely ignored 2 expansions both clients support!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:38 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3