Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. How to prevent Oly feed? Dont make noblesse so fucking easy to get. Its all your fault that you allow ppl to get noble within 5min. Period. When you get it, you are free to do whatever you want.
  2. Add classes id to XML, teachTo line from npc.
  3. Your cond is wrong.. Find another skill that use weapon effect cond and do the same. Its that simple, rly.
  4. Pm xxdem, make a sexy request and he might code it for you :dat:
  5. Meh, waste of time. I'm out. :P Learn basic, then get back to fixing it.
  6. I guess can be locked.
  7. Compile and switch the jar?
  8. If you don't know what to do with this code, then forget about your own server, about vote reward.
  9. Use godamn [ code ] tag. Here you go.. If you tell me later that it's not working, imma get mad. Also, you should rework that shit-code. Java 6 ages lol. Link example http://l2topzone.com/totalvotes.php?id=9466 getTopZoneVotes, pastebin for better view, dat messed formatting.. http://pastebin.com/Y5m3vjcY public static int getTopZoneVotes() { int votes = -1; try { final URL obj = new URL(Config.VOTES_SITE_TOPZONE_URL); final HttpURLConnection con = (HttpURLConnection) obj.openConnection(); con.addRequestProperty("User-Agent", "L2TopZone"); con.setConnectTimeout(5000); final int responseCode = con.getResponseCode(); if (responseCode == 200) { try (BufferedReader in = new BufferedReader(new InputStreamReader(con.getInputStream()))) { String inputLine; while ((inputLine = in.readLine()) != null) { if (inputLine.contains("Votes:")) { votes = Integer.valueOf(inputLine.split("<br>")[1].replace("</div>", "")); break; } } } } } catch (Exception e) { announce("TOPZONE is offline. We will check reward as it will be online again."); } return votes; }
  10. Why to search when you can create topic and ask for direct link like a boss..
  11. Jeez. Find other skill that give effect/bonus with required weapon and check the xml structure.
  12. You are pathetic and you cant read You did nothing and you expect miracle?
  13. Yes. I even had to provide such info on site where I ordered my site(s). Sort of veryfication.
  14. For gracia final l2jfree is better.
  15. it's a toogle skill, so you don't even if it's active skill, no effect with other weapon
  16. Add weapon condition to the skill, so you will get effect only with fists.
  17. Because we are not robots, watching 24/7 your topics.
  18. Lameguard is outdated and it's not blocking adrenaline. You just wasted money. Ask them for support.
  19. You have to compile the pack first.
  20. You have a npe on line 65.
×
×
  • Create New...