Jump to content

BruT

Members
  • Posts

    682
  • Credits

  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    100%

Everything posted by BruT

  1. you dont even know what you have coded and you still talk ?
  2. bump, price edited
  3. Yes, please read the code public static boolean check(L2PcInstance player) { boolean loggedz0r = false; for (L2PcInstance playerz0r : L2World.getInstance().getAllPlayers()) { String client = first(playerz0r); String client1 = second(player); if (client.equalsIgnoreCase(client1)); loggedz0r = true; } return loggedz0r; } Explain me what this does then talk about posiblities because when you do the check you are already in game which is dualbox in your check can someone fix the imports for interlude ? v 1.01 package com.l2jserver.gameserver; import com.l2jserver.gameserver.model.L2World; import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; import com.l2jserver.gameserver.network.clientpackets.Say2; import com.l2jserver.gameserver.network.serverpackets.CreatureSay; /** * @author xAddytzu * @version 1.01 */ public class DualBoxProtection { public void checkForDualbox(L2PcInstance player) { int objId = player.getObjectId(); String playerIp = getIp(player); for (L2PcInstance players : L2World.getInstance().getAllPlayers().values()) { if (players != null && objId != players.getObjectId()) { if (playerIp.equalsIgnoreCase(getIp(players))) { disconnect(players); } } } } private String getIp(L2PcInstance player) { return player.getClient().getConnection().getInetAddress().getHostAddress(); } public void disconnect(final L2PcInstance player) { player.sendPacket(new CreatureSay(1, Say2.HERO_VOICE, "SYSTEM", "Dualbox isn't allowed. You'll be disconnected soon!")); ThreadPoolManager.getInstance().scheduleGeneral(new Runnable() { public void run() { if (player != null && player.isOnline() > 0) { player.closeNetConnection(true); } } }, 20000); } } xAddytzu why do you even post bugged codes if you doesnt know how to code and read ? you are probly from the ones who can code but cant read it
  4. 100% packs doesnt exist in this forum and never will. The l2anime pack is just collection one and nothing is made by them thats why the cost is about 10 euro.. even l2jarchid isnt special but is more than any other pack in this forum. p.s. if you want a srv which worth anything buy a java book and start reading to get some basic knowledge about it, gather some devs in your team and start working on your OWN project. edit: puchasing any pack from this forum wont help you if they doesnt offer you live updates or future of their pack(project).
  5. Prove it or get reported as a scammer and liar
  6. Please men send me the files then i will pay u please please please xeorleon scammed me i'd like to scam someone too :( why dont you get lost of my topic or you will get your punishment for off-topic posts, thats the last warn to both of you romanian guys
  7. I am not afraid from such people like you. continue your poor life. lunatic Romanian..
  8. No you must be the punished one because you are provoking me and spaming my topic with your senseless posts read the rules or gtfo newbie
  9. you don't even know coding how did you coded it ? bought it from someone ? Selling someones work is forbidden.. but how did u even bought it? you dont even have 5 euros in your pocket ? lol did u scammed someone? wasnt you the one offering me 15 euro and telling me that you will pay me after 15 days ? LOL
  10. I do not use it in my server, but you can test it in la2fort.com which is made by me. any other question ?
  11. bump. prices edited
  12. completely java side.
  13. WTS vote reward system - massive (java side only) vote method : every x votes the whole server gets a reward price - 50 cents via paypal
  14. Whos the stupid here? do you even know your name? get lost senseless person
  15. Did the americans stole the files too ? as Intrepid said and i heared they sell licenses for about 5k euro
  16. Then why ncsoft just doesn't close their servers? there are more than 250k registered users and about 10-30k players ?
×
×
  • Create New...