for (String nm : players)
{
L2PcInstance i = L2World.getInstance().getPlayer(nm);
if (i != null && i.isOnline() == 1)
{
i.getAppearance().setVisible();
i.broadcastStatusUpdate();
i.broadcastUserInfo();
}
}
The operator == is undefined for the argument type(s) boolean, int LastHero.java /L2J_DataPack/dist/game/data/scripts/custom/LastHero line 102 Java Problem
What i want to ask is what is my wrong that i have done here?
Is there a place in my code that havent targeted it as Int?
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.
On April 11 at 18:00 server time (GMT +2), the open beta test of our upcoming Chronicle 2 update will begin!
We invite everyone to join, explore the world of C2 ahead of the official launch, and share your feedback.
📌 Players who find bugs during OBT will receive CoL as a reward:
- 1 CoL for each staticmeshes bug For example, passing through textures, stairs, etc.
- 2 CoL or more for server-side bugs (depending on severity).
You can report bugs via support on Discord or on the forum.
Open beta testing will last approximately until 15.04 20:00 (GMT +2).
Your activity and input will help us improve the game!
The download links will be available later.
Hi there, Im looking for a working Autofarm for L2JMorbius Interlude files.
I would preffer this one with the skillbar, if possible. It would be nice to have settings like Dont Attack RBs / Champion mobs, and an input for the range. A nice to have is also the return to center option.
Ready to pay for it.
Question
bullseye92
Hello MxC, i got the following problem.
Code
The operator == is undefined for the argument type(s) boolean, int LastHero.java /L2J_DataPack/dist/game/data/scripts/custom/LastHero line 102 Java Problem
What i want to ask is what is my wrong that i have done here?
Is there a place in my code that havent targeted it as Int?
2 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.