hello everyone !
I need help with a l2script Rev H5-Salvation/Classic build. I compiled the project, installed everything but I can't log in to the server, it won't log me in. I tried a thousand ways without good results. I leave you the error when logging in either with the H5-Salvation Client.
ERROR ---> WARN: IPBANMANAGER ---> IP !!!!
I'm waiting for help! Thank you!
Hello !
I have a problem when connecting to the pack with the Salvation client, it blocks my IP, I see that the account is created in the database but it remains logged in.
Any idea what it could be? ALso with H5 CLient !
Thank you !
Question
tazerman2
how to make after string targetName get nextToken from list switch. I try enything and is not come to list. i am not good in java
and i ask if someone can help tnx
else if (comnd.startsWith("MatchingInvite")) { try { String targetName = comnd.substring(20); String type = st1.nextToken(); switch(type) { case "FKeepers": RuleSet = 1; System.out.print("im here " + RuleSet); break; case "Random": RuleSet = 2; System.out.print("im here " + RuleSet); break; case "RanSpoil": RuleSet = 3; System.out.print("im here " + RuleSet); break; case "ByTurn": RuleSet = 4; System.out.print("im here " + RuleSet); break; case "ByTurnSpoil": RuleSet = 5; System.out.print("im here " + RuleSet); break; } System.out.println("Command is " + st1.nextToken()); PcInstance receiver = World.getInstance().getPlayer(targetName);
and bypass
Project l2jAcis
Edited by tazerman22 answers to this question
Recommended Posts