sorry, here it is. Can you add this to original post?
💰 Pricing:
🔧 Bug Fixes: Starting from €20
⚙️ Add-ons (New Features): Starting from €30
🎨 Custom Mods (Complex Features): Starting from €120
Hello dear developers and MXC Community.
I have the following problem with running L2OFF.
So everything is already done, i will attach pictures to the topic, maybe someone will help me out, with what i could made wrong.
I'm currently trying to run the server "LOCAL".
Every file i had of SQL, i've upload step by step, 1 by 1 in they're order.
OK, done with this.
Database
1) Database
AuthD Working.
2) AuthDServer
CacheD also seems to work.
3 ) CacheD
L2Server
4) L2Server
Login server window
If i'm correct, if i would make something wrong before, i wouldn't see server info, and log server.
So here we are.
------------------------------------------------------------------------------------------------------------------
Server Opened - Log working - everything working, look the images.
LOG
1) Server Login Window
2) Server Login Win [ Light] 0
3) Charachter created
And here is the thing, like i said before, like by me everything if fine, but the server say to me another ..... anyone got any clue why i got Crit error ?
Critical Error Message
If anyone got any clue, help me out with this.
Wish you the best.
Question
Irrelevant
hello ..i have a problem . I tried to add the code when admin create mass item only 1window per ip can receive.
i add this:
Collection <L2PcInstance> pls = L2World.getInstance (). getAllPlayers ();
for (L2PcInstance p: pls)
{
final String ip = p.getClient().getConnection().getInetAddress().getHostAddress();
if (ips.contains(ip))
continue;
blablabla
but it doesnt work :/ any help ?
code hasnt errors, just in game doesnt work :/
edit: i use arraylist not hash
Edited by Irrelevant16 answers to this question
Recommended Posts