Jump to content

wongerlt

Members
  • Posts

    559
  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    0%

Everything posted by wongerlt

  1. public boolean useVoicedCommand(String command, PlayerInstance activeChar, String target) { if(!activeChar.isGM()) return true;
  2. seems problem server side.
  3. after restart augment keep on same item with same aug skill? data appears in `augmentations` table?
  4. i have used this pack 1132 and there no bugs with augment. u doing something wrong.
  5. maybe after server wipe you not clear augment table in database.
  6. i mean procedures not table... if not then: change CALL sellbuff_restoreSellerData(?) to SELECT * FROM sellbuff_seller_data WHERE char_obj_id=? change CALL sellbuff_saveSellerData(?,?,?,?) to INSERT INTO sellbuff_seller_data VALUES (?,?,?,?)
  7. sellbuff_saveSellerData and sellbuff_restoreSellerData procedures.
  8. did you create `procedures` in your main database? and why u use it???
  9. but you tested ur query manually in navicat??? it's not weird you just didn't see mistake. just debug every action. easy.
  10. in ur code print query, random example: try (Connection con = ConnectionPool.getConnection(); PreparedStatement ps = con.prepareStatement(INSERT_MACRO)) { ps.setInt(1, _owner.getObjectId()); ps.setInt(2, macro.id); ps.setInt(3, macro.icon); ps.setString(4, macro.name); ps.setString(5, macro.descr); ps.setString(6, macro.acronym); ps.setString(7, sb.toString()); ps.execute(); System.out.println(ps); // print query to console. } copy it from console and then execute in navicat in ur MAIN database. idk how explain if u not see anything in console then something wrong in ur java code.
  11. like i said test ur query via navicat in main db. maybe different mysql version? it can occur syntax errors and etc..
  12. or just simple mistake that u didn't see. one simple method to test just print ur mysql query and execute on ur main db via navicat.
  13. maybe u have changes in other tables? show code.
  14. via interface.u
  15. try with OnIncomingPacket() in tower script.
  16. if server without protection u can do it easy with l2tower bot. html/multisell/buylist.
  17. if its trance files u need java 1.7. And this file have many bugs like dupe items/skills
  18. change second server port 7777 to 7778 or an other.
  19. with little edit in source you can do it with packets. ConfirmDlg() DlgAnswer() Easy.
  20. maybe u just gave wrong ip address to your friends? :D
  21. pm me in discord: Avice#8216
  22. pm in discord: Avice#8216
  23. just compare ur custom item xml with old one current similiar item xml and u will see where problem.
  24. Website Url: https://l2j.eu Free add server. API current votes/is player voted. Minimalistic website template, easy to use. Powered by PHP-Fusion
×
×
  • 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..