Jump to content

BruT

Members
  • Posts

    689
  • Joined

  • Last visited

  • Days Won

    16
  • Feedback

    100%

Everything posted by BruT

  1. BruT

    Domain

    hi, can someone suggest me a domain and hosting sites? is domain.com or domainsite.com save?
  2. this isnt the source right ? http://www.l2jserver.com/forum/viewtopic.php?f=73&t=18094&sid=784bf01a78f00d8563dc99ad167ed768
  3. dont make me do a tutorial for that, normally if u add a skill effect as enchant effect it wiill work only ON item equip and it will never repeat MEANS requires pulses (repeating) and if you look at the normal ENCHANT effect you will see differences between them anyway you should not say that you are the only one who knows how to do such thing.. this is kinda provokation to the other devs and people here. have a respect
  4. bump a new vote reward system was released. check the first post for futher information.
  5. you are just changing the item glow to skill animation which only 2 people in the world knows? lol you probly didnt heard about NOTEPAD u can replace words with it
  6. hi, i'd like to get my ONE Karma back even if it doesnt matter for me nobody can treat me like someone who i am not and dekarma me because of his potential brain damages
  7. Nobody can blame me as a scammer since i didnt scam anyone... i wont talk about him because i want to keep my topic non-spammed. any off-topic will be reported
  8. if i set the walker to relog on popups ? xD will you ban the ones who suddenly relog or get disconected somehow? your protection will live 5 days then SOME of the people will abuse your numeric calculations by adding calculator to the walker which isnt imposible because the client detects everything.. and as James L2M said its kinda annoying a popup to treat you like a cheater because the others are.. lol find a better solution for the walkers
  9. you dont even know what you have coded and you still talk ?
  10. bump, price edited
  11. 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
  12. 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).
  13. Prove it or get reported as a scammer and liar
  14. 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
  15. I am not afraid from such people like you. continue your poor life. lunatic Romanian..
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock