Jump to content

Reborn12

Members
  • Posts

    2,393
  • Credits

  • Joined

  • Last visited

  • Days Won

    19
  • Feedback

    100%

Everything posted by Reborn12

  1. Did you add the instance?
  2. Huh can you show the error please? 259 line votehandler.java
  3. No problem...if you want to learn just learn with guides here..or in acis forum...or read a patch with the codes you want where you must to add them...
  4. You are not allowed to share it..cause is only for customers and im one of them..so if you share it i will be the first one that will report you for perma ban..go learn how to do it and then speak about share it
  5. Lol...thats npc if you can see in the screen..
  6. What is this..?give more info lol
  7. Then i will give you a help....admin commands have this..check it and do your itemhandler..and html thats it
  8. And how it must work.?
  9. i use this on my server and works like i want...all works fine here is the fix for topzone use this link but change id https://l2topzone.com/tv.php?id=12609 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) { votes = Integer.valueOf(inputLine); break; } } } } catch (Exception e) { e.printStackTrace(); System.out.println("TOPZONE is offline. We will check reward as it will be online again."); } return votes; }
  10. Https link yes but need some rework on get method too i will update it soon
  11. I would tell to check system special ability when you trade examble db clean for db focus and its +4 you can take back the current enchant...so check there..
  12. Why not..
  13. Baksteen you have to take a membership Ripped Site follower. :D
  14. Check shares and files section buffers is there
  15. Ahhhh...people like this is just (ignore them)Celestine is Ru just this
  16. Profelyami?
  17. He want to make custom panel for xp stat...as i understand..like if rate is x100 he can do it like 80% or if is premium 150%
  18. There is no hope to save it :p but we will try
  19. Was a lot problems with our dedicate server..but from my side too...doesnt matter...all known bugs is fixed now and soon we will update with apella armor...
  20. Someone can move it to Private Servers. Thanks 30 min left Download Our Patch http://l2centos.com/downloads.html
  21. Trusted and skilled person..
  22. I have on my mind to do every week 1 update....Lets open first and we will see what we need or not..
  23. Thank you both ..2 Days Left.. :D Dont Miss Our Events
  24. trusted guy...and always amazing desings gl with your sales dude
×
×
  • 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