Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Account backing up help..

Elite Diviner
Joined
May 25, 2006
Messages
484
Reaction score
0
Ey.

Im changing my current server to a newer core and database, but when I import the accounts into the new db it's all showing the accounts and chars. But when I log into the game, no chars are there:S

All the data is there, as in all the chars and thier logins, but no char when you log in game..

My older server:
Core: Revision 3661 + ScriptDev2 Revision 44 + LOS(VMaps) + Rogue Patch + VE-VT3 + Pet Patch + Nefarius P1 + NNC_V2 win32 By Albatror
Database: Full_DB_0.6.5_rev_183(3613)_ScriptDev2 + Update Full_DB_0.6.5_Rev_183(3613) TO Rev.187(3653+)

My new server:
Core: Revision 3715 + ScriptDev2 Revision 45 + Rogue Patch + Pet Patch + VE-VT3 + Mini-Maxi BG + Announce Screen win32
Database: PS_mangos_rev5

Now i've been told that because im changing from sdb to psdb that thier not compatabile, or I need to alter something.

I really need help on this one, because I've tried everything and can't figure this out..
 
Elite Diviner
Joined
May 25, 2006
Messages
484
Reaction score
0
nvm fixed it...

alter table `character` add column `rename` tinyint (3) UNSIGNED DEFAULT '0' NOT NULL after `stable_slots`;

there was a small update with the 3751 core which addressed this:)

Thats the line you need if you run into this issue.

Copy and paste that into notepad, save as an sql file, and import into your mangos db.
 
Back
Top