I'm currently on Rev 1085. It's working fine for me.
Do you still have the new database available? I have an idea that may get you up and running with a new database and allow you keep your current player characters and bots. |
Well if you meant how I had it up and running before, no sure do not. I wiped and loaded Debian 5. I am so friggin close right now I just backed this guy up and waiting to figure out this last glitch.
|
Well, here's my idea:
1) Create the new database 2) Source in the necessary files for the new database 3) Configure the server to use the new database 4) Log into the game and verify the bots are working properly If the bots work the way then you should do the following: .Log into MySQL (phpMyAdmin or commandline or use whatever database management tool you prefer) .Access the OLD database .Export the following tables as flat sql files: Bot SQL file: botinventory bots Character Data SQL file: character_ character_activities character_enabledtasks character_tasks inventory .Access the NEW database .Import the SQL files you exported above into the new database Assuming everything works properly with a fresh database the above should achieve your end goal. Hope this helps |
Yeah, yeah kind of working. I have a new DB and now they zone, cast, group, etc. Trying to get my guys over as we speak.
|
Okay I think I have it all. I also moved the keyring and bot inventory over, took a while to get that going.
Other than the inventory, keyrings, etc....anything else need to be moved for the players ? |
Just and FYI for whoever does the bots. On Linux SQL since it is case sensitive it appears the bot code goes lower case but the view is in camel case so.
DROP VIEW IF EXISTS `vwbotgroups`; CREATE VIEW `vwbotgroups` AS select g.BotGroupId, g.BotGroupName, g.BotGroupLeaderBotId, b.Name as BotGroupLeaderName, b.BotOwnerCharacterId, c.name as BotOwnerCharacterName from botgroup as g join bots as b on g.BotGroupLeaderBotId = b.BotID join character_ as c on b.BotOwnerCharacterID = c.id order by b.BotOwnerCharacterId, g.BotGroupName; Is what I had to doctor to make the grouping work. |
Quote:
account account_ip account_rewards Possibly the "mail" table as well. |
What goes in account_rewards ?
|
i'm not entirely sure to be honest. Mine is empty. If yours is empty too, then there is no need to import that data into the new database.
|
All times are GMT -4. The time now is 01:07 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.