how i can add cacao cash to my account in order to buy Dine or Doom?
What ID have?
how i can add cacao cash to my account in order to buy Dine or Doom?
What ID have?
ID find here : https://bdocodex.com/us/
Edit the SQL & Bexcel , change C.Cash to Pearls
you can edit cash in the database with navicat or other programs. its on your account page. also instead of buying the horse, you can just add the horse emblem directly to your inventory.
50133 - Horse Emblem: Dream Arduanatt (stallion)
50134 - Horse Emblem: Dream Arduanatt (mare)
50131 - Horse Emblem: Dream Diné (stallion)
50132 - Horse Emblem: Dream Diné (mare)
50129 - Horse Emblem: Dream Doom (stallion)
50130 - Horse Emblem: Dream Doom (mare)
//bag add ID amount
or you can use robo3t.exe to edit your cash like this :
https://ibb.co/pzQzgWy
thanks all!
okay, will get to use in robo3t. speaking of datasheets.bexcel, does navicat can do the job? coz i tried using BexcelEditor2.exe but so hard to understand coz its language is in korean or chinese idk coz i cant read it hehehe or what software you can suggest?
i tried using navicat150_mysql_en_x64, installed it but cant open datasheets.bexcel
I have a problem, before the server let me create new accounts and now when I go to create a new character it gives me an error and the client bothers me.
08:52:25.279 ERROR - 127.0.0.1 Error while running CMCreateCharacterToField packet java.lang.NullPointerException: null
at com.bdoemu.gameserver.model.items.Item.getEnduranceLimit(Item.java:237) ~[gameserver-1.4.0-SNAPSHOT.jar:?]
at com.bdoemu.gameserver.model.items.Item.<init>(Item.java:107) ~[gameserver-1.4.0-SNAPSHOT.jar:?]
at com.bdoemu.gameserver.model.items.Item.<init>(Item.java:95) ~[gameserver-1.4.0-SNAPSHOT.jar:?]
at com.bdoemu.gameserver.model.creature.player.services.PlayerSaveService.createPlayer(PlayerSaveService.java:123) ~[gameserver-1.4.0-SNAPSHOT.jar:?]
at com.bdoemu.core.network.receivable.CMCreateCharacterToField.runImpl(CMCreateCharacterToField.java:78) ~[gameserver-1.4.0-SNAPSHOT.jar:?]
at com.bdoemu.commons.network.ReceivablePacket.run(ReceivablePacket.java:48) [commons-1.4.0-SNAPSHOT.jar:?]
at com.bdoemu.commons.network.Connection.channelRead(Connection.java:139) [commons-1.4.0-SNAPSHOT.jar:?]
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.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) [?:?]
you can try this one, but not advanced like BexcelEditor2.exe: https://forum.ragezone.com/f1000/rel...ditor-1156337/
good thing about BexcelEditor2.exe ... you can search for IDs easy to find what you want while the other you have to search manually
but you can use them both because somethimes BexcelEditor2.exe not working properly and good thing about other editor you can add columns
Last edited by Darkchrono; 23-10-21 at 08:14 PM.
ohh you right that one don't have .exe
here : https://mega.nz/file/Kh803LYD#kzLi_V...PDlfmPJOVlCq7I
you can find .exe in Binaries folder
Hi guys, im newbie and i want asking stupid question: how to add item by command when its type is not 0? for example with ID 9434 on the web its the ID of a cat but when i add it its into soup and i found out the problem is these two have the same ID but different type. Sr for my bad english.