Jump to content

wongerlt

Members
  • Posts

    560
  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    0%

Everything posted by wongerlt

  1. Hello, maybe some one had this error?: java.sql.SQLException: No connection available within the specified time (option 'connectTimeout': 30,000 ms) at org.mariadb.jdbc.pool.Pool.getPoolConnection(Pool.java:382) at org.mariadb.jdbc.MariaDbPoolDataSource.getConnection(MariaDbPoolDataSource.java:79) at net.sf.l2j.commons.pool.ConnectionPool.getConnection(ConnectionPool.java:47) ..... ... .. .. . what can cause this error? Can't figure out it start appear only maybe after half a day. Only in game server, on login server everything fine. acis 401 what i have tried: Update mariadb connector to 3.1.2 ver. Restart vps. reinstall mariadb
  2. Divide p atk by 10 and send to client, then in interface multiple by 10.
  3. But still you can calc. which is fake and which is real by char. cords..
  4. If server doesn't have any other anti bot then its easy to bypass. Just capture `ExServerPrimitive` packets and then send back move packets.
  5. Group it by char id and select like sum(character_raid_points.*) as scores and join char table to select char name
  6. TutorialShowHtml TutorialCloseHtml http://web.archive.org/web/20190806183427/http://netpro.revengineer.eu/packets/sm_tutorialshowhtml.html
  7. so u already have 2 windows. npc dialog html and tutorial html
  8. https://drive.google.com/file/d/1m1gFQmnVcBKrMImzY0B2bI1Yw2oeL-if/view?usp=sharing firstly u need encrypt client/server packets. there are good example in this files.
  9. in items dir. can't be any subfolders must be only .xml files.
  10. easy way with org.apache.commons.lang.StringUtils action="bypass admin_test [a] $var [/a] [b] $var2 [/b] [c] $var3 [/c]" String text = StringUtils.substringBetween(command, "[a] ", " [/a]"); String text2 = StringUtils.substringBetween(command, "[b] ", " [/b]"); String text3 = StringUtils.substringBetween(command, "[c] ", " [/c]");
  11. But what point to do it? more cons than pros.
  12. 50 mb and there only two pages??
  13. Maybe this command clear anything? in game write ///showlog (with three slashes.) then in console log write `OBJ GARBAGE` you must be admin.
  14. https://l2custom.com/home https://l2custom.com * Max Level 90. * Many Custom things. * Olympiad without any custom. * All Interlude zones. * All monsters level changed ~80-96 Lvl. * GM Shop. * And much more. Server in BETA mode.
  15. https://www.4shared.com/zip/IzYhJ1JIiq/devmode.html
  16. just rename ur file optiondata_client.dat to optiondata_client-e.dat
  17. system patch: https://drive.google.com/file/d/1z-fesL9hkWHFGSSw2uUSzIw6WVT0gHi4/view?usp=sharing system patch: https://drive.google.com/file/d/1z-fesL9hkWHFGSSw2uUSzIw6WVT0gHi4/view?usp=sharing forum search engine totally crap use google `site:maxcheaters.com your search term`
  18. yes for private store must work i think, there are 2 unused vars. first 0x00 - blessed, second 0x00 - damaged.
  19. I see client side you found in me server interface You almost figure out how it work Ok this is last part what u need:
  20. no you can't change packet format.
  21. writeH() is short int (max 32767)
  22. TradeWnd.uc you need fill this var. with ur aug. data. RefineryOp1 RefineryOp2
  23. <javac executable="C:/Program Files/Java/jdk-17.0.1/bin/javac" srcdir="${src}" classpathref="classpath" destdir="${build.bin}" compiler="modern" debug="true" debuglevel="lines,vars,source" includeantruntime="false" source="17" target="17" encoding="UTF-8" /> best way for me if u have different java versions on pc. just edit ur path.
×
×
  • 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..