
dios
Members-
Content Count
27 -
Joined
-
Last visited
-
Feedback
0%
Community Reputation
0 NeutralAbout dios

-
Rank
Vassal
Profile Information
-
Gender
Male
-
Interests
L2j Newbie Cheater
-
[Help] Problem running gamserver
dios replied to dios's question in Request Server Development Help [L2J]
i made it like this replaces all 1024 to 2048 REM Default parameters for a basic server. java -Dfile.encoding=UTF-8 -Xmx2048m -cp bsf.jar;bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;l2jteon.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.jar net.sf.l2j.gameserver.GameServer REM REM If you have a big server and lots of memory, you could experiment for example with REM java -server -Xmx2048m -Xms2048m -Xmn2024m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts this error appears: -
[Help] Problem running gamserver
dios replied to dios's question in Request Server Development Help [L2J]
how ? -
I got this error when i run gamserver.bat :/ Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Unknown Source) at java.util.BitSet.ensureCapacity(Unknown Source) at java.util.BitSet.expandTo(Unknown Source) at java.util.BitSet.set(Unknown Source) at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.initialize(BitSetIDFactory.java:84) at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.<init>(BitSIDFactory.java:65) at net.sf.l2j.gameserver.idfactory.IdFactory.<clinit>(IdFactory.j
-
tell me where to search and ill do it :)
-
alright then guide me please i dont know about java :) is this located in L2PcInstance or where?
-
so can you share them please :)
-
I wonder if is it possible to decrease xp,sp rate after a character reach 76 level. Like from 1- 76 xp rate is x 3000 and after 76 - 80 xp rate x50.
-
hey guys i have an op class on my server.. he has too much p def i tried to change its p def from database but still p def is same :/ what to do?
-
yeah i fixed it after matin asked me to find the line i just changed it to default letters :) thnx
-
15923 line : //Σδΰλ�εμ οεπεμεννϋε, κξςξπϋε ηΰκξνχθλθρό οξ βπεμενθ p.s its russian project "l2open" what should i do :/
-
[javac] Compiling 1542 source files to C:\L2Open\Core\classes [javac] C:\Open-team\L2Open_GameServer\java\ru\l2open\gameserver\model\actor\instance\L2PcInstance.java:15923: unmappable character for encoding Cp1253 [javac] //??????? ??????????, ??????? ??????????? ?? ??????? [javac] ^ [javac] 1 error BUILD FAILED C:\Open-team\L2Open_GameServer\build.xml:38: Compile failed; see the compiler error output for details. Total time: 3 seconds this pops out when i try to compile Gameserver :/ how can be fixed?
-
how can i add a skill of my choise to a player? for example dash to tyrant
-
thnx Leki :D
-
I want to dissable gludin's clan hall...so players cannot register to get gludin's clan halls...how can be this done?
-
i added your code as you said but instead of Town i added NoLandingZone cause i have a java code ...zone related reward.. STILL NOT WORKING :(