Jump to content

Reborn12

VIP Member
  • Posts

    2,393
  • Credits

  • Joined

  • Last visited

  • Days Won

    19
  • Feedback

    100%

Everything posted by Reborn12

  1. L2teleporter.java svise ta check gia ta siege sto goto
  2. Do you tried to change your hwid?
  3. Title has been changed follow the rules and read them before posting.good luck
  4. Hello welcome to our community..
  5. here its a discussion topic dont post multiple posts in a row..
  6. Topic moved to previews and title changed follow the rules of the forum ppl..
  7. You are allowed to bump your topic with your bump button every 24hours..follow the rules or your topic will deleted
  8. Double post deleted if you want to reply edit your reply dont post second in a row
  9. Check these 2 connections in l2pcinstance you are missing in one of the both the values for your faction RESTORE_CHARACTER UPDATE_CHARACTER
  10. statement.setInt(57, getObjectId()); +statement.setInt(58, getFactionId()); +statement.setInt(59, getReturnX()); +statement.setInt(60, getReturnY()); +statement.setInt(61, getReturnZ()); he got them in his code at least
  11. Dn xeirizomai bots alla an exei l2jguard to premium adrenaline tha douleuei..
  12. Adrenaline premium tha douleueu logika..ti antibot exei o mafia ksereis?
  13. did you create the columns in characters.sql too?
  14. As i see here is a lot of spam.. I will give you a chance to prove that your server runs with l2off files..otherwise i will change prefix again and it will stay like i will do it.. And if you edit again without proofs topic will instantly removed
  15. its a syntax error find the method protected void clearPendingClans() in file Siege.java and change PreparedStatement ps = con.prepareStatement("DELETE FROM siege_clans WHERE castle_id=? AND type=PENDING"); to this PreparedStatement ps = con.prepareStatement("DELETE FROM siege_clans WHERE castle_id=? AND type='PENDING'");
  16. Nai an exeis kapio config false sto jar kai dn to peraseis sto config tou server os true pws tga doulepsei tha diavazei mono tou jar o server
  17. Pm me our team can provide donate system for websites
  18. put here the gethopzonevotes method or check this public static int getHopZoneVotes() { int votes = -1; try { final URL obj = new URL(Config.VOTES_SITE_HOPZONE_URL); final HttpURLConnection con = (HttpURLConnection) obj.openConnection(); con.addRequestProperty("User-Agent", "L2Hopzone"); con.setConnectTimeout(5000); final int responseCode = con.getResponseCode(); if (responseCode == 200) { try (BufferedReader in = new BufferedReader(new InputStreamReader(con.getInputStream()))) { String line; while ((line = in.readLine()) != null) { if (line.contains("Total Votes") || line.contains("rank tooltip") || line.contains("no steal make love") || line.contains("no votes here") || line.contains("bang, you don't have votes") || line.contains("la vita e bella") || line.contains("rank anonymous tooltip")) { String inputLine = line.split(">")[2].replace("</span", ""); votes = Integer.parseInt(inputLine); break; } } } } } catch (Exception e) { e.printStackTrace(); System.out.println("HOPZONE is offline. We will check reward as it will be online again."); } return votes; }
×
×
  • 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