Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Final Black Desert Emu 491

Initiate Mage
Joined
Jun 12, 2018
Messages
1
Reaction score
0
How can I make the launcher connect to the server? It just crashes no matter what name/pass I use.
 
Initiate Mage
Joined
May 26, 2018
Messages
30
Reaction score
1
Guys, I have a Black Desert server where we play around 100 people, it happens that we have problems with the AI and problems with the performance of the Black Desert server when it exceeds 70 players, I would like to know if there is any way to improve the behavior of the AI because the monsters practically do not attack, they remain static, is there any update available to solve this?
 
(⌐■_■)
Joined
Feb 2, 2012
Messages
681
Reaction score
102
It's all about pc specs so try to improve them.
also check these settings they may help increasing performance.

Actually idk what did he mean exactly but these may help.
Code:
debug.properties
EnableActionsDebug = false

network.properties
network.debug = false

webserver.properties
debug = false

database.properties
allowDatabaseLogging = false

Hello!

I have the same problem (NPC and moster lagged every few seconds) and was trying different things to solve this. Now, I'm very new to BDO server, but here's what I got till now:

It seems that what was causing the lag was server locking with the mongo db because it was running out of available connections. You can increase number of allowed connections between server and mongo db here...

database.properties:
Code:
connectionsPerHost = 10

I changed this to...

database.properties:
Code:
connectionsPerHost = 1000

Now, 1000 may be a bit extream, but after (very) brief testing the lag is gone. On the other hand, since those are "local" connections between server and db going overboard with it shouldn't be an issue.

Validate you changed the max in the gameserver startup script.
If you only have 8 gb to play with, you probably need to adjust down your memory and expect lag as it truly needs 12gb ram.

Default Max =
"-Xmx12g"'

Snippet from gameserver.sh shell script:

# Add default JVM options here. You can also use JAVA_OPTS and GAMESERVER_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector" "-server" "-Xms4g" "-Xmx12g"'



12 gb Ram is merely server / 1 client (considered your dev environment), nothing more.

Also a member mentioned that changing threadpool to 9 helped in reducing lag and
look through network.properties, database.properties and other config files and disable debug and db logging or anything that would lag the server

Best of luck!
 
Last edited:
  • Like
Reactions: DNC
Initiate Mage
Joined
Jun 14, 2018
Messages
1
Reaction score
0
Hi, I downloaded the server a few days ago and I can not solve this error that I get (ai load [0%])

logankioma - Final Black Desert Emu 491 - RaGEZONE Forums


Does anyone know what is going on ?
 
Initiate Mage
Joined
Jul 7, 2018
Messages
6
Reaction score
8
Hi logankioma,
I managed to make some dumps from the x64 client exe (which in your LauncherBD.rar) from Themida.

with following 2 steps:

