You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
He's a reseller. I recommend you don’t get PTS files from him. there are more skilled people on this forum.
personally sold him files and fixes. The screenshot says it all.
I sold him files and fixes, and then with just a couple of words he said he wouldn’t resell them 🙂 Since he can’t handle the server files properly, he prefers to give them away or sell them for nothing.
jerk
🚀 L2Collision.site Grand Opening Alert! 🚀
📅 Grand Opening: May 16th 16H GMT TIME LONDON
⚙️ Beta Test: May 12-15
⚔️ Classic High Five Server Client: Rates: x10
🌟 Get ready for an epic journey! Don’t miss the Beta and join us for the official launch!
👉 https://l2collision.site/ – Your destiny awaits!
Discord: https://discord.gg/pqTaR2FU64
Question
Versus
I want a player with epic to be unable to participate at olympiad.
Well i tried this out in UseItem.java
if (activeChar.isInOlympiadMode()== true && itemId == ID || itemId == ID || )
{
activeChar.sendMessage("dont use this in oly dumbass!");
return;
}
not working
then i tried it in olympiad.java
(wpn.getItemId() >= 6611 && wpn.getItemId() <= 6621) ||
wpn.getItemId() == 6842 || wpn.getItemId() == 9450 || wpn.getItemId() == 9451 ||
wpn.getItemId() == 9452 || wpn.getItemId() == 9453 || wpn.getItemId() == 9454 ||
wpn.getItemId() == 9455 || wpn.getItemId() == 9456 || wpn.getItemId() == 9457 ||
wpn.getItemId() == 9458 || wpn.getItemId() == 9459 || wpn.getItemId() == 9460 ||
wpn.getItemId() == 9461 || wpn.getItemId() == 9462
)
)
{
not working again.Any help would be great.k thanks
16 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.