Jump to content

zlati

Members
  • Posts

    169
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by zlati

  1. Clinet ?
  2. damn the text it's realy quick :) also change the font
  3. sorry i was afk
  4. and ofcourse a Lineage theme :)
  5. Ok in the banner to have : Server Name : L2Evolutions Server Rates : x15 x15 x15 Server info : Freya and the last frame : JOIN US ! you dont need to add "Server Name" , "Server Rates" ...
  6. I give 2k adena to the guy(Only PRO) who make me 2 banners 728 x 90 and 120 x 40 . contact me via MSN : zlativ@yahoo.com
  7. I give 1500 adena to the guy(Only PRO) who make me 2 banners 728 x 90 and 120 x 40 . contact me via MSN : zlativ@yahoo.com
  8. i made the screenshots : http://img140.imageshack.us/img140/5446/screenan.jpg & http://img831.imageshack.us/img831/6493/screeniv.jpg
  9. i have added there. Can you please make a patch for latest version of freya please ?
  10. I made that but i have an error in Eclipse , i made a screenshot : http://img90.imageshack.us/img90/3468/screengq.jpg
  11. Im using the latest L2jServer Freya pack. So i need to create a new .java file ? or to add it in MasterHandler.java ?
  12. Hello, Im not sure about the "Voiced Command Handler" where to put that patch ?
  13. i made this : if event == "remove_buff" : event = eventParam1.split("_") scheme = event[0] skill = event[1] level = event[2] con=L2DatabaseFactory.getInstance().getConnection() rem=con.prepareStatement("DELETE FROM buffer_scheme_contents WHERE scheme_id=? AND skill_id=? AND skill_level=? LIMIT 1") rem.setString(1, scheme) rem.setString(2, skill) rem.setString(3, level) try : rem.executeUpdate() rem.close() # <------------HERE---------- con.close() # <------------HERE---------- except : pass Dunno if will work , but if anyone have an ideea please let me know.
  14. Im using Rin4a NPC buffer and is Freya. So it's from that Buffer . I receive unclosed connections. How can i fix that ?
  15. I got this error in GameServer : Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) java.lang.RuntimeException at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java: 227) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.python.core.PyReflectedFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyInstance.invoke(Unknown Source) at org.python.pycode.serializable._pyx1292110170171.onAdvEvent$14(__init __.py:759) at org.python.pycode.serializable._pyx1292110170171.call_function(__init __.py) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyObject._jcallexc(Unknown Source) at org.python.core.PyObject._jcall(Unknown Source) at org.python.proxies.main$Quest$425.onAdvEvent(Unknown Source) at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:448 ) at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQue stEvent(L2PcInstance.java:1801) at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer. runImpl(RequestBypassToServer.java:212) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run (L2GameClientPacket.java:62) at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1 001) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) SevenSigns: Data updated successfully. Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) java.lang.RuntimeException at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java: 227) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.python.core.PyReflectedFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyInstance.invoke(Unknown Source) at org.python.pycode.serializable._pyx1292110170171.onAdvEvent$14(__init __.py:759) at org.python.pycode.serializable._pyx1292110170171.call_function(__init __.py) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyObject._jcallexc(Unknown Source) at org.python.core.PyObject._jcall(Unknown Source) at org.python.proxies.main$Quest$425.onAdvEvent(Unknown Source) at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:448 ) at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQue stEvent(L2PcInstance.java:1801) at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer. runImpl(RequestBypassToServer.java:212) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run (L2GameClientPacket.java:62) at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1 001) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) java.lang.RuntimeException at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java: 227) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.python.core.PyReflectedFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyInstance.invoke(Unknown Source) at org.python.pycode.serializable._pyx1292110170171.onAdvEvent$14(__init __.py:759) at org.python.pycode.serializable._pyx1292110170171.call_function(__init __.py) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyObject._jcallexc(Unknown Source) at org.python.core.PyObject._jcall(Unknown Source) at org.python.proxies.main$Quest$425.onAdvEvent(Unknown Source) at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:448 ) at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQue stEvent(L2PcInstance.java:1801) at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer. runImpl(RequestBypassToServer.java:212) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run (L2GameClientPacket.java:62) at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1 001) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) java.lang.RuntimeException at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java: 227) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.python.core.PyReflectedFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyInstance.invoke(Unknown Source) at org.python.pycode.serializable._pyx1292110170171.onAdvEvent$14(__init __.py:759) at org.python.pycode.serializable._pyx1292110170171.call_function(__init __.py) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyObject._jcallexc(Unknown Source) at org.python.core.PyObject._jcall(Unknown Source) at org.python.proxies.main$Quest$425.onAdvEvent(Unknown Source) at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:448 ) at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQue stEvent(L2PcInstance.java:1801) at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer. runImpl(RequestBypassToServer.java:212) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run (L2GameClientPacket.java:62) at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1 001) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) java.lang.RuntimeException at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java: 227) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.python.core.PyReflectedFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyInstance.invoke(Unknown Source) at org.python.pycode.serializable._pyx1292110170171.onAdvEvent$14(__init __.py:759) at org.python.pycode.serializable._pyx1292110170171.call_function(__init __.py) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyObject._jcallexc(Unknown Source) at org.python.core.PyObject._jcall(Unknown Source) at org.python.proxies.main$Quest$425.onAdvEvent(Unknown Source) at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:448 ) at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQue stEvent(L2PcInstance.java:1801) at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer. runImpl(RequestBypassToServer.java:212) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run (L2GameClientPacket.java:62) at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1 001) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) java.lang.RuntimeException at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java: 227) at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.python.core.PyReflectedFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyInstance.invoke(Unknown Source) at org.python.pycode.serializable._pyx1292110170171.onAdvEvent$14(__init __.py:759) at org.python.pycode.serializable._pyx1292110170171.call_function(__init __.py) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyObject._jcallexc(Unknown Source) at org.python.core.PyObject._jcall(Unknown Source) at org.python.proxies.main$Quest$425.onAdvEvent(Unknown Source) at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:448 ) at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQue stEvent(L2PcInstance.java:1801) at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer. runImpl(RequestBypassToServer.java:212) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run (L2GameClientPacket.java:62) at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1 001) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) What is the problem ?
  16. I have for sale WoW Timecards and CD-KEY's . Im a legit seller and don't sell to newbie users(to avoid scam). If you are interested please contact me at e-mail zlativ@yahoo.com and i will give you my live ID to talk. Or you can post here and i will respond you asap. Regards.
  17. I receive some errors in GameServer : NPC L2MonsterInstance:Kasha's Eye(18813)[268486180] spawned outside of L2EffectZ one, check your zone coords! X:74117 Y:-120459 Z:-2884 Exception on onSpawn() in notifySpawn(): -6 java.lang.ArrayIndexOutOfBoundsException: -6 at gnu.trove.TIntIntHashMap.rehash(TIntIntHashMap.java:229) at gnu.trove.THash.postInsertHook(THash.java:370) at gnu.trove.TIntIntHashMap.doPut(TIntIntHashMap.java:193) at gnu.trove.TIntIntHashMap.put(TIntIntHashMap.java:160) at com.l2jserver.gameserver.model.zone.type.L2EffectZone.addSkill(L2Effe ctZone.java:194) at ai.group_template.DenOfEvil.onSpawn(DenOfEvil.java:128) at com.l2jserver.gameserver.model.quest.Quest.notifySpawn(Quest.java:432 ) at com.l2jserver.gameserver.model.actor.L2Npc.onSpawn(L2Npc.java:1427) at com.l2jserver.gameserver.model.actor.L2Attackable.onSpawn(L2Attackabl e.java:2057) at com.l2jserver.gameserver.model.actor.instance.L2MonsterInstance.onSpa wn(L2MonsterInstance.java:107) at com.l2jserver.gameserver.model.L2Object.spawnMe(L2Object.java:537) at com.l2jserver.gameserver.model.L2Spawn.initializeNpcInstance(L2Spawn. java:572) at com.l2jserver.gameserver.model.L2Spawn.doSpawn(L2Spawn.java:478) at com.l2jserver.gameserver.model.L2Spawn.spawnOne(L2Spawn.java:406) at com.l2jserver.gameserver.model.quest.Quest.addSpawn(Quest.java:1710) at com.l2jserver.gameserver.model.quest.Quest.addSpawn(Quest.java:1662) at com.l2jserver.gameserver.model.quest.Quest.addSpawn(Quest.java:1657) at ai.group_template.DenOfEvil$RespawnNewEye.run(DenOfEvil.java:178) 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$301(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask. run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) NPC L2MonsterInstance:Kasha's Eye(18813)[268486187] spawned outside of L2EffectZ one, check your zone coords! X:67311 Y:-116374 Z:-1992 NPC L2MonsterInstance:Kasha's Eye(18814)[268486202] spawned outside of L2EffectZ one, check your zone coords! X:67311 Y:-116374 Z:-1992 NPC L2MonsterInstance:Kasha's Eye(18813)[268486198] spawned outside of L2EffectZ one, check your zone coords! X:67311 Y:-116374 Z:-1992 i see that Kasha's eye spawn outside of l2Effect, how can i fix that ? and about that java error i never see it before .. Im looking for some help. Regards
  18. I have for sale 3k FA and adena for sale , please pm for more info.
  19. ok im testing now and i will reply the result
  20. Here is the source http://www.2shared.com/file/8iZ9wsIL/__init__.html
  21. I added that lines but when server try to load the script i got errors : Failed executing script: C:\server\GameServer\data\scripts\custom\555_NPCBUFFER\ __init__.py. See __init__.py.error.log for details. and in log is : Error on: C:\server\GameServer\data\scripts\custom\555_NPCBUFFER\__init__.py.error.log Line: -1 - Column: -1 Traceback (innermost last): (no code object) at line 0 SyntaxError: ('invalid syntax', ('__init__.py', 763, 25, ' rem.close()')) how it work at you ?
  22. items, adena on Teon(official) or money
  23. it's naked .. with some gear b & a in WH
×
×
  • 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