You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
The Python tool was actually made specifically for users who are working with Lucera2, where the majority don’t have access to the source code or the ability to modify .jar files directly.
That’s exactly why this external solution was developed, to allow users to adjust drop settings like RateDrop, RateDropItems, etc... without needing to touch the core or decompile anything, It offers flexibility for those who want to tweak things without diving into Java or editing the server core itself.
Of course, your idea is better suited for users who do have access to the core and can implement such logic inside the XML reading layer, but in this case the goal was to keep it accessible and easy for non-developers.
Just because someone used chatgpt to write something doesnt mean itss automatically wrong or invalid.
Its just a tool what really matters is the content and the message, not how it was written.
Its better to talk about what is written, not who or what wrote it.
Question
jonuxas13
So i've created a new server by the tutorial on another website. (L2J Frozen)
But when i launch startgameserver.bat file, it gives me endless lines. Words just go on and on non stop.
The lines just loop over and over again, they do not stop and i cannot join the server. I can log in, but there's no servers in the server list.
Here is what i get:
Feb 16, 2013 7:48:12 PM com.l2jfrozen.gameserver.model.spawn.L2Spawn doSpawn
WARNING: NPC 31034 class not found
java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedConstructorAccessor6.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.l2jfrozen.gameserver.model.spawn.L2Spawn.doSpawn(L2Spawn.java:533)
at com.l2jfrozen.gameserver.model.spawn.L2Spawn.init(L2Spawn.java:456)
at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.fillSpawnTable(SpawnTable.java:138)
at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.<init>(SpawnTable.java:65)
at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.<clinit>(SpawnTable.java:48)
at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:340)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.l2jfrozen.gameserver.skills.BaseStats
at com.l2jfrozen.gameserver.skills.Formulas$FuncMaxHpMul.calc(Formulas.java:746)
at com.l2jfrozen.gameserver.skills.Calculator.calc(Calculator.java:189)
at com.l2jfrozen.gameserver.model.actor.stat.CharStat.calcStat(CharStat.java:106)
at com.l2jfrozen.gameserver.model.actor.stat.NpcStat.getMaxHp(NpcStat.java:58)
at com.l2jfrozen.gameserver.model.L2Character.getMaxHp(L2Character.java:10256)
at com.l2jfrozen.gameserver.model.L2Character.initCharStatusUpdateValues(L2Character.java:471)
at com.l2jfrozen.gameserver.model.actor.instance.L2NpcInstance.<init>(L2NpcInstance.java:353)
at com.l2jfrozen.gameserver.model.L2Attackable.<init>(L2Attackable.java:363)
at com.l2jfrozen.gameserver.model.actor.instance.L2GuardInstance.<init>(L2GuardInstance.java:99)
... 9 more
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.