Jump to content

melron

Legendary Member
  • Posts

    1,403
  • Credits

  • Joined

  • Last visited

  • Days Won

    32
  • Feedback

    0%

Everything posted by melron

  1. the button Info have a bypass, this bypass is wrong. check in requestbypasstoserver the specific bypass if it handles properly the tokens you sent
  2. just do it again man. one more time do it
  3. do it again :)
  4. Then you didnt compile or you didnt update the jar
  5. Try to understand the following images
  6. Μπορείς να χρησιμοποιήσεις την αναζήτηση του eclipse με το κείμενο "is chat banned for ever".....
  7. just replace the link with Config.yourConfig dont forget to write https instead of http URL(Config.Config);
  8. 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; }
  9. https://l2.hopzone.net/lineage2/details/100936/L2Warland try this one
  10. 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...
  11. then choose the 2nd option. You can just use println option and increasing the number to see where it stops
  12. 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? ...
  13. I told you. check the remove henna to see whats going on .. put debugs too to catch the bug
  14. 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.
  15. The error appears when you trying to login whith saved henna?
  16. post your addHenna method (L2PcInstance file)
  17. as tryskell mentioned. you are missing one line there. before the line n45 ps.setString(1,name); Also, remove the 2nd try statement
  18. not bad :) Gj
  19. -> # means it is a comment. you dont have to change anything. About the others just dont. This feature is not working as it should...
  20. kane search se auto to topic speedOnRide
  21. Oi erwthseis sou den einai ksekathares. checkare sto xml speedOnRide kato apo ta skills tou pet edit. sou apanthse hdh o zacapa
  22. Me vash logikhs an to pareis tha to katalaveis kai monos sou den einai tpt. auto pou dixneis einai ena Item. to item kanei spawn ena strider. ara prepei na koitakseis sta xml twn npcs gia na pirakseis stats. To item auto kanei spawn to Star Strider. opote vriskeis ID apo auto to strider pou einai 12527 kai apla phgaineis xml/npcs kai vriskeis to npc kai prostheteis speed giati uparxei san stat. <set name="runSpd" val="170"/>
  23. locked
×
×
  • Create New...