Jump to content

StarSCreams

Members
  • Posts

    224
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by StarSCreams

  1. i get an error in 4shared "invalid link" when click in "Download", please upload other server? thanks..
  2. checked and if the bug really bad code :(
  3. megaupload is dead, and the links dead :( i need file l2jserver(H5)
  4. does anyone have files v2? megaupload was closed by the FBI u.u
  5. can send me an mp with the file? Please u.u
  6. thanks very usefull!! :D
  7. how they might implement the (K / D Ratio) in L2 example: +1 on.Kill PvP (normal) +1 Do.Die DIE (new columns on characeters table) thanks
  8. your project ranking.com is dead?, gift me you website xD
  9. as adding a random value? example: fail enchant +16, decrease -2 or -5 = random result: +11 or +14 is an idea thanks for share sorry my english
  10. off topic: is sync with l2jserver so if you'll also have errors with the l2jserver. on topic: I like this project but is abandoned
  11. hahaha you are the programmer :p I'm still a novice xD I will add event1 would believe that the error is due to the change (of course fix xD) then come back and report thanks P/D: look, I use the most of your scripts, modifications are made ​​to l2jserver with some of your scripts and few. but I have a very serious problem with the freezing of the players might see this issue? post: http://maxcheaters.com/forum/index.php?topic=225499.0
  12. may be that a line is misspelled, but how it should look?
  13. i have find a new error in gameserver console. This error refers to this line of code: elif event == "dorestart": if player.isTeleporting(): player.abortCast() player.setIsTeleporting(false) if player.getActiveRequester() != None: player.getActiveRequester().onTradeCancel(player) player.onTradeCancel(player.getActiveRequester()) if player.isFlying(): player.removeSkill(SkillTable.getInstance().getInfo(4289, 1)) st.exitQuest(1) client = player.getClient() player.setClient(None) player.deleteMe() client.setActiveChar(None) client.setState(GameClientState.AUTHED) client.sendPacket(RestartResponse.valueOf(True)) cl = CharSelectionInfo(client.getAccountName(), client.getSessionId().playOkID1) client.sendPacket(cl) client.setCharSelection(cl.getCharInfo()) return and this is the error: C:\Server\game\data\scripts\custom\855_SubclassNpc\__init__.py Traceback (innermost last): File "__init__.py", line 589, in onAdvEvent AttributeError: 'NoneType' object has no attribute 'setActiveChar' at org.python.core.Py.AttributeError(Unknown Source) at org.python.core.PyObject.noAttributeError(Unknown Source) at org.python.core.PyObject.__getattr__(Unknown Source) at org.python.core.PyObject.invoke(Unknown Source) at org.python.pycode.serializable._pyx1322229720855.onAdvEvent$32(__init __.py:580) at org.python.pycode.serializable._pyx1322229720855.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$386.onAdvEvent(Unknown Source) at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:468 ) at com.l2jserver.gameserver.model.quest.QuestTimer$ScheduleTimerTask.run (QuestTimer.java:43) at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(Thread PoolManager.java:86) 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) Traceback (innermost last): File "__init__.py", line 589, in onAdvEvent AttributeError: 'NoneType' object has no attribute 'setActiveChar'
  14. come good posting several bugs were fixed Console I'm glad. is that after 4 hours the server begins to freeze the players and see what happens on the pc is that java.exe process uses 36% cpu and then drops to 1% when the players return to normal, but this every 5 seconds is to say that this happens consistently after 4 hours, give it a restart and to normal for about 4 more hours. Here I leave some pictures to take Link: http://imageshack.us/f/263/javaj.jpg http://www.subeimagenes.com/img/cpuusage-123218.jpg[/img] Link: http://imageshack.us/f/687/cpuusagel.jpg I hope you can tell me what the problem. info reinstall the jdk with the latest update. I have optimized the settings, my.ini optimized, and so on. Used: L2jServer Hi5 Last Rev. CPU: AMD X4 2.30Ghz (QuadCore) 16GB RAM x2HD 1500GB 100MB/100MB Upstream Downstream
  15. 200 post????????? T_T always wanted to have a web type hopzone
  16. hehehe change this code: elif info[1]!= player.getClassIndex(): return ERRORS_HTML(st,"13",even1) to this: elif info[1]!= player.getClassIndex(): return ERRORS_HTML(st,"13","0") and now it works fine:) Allen added this fix but first fijate if well what I did.
  17. I have an error when I delete a sub to test subclass_list put on the table "sub_index" = 1 obviously I have to say a mistake but you get the following error: C:\xxx\game\data\scripts\custom\855_SubclassNpc\__init__.py Traceback (innermost last): File "__init__.py", line 660, in onAdvEvent NameError: even1 at org.python.core.Py.NameError(Unknown Source) at org.python.core.PyFrame.getglobal(Unknown Source) at org.python.pycode.serializable._pyx1321536274741.onAdvEvent$32(__init __.py:660) at org.python.pycode.serializable._pyx1321536274741.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$408.onAdvEvent(Unknown Source) at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:465 ) at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQue stEvent(L2PcInstance.java:1763) at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer. runImpl(RequestBypassToServer.java:218) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run (L2GameClientPacket.java:62) at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1 095) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Traceback (innermost last): File "__init__.py", line 660, in onAdvEvent NameError: even1 at line 660: elif info[1]!= player.getClassIndex(): return ERRORS_HTML(st,"13",even1) I refer to: elif case == "13": HTML.write("<tr><td align=\"center\"><font color=\"FF7700\">You can not delete the class bellow:<br><font color=\"LEVEL\">%s</font><br>Talk to a Grand Master and<br>switch to the proper class first.<br></td></tr>" % CLASS_NAME(id)) sorry i forget :P i use freya highfive l2jserver
  18. search shots id in data/stats/item and change "Price" to 1
  19. I resolve replacing the previously used text translation you use l2open files? :D
  20. in custom droplist you have to add different category for each item mantra 1 category 2 dropmin 3 max 6 mantra 2 category 3 dropmin 3 max 6 mantra 2 category 4 dropmin 3 max 6
  21. are you crazy? ami cost me more than 3 months to finish my custom pvp server nobody will give one unless you're an armed like l2jinfinity
  22. where did you get that code?
  23. this had in my old files I hope that helps. Alternate Payment. http://www.mediafire.com/?6y306r952p53ux6
×
×
  • 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