Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-18-2016, 02:50 AM
NostalgiaEQ
Banned
 
Join Date: Sep 2016
Location: us
Posts: 201
Default Anyone gotten TAK database working recently?

I'm trying to load up a tak database from here:
http://www.takproject.net/redirect/
the monthly database dump.

It isn't quite working for me. In heidisql I renamed the tbl... tables to loginserver_... and set everything to accept null values and I could get an account to create. However I cannot see the server in the server select screen. Does anyone know what the issue could be? Perhaps it is a missing table in the database that my server is searching for or could it be something as simple as changing config files (everything is working with a PEQ database so I assume nothing needs to change if I'm just changing the database)? Any thoughts? Thanks.
Reply With Quote
  #2  
Old 09-18-2016, 10:42 AM
N0ctrnl's Avatar
N0ctrnl
Discordant
 
Join Date: Jan 2007
Posts: 443
Default

If you're trying to use it with the EQEmu server, it's not going to work. The DB schemas are different.

Also, learn to check your log files. There are likely a ton of errors there about tables not being right.
__________________
Ender - Lead GM/Developer
Vegarlson Asylum Server - http://www.vegarlson-server.org/
Reply With Quote
  #3  
Old 09-18-2016, 02:45 PM
NostalgiaEQ
Banned
 
Join Date: Sep 2016
Location: us
Posts: 201
Default

Quote:
Originally Posted by N0ctrnl View Post
If you're trying to use it with the EQEmu server, it's not going to work. The DB schemas are different.

Also, learn to check your log files. There are likely a ton of errors there about tables not being right.
Ok thanks a bunch.
Reply With Quote
  #4  
Old 09-19-2016, 05:55 PM
NostalgiaEQ
Banned
 
Join Date: Sep 2016
Location: us
Posts: 201
Default

I got old lavastorm pretty much functional. For anyone curious what I did was load up the tak database, pull the data, load back up the peq database and modify peq accordingly. To do this load up TAK database, open heidisql, go to a table of interest like 'zone' or 'zone points', click the 'data' tab at the top to see the data, then right click on any of the table data and at the bottom it should say 'export grid rows'. Click that then hit ok to everything and paste that into excel.

The data that is needed is the 'safe' coordinates in the 'zone' table, all of the lavastorm data in the 'zone_points' table, 'spawn2' table, and probably 'ground_spawn'. At this point you need to manually change the data in your peq database to match the lavastorm data in the TAK database. In order to zone into lavastorm correctly you need to also edit zone data from the areas that zone into lavastorm to make sure the coordinates and heading are correct so you don't zone into lava.

Also I will go back and see if it has any modified nektulos data to see if I can improve things there a bit but old nektulos is working pretty well.
Reply With Quote
  #5  
Old 09-19-2016, 07:59 PM
DanCanDo's Avatar
DanCanDo
Discordant
 
Join Date: May 2016
Location: Above Hell
Posts: 400
Default

That's kewl how yu did that. I use MySQL along with Navicat, but something I've done in
the past with navicat is an option to simply right click on a table or table row and dump it
to an sql file, then source it back in to another db. I wonder if I can pull that off with the
tak db.
__________________
Project Insect Completed
Reply With Quote
  #6  
Old 09-20-2016, 12:25 AM
N0ctrnl's Avatar
N0ctrnl
Discordant
 
Join Date: Jan 2007
Posts: 443
Default

I hope you didn't spend a ton of time on this. http://www.eqemulator.org/forums/showthread.php?t=38301
__________________
Ender - Lead GM/Developer
Vegarlson Asylum Server - http://www.vegarlson-server.org/
Reply With Quote
  #7  
Old 09-21-2016, 03:25 AM
NostalgiaEQ
Banned
 
Join Date: Sep 2016
Location: us
Posts: 201
Default

Quote:
Originally Posted by DanCanDo View Post
That's kewl how yu did that. I use MySQL along with Navicat, but something I've done in
the past with navicat is an option to simply right click on a table or table row and dump it
to an sql file, then source it back in to another db. I wonder if I can pull that off with the
tak db.
That would be a lot easier, nice I will have to look into doing that.

Quote:
Originally Posted by N0ctrnl View Post
I hope you didn't spend a ton of time on this. http://www.eqemulator.org/forums/showthread.php?t=38301
A quick summary would be nice, I looked through that thread and didn't really see a solution. My client has no eqg files I am running all old maps. The map isn't the problem the problem is the server is dishing out coordinates that correspond to the new zone not the old zone.
Reply With Quote
  #8  
Old 09-21-2016, 03:26 AM
N0ctrnl's Avatar
N0ctrnl
Discordant
 
Join Date: Jan 2007
Posts: 443
Default

Ya know what, nevermind. If you can't be bothered to actually read the thread then I'm done trying to save you time and effort.
__________________
Ender - Lead GM/Developer
Vegarlson Asylum Server - http://www.vegarlson-server.org/
Reply With Quote
  #9  
Old 09-21-2016, 04:34 PM
NostalgiaEQ
Banned
 
Join Date: Sep 2016
Location: us
Posts: 201
Default

Quote:
Originally Posted by N0ctrnl View Post
Ya know what, nevermind. If you can't be bothered to actually read the thread then I'm done trying to save you time and effort.
For anyone reading; a ways down on that thread knowom shows how to insert values into a database using mysql in case you don't use heidisql. He has some updated zone_points and zone safepoints but changing the monster spawn points in spawn2 would be a little more involved using that method.
Reply With Quote
  #10  
Old 11-28-2016, 03:54 AM
kokey98
Hill Giant
 
Join Date: Dec 2012
Location: terra firma
Posts: 131
Default

Quote:
Originally Posted by DanCanDo View Post
That's kewl how yu did that. I use MySQL along with Navicat, but something I've done in
the past with navicat is an option to simply right click on a table or table row and dump it
to an sql file, then source it back in to another db. I wonder if I can pull that off with the
tak db.
this isn't too old, but maybe on the internet it is...

if you can export as a text csv or text anythign with a specific delimiter, it's very easy to use a spreadshet program to alter format. if the columns are in a different order or whatever, it's easy to adjust it.

if anything has a consistent chagne you can even use a column on another worksheet to make the change with a formula and a few clicks. i guess same as a sql command after the fact, too, but maybe in some situations useful.
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 04:53 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3