Elfo Posted June 2, 2018 Author Posted June 2, 2018 2 minutes ago, Yoshidajr said: Can anyone help me with the configuration, I'm confused as to the ip and address of mssql "ApiEndpoint": "http://127.0.0.1:8000/api", "ApiKey": "elfocrash", "CryptoKey": "MnFfhZdXUn3u49c7AaejOL8FN58meFb9", "CryptoSalt": "4XPjl3jiEITf", does it stay or chance her? "ConnectionString_lin2world": "Server=.\\SQLEXPRESS;Database=Lin2World;User ID=db;Password=123", "ConnectionString_lin2db": "Server=.\\SQLEXPRESS;Database=Lin2DB;User ID=db;Password=147852@server", .\\SQLEXPRESS = does it stay or chance here? It only applies for L2Off. If you are using l2j then you dont need to configure it
Yoshidajr Posted June 2, 2018 Posted June 2, 2018 (edited) I am using L2OFF but i am not able to get the coneccection, the panel opens but is serious when trying to log in Edited June 2, 2018 by Yoshidajr
MarGaZeaS Posted June 13, 2018 Posted June 13, 2018 i add L2AcpAPI in my sources i add in gameserver.java L2ACPServer.getInstance(); and the L2ACPServer is red. what is wrong?
Elfo Posted June 13, 2018 Author Posted June 13, 2018 6 hours ago, PaRaNoiC* said: i add L2AcpAPI in my sources i add in gameserver.java L2ACPServer.getInstance(); and the L2ACPServer is red. what is wrong? You didn’t include in build path
MarGaZeaS Posted June 14, 2018 Posted June 14, 2018 On 6/13/2018 at 9:47 AM, .Elfocrash said: You didn’t include in build path what do you mean include in build path?? do what should I do to work;
MarGaZeaS Posted June 14, 2018 Posted June 14, 2018 18 minutes ago, SweeTs said: Edit class path. thank you i fix
Plawed Posted July 2, 2018 Posted July 2, 2018 (edited) Update ~ Got it to work! Connection string had to be just right in appsettings Q_Q. Edited July 2, 2018 by Plawed
abumini Posted July 19, 2018 Posted July 19, 2018 Can anyone give me hint here. Everything works fine, except the registration. I'm getting unsuccessfull registration, don't know why. Any hints?
Re1d Posted August 15, 2018 Posted August 15, 2018 hello, i edited the build path and added the jar file to the path. When i go to gameserver and add L2ACPServer.getInstance(); i still get an error and it doesnt read it. any solutions ? thanks
SweeTs Posted August 15, 2018 Posted August 15, 2018 Build path, dunno what you mean, but you should edit .classpath file, add the jar, refresh project and everything should be fine.
Lioy Posted September 19, 2018 Posted September 19, 2018 (edited) Hey Elfo , just out of curiosity, why didn't you use any micro framework to create the restful API and you went with raw Java libraries? Edited September 19, 2018 by Lioy
Elfo Posted September 21, 2018 Author Posted September 21, 2018 (edited) a Edited October 1, 2021 by Elfocrash 1
abumini Posted October 15, 2018 Posted October 15, 2018 Did anyone had problems with the change password part? I'm getting always "Invalid Password", even if I input the correct password. I got a feeling that the function isn't comunicating with the API/database. I'm using it with Acis. If anyone got some hints I let me know ;) Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now