[Release] Archer Version Server Files And Client - Stable Version

Page 52 of 60 FirstFirst ... 2424445464748495051525354555657585960 LastLast
Results 766 to 780 of 894
  1. #766
    Apprentice leyre is offline
    MemberRank
    Oct 2021 Join Date
    12Posts

    Re: [Release] Archer Version Server Files And Client - Stable Version

    how i can add cacao cash to my account in order to buy Dine or Doom?
    What ID have?

  2. #767
    SnigelB
    Guest

    Re: [Release] Archer Version Server Files And Client - Stable Version

    ID find here : https://bdocodex.com/us/

    Edit the SQL & Bexcel , change C.Cash to Pearls

  3. #768
    Member muroko is offline
    MemberRank
    Sep 2009 Join Date
    56Posts

    Re: [Release] Archer Version Server Files And Client - Stable Version

    Quote Originally Posted by leyre View Post
    how i can add cacao cash to my account in order to buy Dine or Doom?
    What ID have?
    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

  4. #769
    Member Darkchrono is offline
    MemberRank
    Dec 2019 Join Date
    60Posts

    Re: [Release] Archer Version Server Files And Client - Stable Version

    Quote Originally Posted by leyre View Post
    how i can add cacao cash to my account in order to buy Dine or Doom?
    What ID have?
    or you can use robo3t.exe to edit your cash like this :
    https://ibb.co/pzQzgWy

  5. #770
    Valued Member squire14 is offline
    MemberRank
    Oct 2021 Join Date
    104Posts

    Re: [Release] Archer Version Server Files And Client - Stable Version

    Quote Originally Posted by muroko View Post
    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
    yea thats much faster

    Quote Originally Posted by Darkchrono View Post
    or you can use robo3t.exe to edit your cash like this :
    https://ibb.co/pzQzgWy
    btw, is robo3t much better than studio3t? coz i saw it in server folder then i saw robo3t folder


    anyway, is there a way to create your own attendance reward items or update them?

  6. #771
    Life is beautiful, after Ledie is offline
    MemberRank
    Aug 2019 Join Date
    /tp homeLocation
    569Posts

    Re: [Release] Archer Version Server Files And Client - Stable Version

    Quote Originally Posted by leyre View Post
    how i can add cacao cash to my account in order to buy Dine or Doom?
    What ID have?

    .pc addcash (amount)

  7. #772
    Apprentice leyre is offline
    MemberRank
    Oct 2021 Join Date
    12Posts

    Re: [Release] Archer Version Server Files And Client - Stable Version

    thanks all!

  8. #773
    Member Darkchrono is offline
    MemberRank
    Dec 2019 Join Date
    60Posts

    Re: [Release] Archer Version Server Files And Client - Stable Version

    Quote Originally Posted by squire14 View Post
    btw, is robo3t much better than studio3t? coz i saw it in server folder then i saw robo3t folder

    anyway, is there a way to create your own attendance reward items or update them?
    Robo3t is easy to use compared with studio3t

    you can edit Attendance_Table in BDOold.sqlite3 and datasheets.bexcel

  9. #774
    Valued Member squire14 is offline
    MemberRank
    Oct 2021 Join Date
    104Posts

    Re: [Release] Archer Version Server Files And Client - Stable Version

    Quote Originally Posted by Darkchrono View Post
    Robo3t is easy to use compared with studio3t

    you can edit Attendance_Table in BDOold.sqlite3 and datasheets.bexcel

    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

  10. #775
    Novice Yunior88 is offline
    MemberRank
    Jun 2020 Join Date
    1Posts

    Re: [Release] Archer Version Server Files And Client - Stable Version

    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) [?:?]

  11. #776
    Member Darkchrono is offline
    MemberRank
    Dec 2019 Join Date
    60Posts

    Re: [Release] Archer Version Server Files And Client - Stable Version

    Quote Originally Posted by squire14 View Post
    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
    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.

  12. #777
    Valued Member squire14 is offline
    MemberRank
    Oct 2021 Join Date
    104Posts

    Re: [Release] Archer Version Server Files And Client - Stable Version

    Quote Originally Posted by Darkchrono View Post
    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

    my problem with BexcelEditor2.exe is i cant copy paste all the row. :(
    i downloaded
    Bexcel-Editor.7z but couldn't find its .exe to run the program O_O

  13. #778
    Member Darkchrono is offline
    MemberRank
    Dec 2019 Join Date
    60Posts

    Re: [Release] Archer Version Server Files And Client - Stable Version

    Quote Originally Posted by squire14 View Post
    my problem with BexcelEditor2.exe is i cant copy paste all the row. :(
    i downloaded
    Bexcel-Editor.7z but couldn't find its .exe to run the program O_O
    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

  14. #779
    Novice savatar2804 is offline
    MemberRank
    Oct 2021 Join Date
    1Posts

    Re: [Release] Archer Version Server Files And Client - Stable Version

    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.

  15. #780
    Valued Member squire14 is offline
    MemberRank
    Oct 2021 Join Date
    104Posts

    Re: [Release] Archer Version Server Files And Client - Stable Version

    Quote Originally Posted by Darkchrono View Post
    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

    thank you! im now working to make all the weight in to 1. got 32,580 rows. is there a way i can do a copy paste method? coz typing 1 in each rows could take me days to finish it :(



Advertisement