SQL base from non-vitality to vitality Releases ?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
ksmxbg
Posts: 109
Joined: Wed Aug 12, 2009 8:17 am

SQL base from non-vitality to vitality Releases ?

Post by ksmxbg »

how to transfer SQL database(dump and backup saved), from crashed server

L2J Revision 3349: - no vitality system
L2JDP Revision 6457:

to new revisions with vitality system like:

L2J Revision 3425: - with vitality system
L2JDP Revision 6519:

to avoid errors like " Unknown column 'vitality_points' in 'field list' . Thanks in advise.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: SQL base from non-vitality to vitality Releases ?

Post by janiii »

http://www.l2jdp.com/trac/browser/trunk ... l?rev=6515

Code: Select all

ALTER TABLE `characters` ADD `vitality_points` SMALLINT UNSIGNED NOT NULL DEFAULT 0 AFTER `bookmarkslot`;
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
ksmxbg
Posts: 109
Joined: Wed Aug 12, 2009 8:17 am

Re: SQL base from non-vitality to vitality Releases ?

Post by ksmxbg »

janii you are like a flash :P - it works prefect

super big thanks, gl
Post Reply