Is it possible to use Adrenalin 1.71 (Cracked) on clients higher than H5? Looking for support for Grand Crusade (109) or Essence: Assassin (418) on a bot-allowed server.
Really? Really
Completely? Completely
We're sorry too. It's been a great way of 10 years, and we are grateful to you for every activation you made. All the details about the closure are available on the website.
Important! The SMS-Activate brand no longer exists. There appear websites that duplicate our name — these are scammers, we have no connection to them. If you receive messages from “SMS-Activate employees”, be sure it's a scam. Currently, our technical support is only processing withdrawals from balances.
Question
Medisept
Hello there, i have this code.
for (L2PcInstance onlinePlayer : ples) { if (onlinePlayer.isInDm) { onlinePlayer.teleToLocation(81220, 148588, -3472); onlinePlayer.isInDm = false; } if (onlinePlayer.getDmKills() > maxkills) { winner = onlinePlayer; maxkills = onlinePlayer.getDmKills(); } onlinePlayer.isInDm = false; onlinePlayer.setDmKills(0); } if (maxkills != 0) { for (int[] reward : Config.DM_EVENT_REWARDS) { winner.addItem("Death Match", reward[1], reward[2], winner, true); winner.broadcastUserInfo(); winner.sendPacket(new InventoryUpdate()); winner.sendPacket(new ItemList(winner, false)); winner.sendPacket(new StatusUpdate(winner)); } winner.sendMessage("Congratulations! You have won Death Match Event."); }I want to find from all registered players in event (isInDm) who has most DmKills and reward him, i used that but it says me that maxkills stayed 0...
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now