Reborn12 Posted February 8, 2017 Posted February 8, 2017 hello i have reworked l2jfrozen autovote system for l2jacis before some months and i think its time to share it.. If you Want to Install It In Your Server Please Make It Manual My Eclipse Is Crazy Sometimes And Maybe Patch Is Not The Best You Can Set Each Site Delay and vote required to take reward Link: http://pastebin.com/vZGcHAbR Have Fun..!!! 2 Quote
'Baggos' Posted February 8, 2017 Posted February 8, 2017 GJ my friend.. Thanks for sharing with us. Many members will need it. Quote
radu33 Posted February 8, 2017 Posted February 8, 2017 Nice shared. Do you have for L2jfrozen ? Same auto vote reward? :) Quote
idijot Posted February 9, 2017 Posted February 9, 2017 Δουλευει σε ολα τα ρεβιζιονς?Πολυ χρησιμο,ευχαριστουμε. Quote
heladito Posted February 12, 2017 Posted February 12, 2017 hello! nice work. you have the patch for frozen? Thanks! Quote
Reborn12 Posted February 12, 2017 Author Posted February 12, 2017 Its addapted to acis..working for all revisions maybe some addapt 1-2 lines needs but nothing more... I dont have it for frozen Quote
janpara Posted February 19, 2017 Posted February 19, 2017 hello i have reworked l2jfrozen autovote system for l2jacis before some months and i think its time to share it.. If you Want to Install It In Your Server Please Make It Manual My Eclipse Is Crazy Sometimes And Maybe Patch Is Not The Best You Can Set Each Site Delay and vote required to take reward Link: http://pastebin.com/vZGcHAbR Have Fun..!!! were can i put this file?? Quote
'Baggos' Posted February 19, 2017 Posted February 19, 2017 were can i put this file?? You should download Eclipse, and then you should start to learn how to use it. Watch me Quote
Zacapa Posted February 24, 2017 Posted February 24, 2017 It doesnt announce anything and i don't know why i have 0 errors acis 367 Quote
Mellion Posted March 23, 2017 Posted March 23, 2017 (edited) Topzone not working!!!!!! and works again :) thanks reborn12 But replace this: public static int getTopZoneVotes() { int votes = -1; try { final URL obj = new URL(Config.VOTES_SITE_TOPZONE_LINK_TOP); 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) { System.out.println("Server TOPZONE is offline Trying to Reconnect"); Announcement.VoteAnnouncements("TOPZONE is offline...Trying to Reconnect"); } return votes; } Edited March 23, 2017 by Mellion Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.