Page 2 of 3

Re: [Guide] So you want a L2J Server

Posted: Thu Jan 01, 2015 5:11 pm
by Zoey76
UnAfraid wrote:
Attila wrote:All work fine

but i se you changed community bord.
if i click on favorite link it don't work.
how can i make it as it was so you canse who is online ans server info.
And at L2J_Configurator i don't get l2jdp-version and l2jdp-version is that normal ?

sorry for my bad english

thanks
Yes since we use git there is no revision numbers anymore so we don't have *-version files anymore.
Community board is not entirely implemented yet.
Favorite links should work, I have implemented it completely.

Re: [Guide] So you want a L2J Server

Posted: Thu Jan 01, 2015 9:10 pm
by Attila
Favorite links don't work if you click on it notting happens only i got a message at gameserver console if i click on
Community (alt+b)
[01/01 20:01:34] FavoriteBoard: Coundn't load favorites count for player Admin

and got it also if i click Menu button an favorite button

Re: [Guide] So you want a L2J Server

Posted: Fri Jan 02, 2015 6:57 am
by Zoey76
I'll check it, it was working. :oops:

Re: [Guide] So you want a L2J Server

Posted: Fri Jan 02, 2015 12:33 pm
by Attila
Zoey76 wrote:I'll check it, it was working. :oops:
strange mabe I doing somthing wrong
look picture i klick on favorite then i still see menu index

Image

And i get this at Game server console

Image

if i'm doing somting rong tell me please

Re: [Guide] So you want a L2J Server

Posted: Fri Jan 02, 2015 3:21 pm
by Zoey76
Could you please check if the bbs_favorites table is installed?

Re: [Guide] So you want a L2J Server

Posted: Fri Jan 02, 2015 3:51 pm
by Attila
Zoey76 wrote:Could you please check if the bbs_favorites table is installed?
sorry where do i need to look
if i look at navicat mysql i don't se a table whit bbs_favorites

Re: [Guide] So you want a L2J Server

Posted: Fri Jan 02, 2015 3:57 pm
by Zoey76
Okay, go to server files and open /sql/game/bbs_favorite.sql and install that table manually and let me know if after that (and server restart) it starts to work.

Re: [Guide] So you want a L2J Server

Posted: Fri Jan 02, 2015 5:50 pm
by Attila
Zoey76 wrote:Okay, go to server files and open /sql/game/bbs_favorite.sql and install that table manually and let me know if after that (and server restart) it starts to work.
yes it is good now :mrgreen:
thanks

Re: [Guide] So you want a L2J Server

Posted: Fri Jan 09, 2015 7:39 pm
by UnAfraid
u can drop community server database installer because its gone.

Re: [Guide] So you want a L2J Server

Posted: Wed Jul 13, 2016 7:49 pm
by JMD
FYI, for years now i have been using Navicat Lite 10 for database management. It was discontinued long time ago but still works great for both windows and linux. It doesnt do all the advanced stuff but basic dumping, running queries and editing tables etc is available.

Re: [Guide] So you want a L2J Server

Posted: Thu Jul 14, 2016 7:47 am
by KGB1st
Okay. Where guide for live server if this is not for it? :roll:

Re: [Guide] So you want a L2J Server

Posted: Sun Sep 04, 2016 2:51 am
by Zoey76
I use HeidiSQL, other use DBeaver.

Re: [Guide] So you want a L2J Server

Posted: Wed Feb 01, 2017 11:01 pm
by Weeman0000
Hey!

Been trying to set up an L2 server all day, hoop after hoop always getting a little closer but im stumped and it doesn't seem google can help me anymore, basically the loginserver and gameserver seem to be up im finally able to get some action on the loginserver however its having trouble retrieving account info.

Image

Tried with account creation on and off. I (should) have a working test/test account. it will make a no-named account in the DB when auto account is on but in both cases the client crashes and i get that error.

Also not sure what the Telnet server is but it seems to be disabled on both LS and GS.

Any assist would be much appreciated.


[EDIT]
Forgot to mention, Server/Data from bitbucket.org/l2jserver/ and Helios client fully updated. (Version=1.7.1.6 from L2.com)

(Edit again) Im guessing there's a client or server missmatch, but i dunno, If there is another client i should be using or another server just let me know with links if possible. I have a link for ErtheiaRC2 client but it will take me a solid 18h to download if connection is stable so that hopefully wont be causing the problem?

(Edit for hopefully the last time)
So i looked over the code and the DB, its saying login string is empty which is correct. in the "accounts" tab it has 3 accounts, first one actually connected but there's no username, only a password. Second is test/test (encrypted pass obv) and lastly my actual would be game account. Logging in with either test or normal accounts have the same error and force the client to crash. If the server and data from the address above is correct for the helios current L2 client then i dont know. Im guessing Helios is C5, meaning H5 (highfive) would be the correct server files, that being said any highfive server/data from your own svn/git has been removed due to copyright so im guessing bitbucket is where its at currently?

If you have another location for the H5 server files (if they work with current Helios L2 client) please let me know, if not im really open to any help from anyone :D

Re: [Guide] So you want a L2J Server

Posted: Thu Feb 02, 2017 8:00 am
by LasTravel
If you're using Hi5 server files you should play with Hi5 client, not with helios or ertheia, that's your problem.

Re: [Guide] So you want a L2J Server

Posted: Thu Feb 02, 2017 11:54 am
by Weeman0000
Good morning and thanks.

Do you know what server files these are for?
https://bitbucket.org/l2jserver/

If unknown do you know where the helios server files are?

[EDIT]
Ill download the H5 client and hopefully have it by this evening. (slow connection) But id love to know what client matches the above repository if thats at all possible. i have looked at all the readme's in the data/server but none say what client is needed.