Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-10-2007, 04:58 PM
jdam7459
Sarnak
 
Join Date: Mar 2007
Posts: 45
Default DB Editing

Ok this is driving me insane!!! I am trying to change to starting zones for all characters and well, with the combinations of races classes and deities, it makes quite a few entries... and im tired of doing them one by one... does anyone know how to just copy and paste a certain value to certain rows and columns only...or just a faster way of doing this would be GREATLY appreciated...THANKS!
Reply With Quote
  #2  
Old 06-11-2007, 09:49 AM
mattmeck
Guest
 
Posts: n/a
Default

The class / race combo's are hard coded into the client, as are deities.
Reply With Quote
  #3  
Old 06-11-2007, 04:05 PM
kedra
Sarnak
 
Join Date: May 2007
Posts: 71
Default

Quote:
I am trying to change to starting zones for all characters and well, with the combinations of races classes and deities, it makes quite a few entries... and im tired of doing them one by one...
Assuming you have a populated start_zone table in your db, you could do the following:

Quote:
UPDATE start_zone
SET zone_id = 'desired_zone_id'
Of course, you'd probably want to modify that to update the x, y, and z coordinates as well as the player's initial bind location.
Reply With Quote
  #4  
Old 06-11-2007, 04:11 PM
kedra
Sarnak
 
Join Date: May 2007
Posts: 71
Default

I should mention,

It sounds like what you want to do is modify your table like a spreadsheet. This can be done, but it's ugly, slow, and could be done with much less trouble by simply running the query in my previous post.

To do it this way, you would need to use a program such as Navicat and copy the entire contents of a table to an excel spreadsheet. You will occasionally run into problems when attempting to paste certain types of data... You would then need to modify the data accordingly in excel, clear the appropriate data from the original table, then paste it in. It's very ugly and not very reliable, so I don't recommend this method.
Reply With Quote
  #5  
Old 06-11-2007, 05:05 PM
jdam7459
Sarnak
 
Join Date: Mar 2007
Posts: 45
Default

Thanks for all the posts that helped more than you know it

- you have gotten better at preventing carpal tunnel! (47)
Reply With Quote
  #6  
Old 06-11-2007, 05:25 PM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default

get mySQL query browser/analyser of their official site - its free and it works very close to spreadsheet
Reply With Quote
  #7  
Old 07-02-2007, 05:21 PM
gernblan
Discordant
 
Join Date: Aug 2006
Posts: 394
Default

Quote:
Originally Posted by mattmeck View Post
The class / race combo's are hard coded into the client, as are deities.
True, though it is possible to manually modify them on a toon by toon basis after the character is created though.

I play a DE shaman for the hell of it, for example.
__________________
--
Keelyeh
Owner, ServerOp and Developer
Jest 4 Server
Linux (Jest3 runs on Fedora, our Dev servers usually run on Ubuntu and/or Gentoo), OC-12 Connection = Hella Fast
Reply With Quote
Reply


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 01:38 PM.


 

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