-set hardware breakpoint (execute) on 140EFDE7C (this's the OEP)
-or set execute BP on 143820b21 (this's Themida's internal memcpy, copy raw decompressed data to .CODE section)

The dumped binaries (and roughly repaired with Scylla) are here:
have no luck on the x86 exe, and the x64 dumps still have about 150+ themida-emulated IAT calls (listed in ibbat64.txt). It runs fine on my current system however.

Hope this raw binary could help you make modifications to the EXE directly (or a ram patch if you worry about copyrights issues), like remove those unnecessary network encryption/decryption parts.

And I think modders who want to play BDO offline only would be happy if we can make change on that stupid PAZ loading system. (there are about 15gb duplicated garbage in the PAZs)
 
Last edited:
Junior Spellweaver
Joined
Aug 28, 2012
Messages
141
Reaction score
78
Hi logankioma,
I managed to make some dumps from the x64 client exe (which in your LauncherBD.rar) from Themida.

with following 2 steps:

-set hardware breakpoint (execute) on 140EFDE7C (this's the OEP)
-or set execute BP on 143820b21 (this's Themida's internal memcpy, copy raw decompressed data to .CODE section)

The dumped binaries (and roughly repaired with Scylla) are here:
have no luck on the x86 exe, and the x64 dumps still have about 150+ themida-emulated IAT calls (listed in ibbat64.txt). It runs fine on my current system however.

Hope this raw binary could help you make modifications to the EXE directly (or a ram patch if you worry about copyrights issues), like remove those unnecessary network encryption/decryption parts.

And I think modders who want to play BDO offline only would be happy if we can make change on that stupid PAZ loading system. (there are about 15gb duplicated garbage in the PAZs)

Thank you
I'll check this over time, lowering the client and modifying it will be good for many.
 
Initiate Mage
Joined
Jul 11, 2018
Messages
5
Reaction score
0
fisrtime , im tryin to make my own server

i dont have 60 gb on my c

can i put server files on another disc

can u make a tutorial for to do things after downloading these 3 things plase

and 1 last question

can i configure exp rates or anyother things with my server?
 
Last edited:
Initiate Mage
Joined
Apr 3, 2018
Messages
18
Reaction score
0
here I report an error, when I want to create a guild strength in a node for the node war the account is corrupted, how could it be fixed?
 
Initiate Mage
Joined
Jul 11, 2018
Messages
5
Reaction score
0
here I report an error, when I want to create a guild strength in a node for the node war the account is corrupted, how could it be fixed?

dude can u please tell me, i downloaded this 3 files

but i dont know how to make em one file where should i copy files

i have
louncher
server files
and laragon

dont know what to to now pls can u tell me?
 
Initiate Mage
Joined
Jul 11, 2018
Messages
1
Reaction score
0
Thank for your Work.

I can setup BD single ( use this pack )

but i don't know

how can i make admin or gm account and how can i edit perl , char stat , etc ??

please answer me .. I just wanna get Pets once ..

my english is so bad ( I am a korean )

anyway Thank you so much. and answer me please..
 
Junior Spellweaver
Joined
Aug 28, 2012
Messages
141
Reaction score
78
dude can u please tell me, i downloaded this 3 files

but i dont know how to make em one file where should i copy files

i have
louncher
server files
and laragon

dont know what to to now pls can u tell me?

Launcher: You put in the client and configure bin64 for your login and password.
Laragon: It's all structure of the server, everything is there, see tutorial at the beginning of the topic.
 
Initiate Mage
Joined
Jul 11, 2018
Messages
5
Reaction score
0
pls help , i cant find npc on first mission

gameserverbat error

23:44:10.942 ERROR - Error while write packet [SMAddNpcs] java.lang.NullPointerException at com.bdoemu.gameserver.model.actions.ActionStorage.getActionHash(ActionStorage.java:64) ~[gameserver.jar:?] at com.bdoemu.core.network.sendable.SMAddNpcs.writeBody(SMAddNpcs.java:55) ~[gameserver.jar:?] at com.bdoemu.commons.network.SendablePacket.write(SendablePacket.java:28) ~[commons.jar:2846] at com.bdoemu.commons.network.Connection.writePacket(Connection.java:157) ~[commons.jar:2846] at com.bdoemu.commons.network.Connection.sendPacketNoFlush(Connection.java:212) ~[commons.jar:2846] at com.bdoemu.commons.network.Client.sendPacketNoFlush(Client.java:60) ~[commons.jar:2846] at com.bdoemu.gameserver.model.creature.player.Player.sendPacketNoFlush(Player.java:1188) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.creature.player.Player.see(Player.java:1660) ~[gameserver.jar:?] at com.bdoemu.gameserver.worldInstance.WorldMap.notifyEnter(WorldMap.java:223) ~[gameserver.jar:?] at com.bdoemu.gameserver.worldInstance.WorldMap.switchGameSector(WorldMap.java:195) ~[gameserver.jar:?] at com.bdoemu.gameserver.worldInstance.WorldMap.updateLocation(WorldMap.java:135) ~[gameserver.jar:?] at com.bdoemu.core.network.receivable.CMMovePlayer.runImpl(CMMovePlayer.java:52) ~[gameserver.jar:?] at com.bdoemu.commons.network.ReceivablePacket.run(ReceivablePacket.java:32) ~[commons.jar:2846] at com.bdoemu.commons.network.Connection.channelRead(Connection.java:119) ~[commons.jar:2846] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:287) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at java.lang.Thread.run(Unknown Source) [?:1.8.0_152]


not even all of em

pls help dude
 
Junior Spellweaver
Joined
Aug 28, 2012
Messages
141
Reaction score
78
pls help , i cant find npc on first mission

gameserverbat error

23:44:10.942 ERROR - Error while write packet [SMAddNpcs] java.lang.NullPointerException at com.bdoemu.gameserver.model.actions.ActionStorage.getActionHash(ActionStorage.java:64) ~[gameserver.jar:?] at com.bdoemu.core.network.sendable.SMAddNpcs.writeBody(SMAddNpcs.java:55) ~[gameserver.jar:?] at com.bdoemu.commons.network.SendablePacket.write(SendablePacket.java:28) ~[commons.jar:2846] at com.bdoemu.commons.network.Connection.writePacket(Connection.java:157) ~[commons.jar:2846] at com.bdoemu.commons.network.Connection.sendPacketNoFlush(Connection.java:212) ~[commons.jar:2846] at com.bdoemu.commons.network.Client.sendPacketNoFlush(Client.java:60) ~[commons.jar:2846] at com.bdoemu.gameserver.model.creature.player.Player.sendPacketNoFlush(Player.java:1188) ~[gameserver.jar:?] at com.bdoemu.gameserver.model.creature.player.Player.see(Player.java:1660) ~[gameserver.jar:?] at com.bdoemu.gameserver.worldInstance.WorldMap.notifyEnter(WorldMap.java:223) ~[gameserver.jar:?] at com.bdoemu.gameserver.worldInstance.WorldMap.switchGameSector(WorldMap.java:195) ~[gameserver.jar:?] at com.bdoemu.gameserver.worldInstance.WorldMap.updateLocation(WorldMap.java:135) ~[gameserver.jar:?] at com.bdoemu.core.network.receivable.CMMovePlayer.runImpl(CMMovePlayer.java:52) ~[gameserver.jar:?] at com.bdoemu.commons.network.ReceivablePacket.run(ReceivablePacket.java:32) ~[commons.jar:2846] at com.bdoemu.commons.network.Connection.channelRead(Connection.java:119) ~[commons.jar:2846] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:287) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138) ~[netty-all-4.1.12.Final.jar:4.1.12.Final] at java.lang.Thread.run(Unknown Source) [?:1.8.0_152]


