Elfo Posted May 28, 2017 Author Posted May 28, 2017 Thank you for support. I am now going to try. I will come back here with results. No problem. Let me know. Quote
Elfo Posted May 28, 2017 Author Posted May 28, 2017 Okay i have added L2acp.jar into my gameserver. But there is question about API. Which details do i need to write in ApiEndPoint if my server and ACP locates on same machine? http://127.0.0.1:8000/api should do the trick Quote
Elfo Posted May 28, 2017 Author Posted May 28, 2017 The ApiKey can just be changed as long as you change it in both the web and the api projects. The error you are getting is probably illegal key size because you dont jave some needed jre libraries installed. http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html Download JCE here and unpack in Java/Jre/lib/security Quote
Elfo Posted May 28, 2017 Author Posted May 28, 2017 Now Everything works like a charm! Thank you very much for your support! What about Admin Access? if your account has more than 100 accesslevel then you are admin. Keep in mind this is account not character. Quote
Elfo Posted May 30, 2017 Author Posted May 30, 2017 (edited) Don't forget to star the projects on github: https://github.com/Elfocrash/L2ACP-Web https://github.com/Elfocrash/L2ACP-api Edited June 9, 2017 by .Elfocrash Quote
SillverShadow Posted June 14, 2017 Posted June 14, 2017 good job once again elfo. i will not use it right now since i am still working on my project but when i am done i will ( stars on github dont have to wait though, thanks for sharing ) Quote
MajorSpear Posted June 14, 2017 Posted June 14, 2017 Cool stuff, nice of you to share but whats the reasoning for another server? Why not the server be a proper modern rest client like retrofit and okhttpclient, and push events through websockets (just like push notifications), retrofit comes with okhttpclient 3.6 which include a websocket layer, also the .net part looks fairly limited since the knowledge base of asp related stuff is really small compared to smth like spring framework with a rest consuming front end like anguarjs, 2 birds with 1 stone. ^^ So my reasoning, you have a web app, let the web app be the resource server, while the server be a slave client. This way you limit network overhead and don't need to secure a random port out of the blue, also you have access to SSL/TLS :) Still tho all this is really progressing the knowledge base of l2j and .net web apps, i find it quite interesting, GL! Hope to see this thing go off big :D Quote
Elfo Posted June 14, 2017 Author Posted June 14, 2017 (edited) a Edited October 1, 2021 by Elfocrash Quote
Elfo Posted June 16, 2017 Author Posted June 16, 2017 can be used in h5? Yes. You will need to remove a couple of ID range restrictions and adapt the core but nothing to hard. Quote
Hyo Posted June 16, 2017 Posted June 16, 2017 Yes. You will need to remove a couple of ID range restrictions and adapt the core but nothing to hard. i will try, thanks elfo :happyforever: Quote
BaM4yYy Posted July 3, 2017 Posted July 3, 2017 Hi elfo, would u like to tell me what is that error about , because i already try to rename it with the updated name (like it is in the higher version WorldObject.java ), i've tried to rename all the old .java name but still getting that error http://prntscr.com/fr604k i'm using acis 368, thank you in advance. Quote
BaM4yYy Posted July 3, 2017 Posted July 3, 2017 Did you renamed imports too? Yep i did it like i did with the rest of them (L2PcInstance with Player and the rest ... bla bla ) import net.sf.l2j.gameserver.model.L2Object; with import net.sf.l2j.gameserver.model.WorldObject; .L2PcInstance with import net.sf.l2j.gameserver.model.Player ; and etc .. Quote
Elfo Posted July 3, 2017 Author Posted July 3, 2017 Im afraid i cant give any support for paid versions of projects. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.