Page 1 of 1

L2J G2.2->G2.3 hlp

Posted: Mon Sep 28, 2009 3:52 pm
by cheatax21
Hello all,
I need some help on how to update my l2j files for gracia part2 to gracia final w/o destroying any of the custom staff spawnlists, npcs, etc if that is possible. And another question. before that i tried to create a second database under the same connection named : l2jdb2. i created it via the database installer of gracia final files, but later on when i tried to register game server a prob appeared saying:access denied for user"root"@"localhost" using password NO
but i have password on the connection :S anyway i m open to ideas/suggestions on what to do? is there a way to update the files? should i delete all (save custom staff) and then create all from scratch with the gracia final files ? what to do? :S



thx all for your time reading this,

hf

Re: L2J G2.2->G2.3 hlp

Posted: Tue Sep 29, 2009 4:48 am
by cheatax21
re!

Re: L2J G2.2->G2.3 hlp

Posted: Tue Sep 29, 2009 6:55 am
by Vapulabe
Well, about custom stuff, you may be aware that item/npc/shop/... ID's have to be unique. If G2.3 needs some of the ID that you used for your custom data, you're in trouble !!!

Best thing to do is to avoid making changes in the 'official" tables and make changes to the custom tables. These are not overwritten when you update and your changes should be safe.

Re: L2J G2.2->G2.3 hlp

Posted: Tue Sep 29, 2009 10:33 am
by Ashitaka
cheatax21 wrote:access denied for user"root"@"localhost" using password NO
This is mainly because you have tried to access the database without any password. If you had set one and you don't specify it as a parameter, it just doesn't grant you access.