something strange happens, the 62 downvotes are distributed among 3 users including you. ... there are only 3 users in maxcheaters?... strange...
99.9% of maxcheaters don't say the same as you... there are only 3 people who fill my posts with hate... can you explain the reason for the community. thanks.
or do you think you represent the entire maxcheaters community?
I need an explanation from @Maxtor why he allows certain users to flood downvotes to hurt certain users, and if you downvote them it doesn't add up.
I need an explanation @Maxtor
That's what you are doing with the rest of the community? that's why you have the forum 20 years ago? to end this way?....
a pity...
even in your images you are toxic, thats what you get when you build a toxic account answering toxic in a community i thought it was obvious apparently not.
Every time I share free content with the community, I receive negative reactions — not because the content is bad, but because some people feel threatened when others contribute without charging.
Unfortunately, even the moderation or ownership of this platform seems to allow — or silently tolerate — that toxic behavior.
I’ve been part of the L2OFF scene for years, always focused on bringing innovation, tools, and real value to developers — completely free. I’ve seen communities thrive through collaboration, and I’ve seen them fall apart due to ego and gatekeeping.
@Maxtor — what has become of your once prestigious forum?
If this platform now prefers to support resellers, repackers, and those who actively sabotage open development, so be it — but don’t expect me to remain silent.
I will continue sharing real tools and knowledge for those who truly care about building something meaningful.
— Guytis
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