here are all the commands i could find in the source files. some work, some don't, it's all a great mistery ¯\_(ツ)_/¯
Spoiler:
Guys the server has Java 8 portable!!, just fix the .bat files, here is the fix.
Just replace...
- - - Updated - - -
EDIT: If you have 32gb or more, on gameserver.bat
replace this: set DEFAULT_JVM_OPTS="-Xms4g" "-XX:NewRatio=3" "-XX:+UseG1GC" "-Xmx16g" "-server"
by this: set DEFAULT_JVM_OPTS="-Xms4g" "-XX:NewRatio=3" "-XX:+UseG1GC" "-Xmx32g" "-server"
@djbadboys38 sorry!! but i'm still going to test these files.
EDit: Thanks to Jin Mori for the development and Ledie for share.
I will try to download the client, my internet is bad![]()
Last edited by Robyson; 27-10-21 at 12:17 AM.
Hello there, i'm surely dumb but the game don't even launch. I put the content of the patch in the client and still nothing happen. And yeah i follow the tutorial of how to launch the three bat for servers. Thanks in advance !
EDIT : Sorry i'm dumb indeed, my anti virus had block the launcher from extract.
Last edited by El Bibu; 27-10-21 at 05:57 AM.
I set myself to level 4 access but that disconnects me everytime I hit something. Any workaround or are the numbers changed for this version?
Edit: Ok so that was a stupid question. I was reading through the gameserver log and this is what it says
ERROR - An exception occured when reading a packet. java.lang.Exception: java.lang.NoClassDefFoundError: com/sun/javafx/binding/StringFormatter at com.bdoemu.commons.network.Connection.exceptionCaught(Connection.java:104) [commons.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:302) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.AbstractChannelHandlerContext.notifyHandlerException(AbstractChannelHandlerContext.java:827) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:381) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:321) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:295) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [netty-all-4.1.47.Final.jar:4.1.47.Final] at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [netty-all-4.1.47.Final.jar:4.1.47.Final] at java.lang.Thread.run(Thread.java:832) [?:?]Caused by: java.lang.NoClassDefFoundError: com/sun/javafx/binding/StringFormatter at com.bdoemu.gameserver.model.items.services.ItemMainGroupService.getItems(ItemMainGroupService.java:56) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.items.services.ItemMainGroupService.getDropBag(ItemMainGroupService.java:92) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.creature.DeadBody.<init>(DeadBody.java:54) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.creature.Creature.onDeathComplete(Creature.java:745) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.creature.Creature.onDie(Creature.java:729) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.creature.monster.Monster.onDie(Monster.java:58) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.stats.HpStat.updateHp(HpStat.java:190) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.creature.agrolist.AttackResult.applyAttackInner(AttackResult.java:761) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.creature.agrolist.AttackResult.applyAttack(AttackResult.java:474) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.skills.buffs.effects.FixedDamageEffect.initEffect(FixedDamageEffect.java:50) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.skills.services.SkillService.applyBuff(SkillService.java:263) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.skills.services.SkillService.useSkill(SkillService.java:156) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.skills.services.SkillService.useSkill(SkillService.java:100) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.skills.services.SkillService.useSkill(SkillService.java:42) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.actions.templates.frameevents.FrameEventAttackSkill.doFrame(FrameEventAttackSkill.java:101) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.actions.AAction.doAction(AAction.java:113) ~[gameserver.jar:?] at com.bdoemu.core.network.receivable.CMDoAction.read(CMDoAction.java:144) ~[gameserver.jar:?] at com.bdoemu.commons.network.Connection.channelRead(Connection.java:90) ~[commons.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[netty-all-4.1.47.Final.jar:4.1.47.Final] ... 24 more
Last edited by Exodice; 27-10-21 at 12:56 PM.
Has anyone managed to get the //quest complete command working?
Guild missions can't use\
when click =DC
Last edited by nishi99; 27-10-21 at 07:45 PM.
I've fixed it. It's a client side bug. Wait for fix patch. You can got news from devlopment here
Patch 1.0.0
We don't focus much on fixing bugs. But this little fix already has:
Boss Questline Summon Fix
Npc's For Boss Questline Summon
Removed Duplicated Npc's (80%)
Added Npc's ActionIndex (90%)
Added Npc's DialogIndex (90%)
Shai Awakening Fix - Missing Npc
Witch Awakening Npc's ActionIndex/DialogIndex
Deboreka Necklace Enchanting PRI-PEN
Changed commands from // to .
Removed Duplicated Monsters and Added Monsters Fix From 223v
Added Useless Npc's to Npc's Block List on ai.properties
Updated gameserver.jar to the latest patch by JIN.
Pearl Shared by family Fixed - By JIN (You will need wipe)
Workers bring items to the main city
Vell Heart Fixed
Added Global Lab Npc in the main cities (ID: 50752 )
Fixed Global Lab Npc Store (Buy, Sell, Repurchase)
Optimized the version in 10% (Look at the image below to see which machine the version was running on)
Thanks to Raze and your cousin, thanks to djferry, thanks to Jin and thanks to everyone involved.
Download
![]()
Last edited by Ledie; 30-10-21 at 09:27 PM. Reason: Added a new .zip file with missing fixes
GameServer Error!
![]()