-
Posts
224 -
Credits
0 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by StarSCreams
-
[Share] Change Sex Manager [H5] (java)
StarSCreams replied to Gladicek's topic in Server Shares & Files [L2J]
thanks!!!! in JAVA :D!!! -
i get an error in 4shared "invalid link" when click in "Download", please upload other server? thanks..
-
[SHARE]Clan name to Clan Member Title
StarSCreams replied to EdenEternal's topic in Server Shares & Files [L2J]
checked and if the bug really bad code :( -
[Share] GlowEditor light version [support to H5]
StarSCreams replied to sakaszli's topic in Client Development Discussion
all links deads. :( -
[Share] L2Brick High Five project [Updated]
StarSCreams replied to Street's topic in Server Development Discussion [L2J]
megaupload is dead, and the links dead :( i need file l2jserver(H5) -
thanks very usefull!! :D
-
[Request] K/D Ratio Kill And Deaths in L2
StarSCreams posted a question in Request Server Development Help [L2J]
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 -
[SHARE] Vote Reward System (l2ranking.com)
StarSCreams replied to Shadowalker's topic in Server Shares & Files [L2J]
your project ranking.com is dead?, gift me you website xD -
Custom THE BLESSED ENCHANT FAILED
StarSCreams replied to conheonit's topic in Server Shares & Files [L2J]
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 -
[Share] L2Brick High Five project [Updated]
StarSCreams replied to Street's topic in Server Development Discussion [L2J]
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 -
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
-
[HELP] Freeze Players :S
StarSCreams replied to StarSCreams's question in Request Server Development Help [L2J]
may be that a line is misspelled, but how it should look? -
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'
-
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
-
[SHARE] XtremeTop100.com Site files 100%
StarSCreams replied to zlati's topic in Website Templates & Themes (Free)
200 post????????? T_T always wanted to have a web type hopzone -
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
-
search shots id in data/stats/item and change "Price" to 1
-
I resolve replacing the previously used text translation you use l2open files? :D
-
[HELP]Something is wrong in drop
StarSCreams replied to SunBeam's question in Request Server Development Help [L2J]
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 -
[REQ] Freya High PVP server pack
StarSCreams replied to insaNNe's question in Request Server Development Help [L2J]
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 -
where did you get that code?
-
how I can change the item to buy and sell
StarSCreams replied to djsocux's question in Request Server Development Help [L2J]
this had in my old files I hope that helps. Alternate Payment. http://www.mediafire.com/?6y306r952p53ux6