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;
}
Hi Splicho,
thats the first i did, i have already running a Lineage Server.
Im just interested how my webinterface works with a bigger amount of data, how is the scaling etc..
So im not explicit waiting for a database, still working with my own.
but thanks for you reply
HEURISTICS ... IDIOT... SHOWS YOUR LEVEL OF IGNORANCE.
FIND A MALICIOUS CODE AND PROVE IT...
IF YOU ARE NOT JUST ANOTHER IGNORANT OF ALL THE ONES HERE 😉
https://www.virustotal.com/gui/file/a91de4b45e0731a08f9c9a39623dfabf96f226647d7540cfa4b53f7c8eb6e7b4?nocache=1
maybe i paid virus total for this results
https://prnt.sc/VSR1Ax6EEko4
guess we will never know
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