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.
Hi everyone, I bought this event pack. Everything looks great, it works well, and the seller responds with help and solutions to any issues. I definitely recommend buying it.
We are certainly not an ambulance, but we will definitely cure you of blacklists and empty pockets. Live freely with SX!
Each of you will receive a trial version of SX to familiarize yourself with the product, all you have to do is post in this thread
Hello!
• I specialize in creating visuals for game projects: I draw art, logos, UI elements, create 2D/3D animations, and design launchers and game-related websites. I work in a unique style tailored to the client's needs.
• I always strive to present something unique and unseen before, to help you stand out from the rest.
• I’d be happy to create awesome work for you to make your projects stronger!
You can check out a more detailed portfolio and starting prices on my website.
My Telegram: @Melvinex
My site: https://mev.studio
Question
sherlockholmes
public static String calculateRewards()
{
TreeSet<DMPlayer> players = orderPosition(_dmPlayer.values());
String _htmlPrefix = null;
for (int j = 0; j < Config.DM_REWARD_FIRST_PLAYERS; j++)
{
if (players.isEmpty())
break;
DMPlayer player = players.first();
if (player.getPoints() == 0)
break;
rewardPlayer(player, j + 1);
players.remove(player);
{
for (L2PcInstance Player : L2World.getInstance().getAllPlayers().values())
Player.sendPacket(new ExShowScreenMessage("The Hunter Killer is " + player.getPlayer().getName() + " whit " + player.getPoints()+ " kills.", 12000));
}
int playerPointPrev = player.getPoints();
if (!Config.DM_REWARD_PLAYERS_TIE)
continue;
while (!players.isEmpty())
{
player = players.first();
if (player.getPoints() != playerPointPrev)
break;
rewardPlayer(player, j + 1);
players.remove(player);
}
}
{
// Set state REWARDING so nobody can point anymore
setState(EventState.REWARDING);
return "";
}
}
hi, wanted to know if you can help me with this ....
I want the last line that says this:
{
/ / Set state point rewarding dog anymore so nobody
setState (EventState.REWARDING)
return "";
}
not exit in the form of general notice. I want to eliminate this form or directly that it is not announced anything.
return true removing fails me!
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.