Jump to content

melron

Legendary Member
  • Posts

    1,405
  • Joined

  • Last visited

  • Days Won

    32
  • Feedback

    0%

Everything posted by melron

  1. take a look in method isValid in AbstractEnchantPacket.java
  2. the button Info have a bypass, this bypass is wrong. check in requestbypasstoserver the specific bypass if it handles properly the tokens you sent
  3. just do it again man. one more time do it
  4. do it again :)
  5. Then you didnt compile or you didnt update the jar
  6. Try to understand the following images
  7. Μπορείς να χρησιμοποιήσεις την αναζήτηση του eclipse με το κείμενο "is chat banned for ever".....
  8. just replace the link with Config.yourConfig dont forget to write https instead of http URL(Config.Config);
  9. public static int getVotes() { int votes = 0; try { URL url = new URL("https://l2.hopzone.net/lineage2/details/100936/L2Warland"); InputStream is = url.openStream(); try (BufferedReader br = new BufferedReader(new InputStreamReader(is))) { String line; while ((line = br.readLine()) != null) { if (line.contains("<span class=\"rank tooltip\" title")) votes = Integer.valueOf(line.split(">")[2].replace("</span", "")); } } } catch (IOException e) { e.printStackTrace(); } return votes; }
  10. https://l2.hopzone.net/lineage2/details/100936/L2Warland try this one
  11. the 'method' 2 was for test purpose and not for fix your problem. i dont have your sources to check whats going on dude.... So even restoreHenna is wrong...
  12. then choose the 2nd option. You can just use println option and increasing the number to see where it stops
  13. bro try to do something lol .... 1) add debugs in your both codes 2) clear the data about hennas from your char (db part) then login with your char (should be with empty hennas) try to add one, check the database is it saved? if yes try to remove it. check the db is it removed? ...
  14. I told you. check the remove henna to see whats going on .. put debugs too to catch the bug
  15. Then the whole henna code is wrong. check the remove thing first. Delete action seems like doesnt even exetute the db part and as the error appear Duplicate entry '268591989-1-0' for key 'PRIMARY' it is because even if you can see the spot as empty it isnt. when you add a different henna , the server will try to save it in the db and the duplicate error will appear.
  16. The error appears when you trying to login whith saved henna?
  17. post your addHenna method (L2PcInstance file)
  18. as tryskell mentioned. you are missing one line there. before the line n45 ps.setString(1,name); Also, remove the 2nd try statement
  19. not bad :) Gj
  20. -> # means it is a comment. you dont have to change anything. About the others just dont. This feature is not working as it should...
  21. kane search se auto to topic speedOnRide
  22. Oi erwthseis sou den einai ksekathares. checkare sto xml speedOnRide kato apo ta skills tou pet edit. sou apanthse hdh o zacapa
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..