Hello i try to make maximum 2 healers allowed in 1 party but im getting some problems maybe can someone help me ?
i added this lines to requestjoinparty but is not working properly
if (target.getClassId().getId() == 97 && (party.getMembersCount() >= 2) )
{
requestor.sendMessage("Maximum 2 healers are allowed in party !");
return;
}
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
arm4729
Hello i try to make maximum 2 healers allowed in 1 party but im getting some problems maybe can someone help me ?
i added this lines to requestjoinparty but is not working properly
if (target.getClassId().getId() == 97 && (party.getMembersCount() >= 2) )
{
requestor.sendMessage("Maximum 2 healers are allowed in party !");
return;
}
5 answers to this question
Recommended Posts