not even all of em

pls help dude

Sorry, we do not have this problem in these files.
Quest fully functional tutorial.
 
Initiate Mage
Joined
Jul 30, 2014
Messages
4
Reaction score
0
#edit fixed the problem with loginserver database (created after first login xD)


Another Problem -> Why i got this Errors?
2018-07-24 00:43:07,097 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16195 item id!!!!
2018-07-24 00:43:07,134 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16407 item id!!!!
2018-07-24 00:43:07,157 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16195 item id!!!!
2018-07-24 00:43:07,163 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16195 item id!!!!
2018-07-24 00:43:07,895 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16195 item id!!!!
2018-07-24 00:43:07,896 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16348 item id!!!!
2018-07-24 00:43:07,896 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16349 item id!!!!
2018-07-24 00:43:07,896 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16348 item id!!!!
2018-07-24 00:43:07,896 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16349 item id!!!!
2018-07-24 00:43:07,896 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 42423 item id!!!!
2018-07-24 00:43:07,896 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 42423 item id!!!!
2018-07-24 00:43:07,965 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16383 item id!!!!
2018-07-24 00:43:07,965 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16383 item id!!!!
2018-07-24 00:43:07,965 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16383 item id!!!!
2018-07-24 00:43:07,965 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16383 item id!!!!
2018-07-24 00:43:07,966 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16383 item id!!!!
2018-07-24 00:43:07,966 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16383 item id!!!!
2018-07-24 00:43:07,966 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16383 item id!!!!
2018-07-24 00:43:07,966 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16383 item id!!!!
2018-07-24 00:43:07,966 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16383 item id!!!!
2018-07-24 00:43:07,966 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16383 item id!!!!
2018-07-24 00:43:07,967 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16383 item id!!!!
2018-07-24 00:43:07,967 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16383 item id!!!!
2018-07-24 00:43:07,967 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16383 item id!!!!
2018-07-24 00:43:07,967 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16383 item id!!!!
2018-07-24 00:43:07,967 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 40382 item id!!!!
2018-07-24 00:43:08,486 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[5018] for AlchemyType=[[]] in column=[Alchemy] didn't exist in database!
2018-07-24 00:43:08,486 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[5526] for AlchemyType=[[]] in column=[Alchemy] didn't exist in database!
2018-07-24 00:43:08,486 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[5019] for AlchemyType=[[]] in column=[Alchemy] didn't exist in database!
2018-07-24 00:43:08,487 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[5017] for AlchemyType=[[]] in column=[Alchemy] didn't exist in database!
2018-07-24 00:43:08,487 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[5516] for AlchemyType=[[]] in column=[Alchemy] didn't exist in database!
2018-07-24 00:43:08,487 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[5525] for AlchemyType=[[]] in column=[Alchemy] didn't exist in database!
2018-07-24 00:43:08,487 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[5017] for AlchemyType=[[]] in column=[Alchemy] didn't exist in database!
2018-07-24 00:43:08,487 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[5517] for AlchemyType=[[]] in column=[Alchemy] didn't exist in database!
2018-07-24 00:43:08,487 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[5526] for AlchemyType=[[]] in column=[Alchemy] didn't exist in database!
2018-07-24 00:43:08,487 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[5515] for AlchemyType=[[]] in column=[Coocking] didn't exist in database!
2018-07-24 00:43:08,487 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[5515] for AlchemyType=[[]] in column=[Coocking] didn't exist in database!
2018-07-24 00:43:08,489 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[9316] for AlchemyType=[[]] in column=[Coocking] didn't exist in database!
2018-07-24 00:43:08,489 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[9483] for AlchemyType=[[]] in column=[Coocking] didn't exist in database!
2018-07-24 00:43:08,489 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[9317] for AlchemyType=[[]] in column=[Coocking] didn't exist in database!
2018-07-24 00:43:08,489 ERROR com.bdoemu.gameserver.model.alchemy.templates.AlchemyT - Material template with id=[9483] for AlchemyType=[[]] in column=[Coocking] didn't exist in database!
2018-07-24 00:43:08,857 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 1005 item id!!!!
2018-07-24 00:43:08,857 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 1005 item id!!!!
2018-07-24 00:43:08,857 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 1005 item id!!!!
2018-07-24 00:43:08,857 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 1005 item id!!!!
2018-07-24 00:43:08,857 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 1005 item id!!!!
2018-07-24 00:43:08,857 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 1005 item id!!!!
2018-07-24 00:43:08,857 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 1005 item id!!!!
2018-07-24 00:43:08,857 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 1005 item id!!!!
2018-07-24 00:43:08,858 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 1005 item id!!!!
2018-07-24 00:43:08,858 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 1005 item id!!!!
2018-07-24 00:43:08,858 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 1005 item id!!!!
2018-07-24 00:43:08,858 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 1005 item id!!!!
2018-07-24 00:43:11,994 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 12053 item id!!!!
2018-07-24 00:43:11,994 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 11847 item id!!!!
2018-07-24 00:43:11,994 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 12245 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,071 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16411 item id!!!!
2018-07-24 00:43:12,072 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 1005 item id!!!!
2018-07-24 00:43:12,078 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16191 item id!!!!
2018-07-24 00:43:12,078 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16192 item id!!!!
2018-07-24 00:43:12,078 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16193 item id!!!!
2018-07-24 00:43:12,078 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16194 item id!!!!
2018-07-24 00:43:12,078 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16194 item id!!!!
2018-07-24 00:43:12,079 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16193 item id!!!!
2018-07-24 00:43:12,079 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16192 item id!!!!
2018-07-24 00:43:12,079 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16191 item id!!!!
2018-07-24 00:43:12,120 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 18965 item id!!!!
2018-07-24 00:43:12,120 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 18965 item id!!!!
2018-07-24 00:43:12,121 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 18965 item id!!!!
2018-07-24 00:43:12,121 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 18965 item id!!!!
2018-07-24 00:43:12,122 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16191 item id!!!!
2018-07-24 00:43:12,122 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16192 item id!!!!
2018-07-24 00:43:12,122 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16193 item id!!!!
2018-07-24 00:43:12,122 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16194 item id!!!!
2018-07-24 00:43:12,122 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16194 item id!!!!
2018-07-24 00:43:12,122 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16193 item id!!!!
2018-07-24 00:43:12,122 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16192 item id!!!!
2018-07-24 00:43:12,122 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16191 item id!!!!
2018-07-24 00:43:12,133 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16191 item id!!!!
2018-07-24 00:43:12,133 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16192 item id!!!!
2018-07-24 00:43:12,133 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16193 item id!!!!
2018-07-24 00:43:12,133 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16194 item id!!!!
2018-07-24 00:43:12,133 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16194 item id!!!!
2018-07-24 00:43:12,133 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16193 item id!!!!
2018-07-24 00:43:12,133 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16192 item id!!!!
2018-07-24 00:43:12,133 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16191 item id!!!!
2018-07-24 00:43:12,165 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16191 item id!!!!
2018-07-24 00:43:12,165 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16192 item id!!!!
2018-07-24 00:43:12,165 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16193 item id!!!!
2018-07-24 00:43:12,166 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16194 item id!!!!
2018-07-24 00:43:12,166 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16194 item id!!!!
2018-07-24 00:43:12,166 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16193 item id!!!!
2018-07-24 00:43:12,166 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16192 item id!!!!
2018-07-24 00:43:12,166 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 16191 item id!!!!
2018-07-24 00:43:12,177 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 42423 item id!!!!
2018-07-24 00:43:12,177 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 42423 item id!!!!
2018-07-24 00:43:12,177 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 42423 item id!!!!
2018-07-24 00:43:12,211 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 40382 item id!!!!
2018-07-24 00:43:12,211 ERROR com.bdoemu.gameserver.dataholders.ItemData - Template does not exist for 40382 item id!!!!
 
Last edited:
Joined
Feb 13, 2011
Messages
772
Reaction score
69
Thanks for the release, gonna try to check it out as well.. :)


==========update===========
100% Working

Win10x64
12GB Ram

To change Language to english open intructiones.txt in client and follow the number 5.
 
Last edited:
Initiate Mage
Joined
Jul 7, 2017
Messages
14
Reaction score
0
im bin64 . Black Desert Launcher play.
How to change client language to English T_T
-------------------------------------------------

Solved
 
Last edited:
Back
Top