Jump to content

BJIackHawk

Members
  • Posts

    45
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by BJIackHawk

  1. Thanks for share i will try ItemMarket <3
  2. Works perfect. Forgot to delete some lines in L2PcInstance. Code was reapeted twice xD
  3. If i want it to work, i have to reupload SQL files. And it will work till next restart. And repeat again sql to work. Only statistics is not working..
  4. Someone can tell me how can i fix it? Changing all encodings in pvp system to UTF-8 + HTML ? Im using russian symbols xD And region same, when shows who is online. Interlude (L2jfrozen)
  5. I used many times UTF-8 in java to translate. Hope if i will change encoding in whole (CB) + (PVPsystem) and all html files in my htm/cb - would work xD Again this eror appears (3.0.5): SQL CustomPvpRewardSystem.doCustomPvp: java.sql.SQLException: An SQLException was provoked by the following failure: ja va.lang.InterruptedException at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106) at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:65) at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:62) at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGoo StatementCache.java:562) at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkoutStatement(GooGo oStatementCache.java:168) at com.mchange.v2.c3p0.impl.NewPooledConnection.checkoutStatement(NewPoo ledConnection.java:277) at com.mchange.v2.c3p0.impl.NewProxyConnection.prepareStatement(NewProxy Connection.java:199) at com.l2jfrozen.gameserver.custom.pvpsystem.CustomPvpSystem.doCustomPvp (CustomPvpSystem.java:77) at com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance.doDie(L2Pc Instance.java:7674) at com.l2jfrozen.gameserver.model.actor.status.CharStatus.reduceHp(CharS tatus.java:288) at com.l2jfrozen.gameserver.model.actor.status.PlayableStatus.reduceHp(P layableStatus.java:49) at com.l2jfrozen.gameserver.model.actor.status.PcStatus.reduceHp(PcStatu s.java:134) at com.l2jfrozen.gameserver.model.actor.status.PcStatus.reduceHp(PcStatu s.java:50) at com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance.reduceCurr entHp(L2PcInstance.java:16042) at com.l2jfrozen.gameserver.handler.skillhandlers.Blow.useSkill(Blow.jav a:246) at com.l2jfrozen.gameserver.model.L2Character.callSkill(L2Character.java :9797) at com.l2jfrozen.gameserver.model.L2Character.onMagicHitTimer(L2Characte r.java:9040) at com.l2jfrozen.gameserver.model.L2Character$MagicUseTask.run(L2Charact er.java:3582) at com.l2jfrozen.gameserver.thread.ThreadPoolManager$RunnableWrapper.run (ThreadPoolManager.java:91) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask. access$201(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask. run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.InterruptedException at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:503) at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGoo StatementCache.java:552) ... 23 more
  6. Someone can explain me how make CB recognizable to all symbols(RU) or etc. And what about this eror Statistic doesnt works. SQL CustomPvpRewardSystem.doCustomPvp: java.sql.SQLException: An SQLException was provoked by the following failure: ja va.lang.InterruptedException at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106) at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:65) at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:62) at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGoo StatementCache.java:562) at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkoutStatement(GooGo oStatementCache.java:168) at com.mchange.v2.c3p0.impl.NewPooledConnection.checkoutStatement(NewPoo ledConnection.java:277) at com.mchange.v2.c3p0.impl.NewProxyConnection.prepareStatement(NewProxy Connection.java:199) at com.l2jfrozen.gameserver.custom.pvpsystem.CustomPvpSystem.doCustomPvp (CustomPvpSystem.java:72) at com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance.doDie(L2Pc Instance.java:7674) at com.l2jfrozen.gameserver.model.actor.status.CharStatus.reduceHp(CharS tatus.java:288) at com.l2jfrozen.gameserver.model.actor.status.PlayableStatus.reduceHp(P layableStatus.java:49) at com.l2jfrozen.gameserver.model.actor.status.PcStatus.reduceHp(PcStatu s.java:134) at com.l2jfrozen.gameserver.model.actor.status.PcStatus.reduceHp(PcStatu s.java:50) at com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance.reduceCurr entHp(L2PcInstance.java:16042) at com.l2jfrozen.gameserver.handler.skillhandlers.Pdam.useSkill(Pdam.jav a:315) at com.l2jfrozen.gameserver.model.L2Character.callSkill(L2Character.java :9797) at com.l2jfrozen.gameserver.model.L2Character.onMagicHitTimer(L2Characte r.java:9040) at com.l2jfrozen.gameserver.model.L2Character$MagicUseTask.run(L2Charact er.java:3582) at com.l2jfrozen.gameserver.thread.ThreadPoolManager$RunnableWrapper.run (ThreadPoolManager.java:91) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask. access$201(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask. run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.InterruptedException at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:503) at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGoo StatementCache.java:552) ... 23 more
  7. Can you just try to find shared for IT? I saw it somewere.
  8. Someone can tell me how can i fix it? Changing all encodings in pvp system to UTF-8 + HTML ? Yes yes yes im using russian symbols xD
  9. Someone can explain me? Maybe if final hit is skill? SQL CustomPvpRewardSystem.doCustomPvp: java.sql.SQLException: An SQLException was provoked by the following failure: ja va.lang.InterruptedException at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106) at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:65) at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:62) at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGoo StatementCache.java:562) at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkoutStatement(GooGo oStatementCache.java:168) at com.mchange.v2.c3p0.impl.NewPooledConnection.checkoutStatement(NewPoo ledConnection.java:277) at com.mchange.v2.c3p0.impl.NewProxyConnection.prepareStatement(NewProxy Connection.java:199) at com.l2jfrozen.gameserver.custom.pvpsystem.CustomPvpSystem.doCustomPvp (CustomPvpSystem.java:72) at com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance.doDie(L2Pc Instance.java:7674) at com.l2jfrozen.gameserver.handler.skillhandlers.Blow.useSkill(Blow.jav a:228) at com.l2jfrozen.gameserver.model.L2Character.callSkill(L2Character.java :9797) at com.l2jfrozen.gameserver.model.L2Character.onMagicHitTimer(L2Characte r.java:9040) at com.l2jfrozen.gameserver.model.L2Character$MagicUseTask.run(L2Charact er.java:3582) at com.l2jfrozen.gameserver.thread.ThreadPoolManager$RunnableWrapper.run (ThreadPoolManager.java:91) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask. access$201(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask. run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.InterruptedException at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:503) at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGoo StatementCache.java:552) ... 18 more
  10. Can, someone discribe what it is?
  11. I would be glad if someone will remake it for Interlude ^^ <3
  12. Color name\tittle fixed? After you finish selling?
  13. Already used thx for share <3
  14. 1st one looks great. But i hate such addons xD
  15. Can i use this diff for Interlude? Or have to rework it?
  16. Someone can rework it for IT?
  17. Can it be remake to grand vison type of weapons? anyway wow ^^) Ill use it)
  18. Thx i will use it. Can you make cocktails for it?
×
×
  • 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