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!

Recent content by NanayaQ

  1. NanayaQ

    Official DayZ Server files for 0.63 released!

    You have to edit the weight= in the config.bin in the Addons folder within the PBO files. Basically you have to edit all the PBO files that have items with weight, used UnBin/URap or other arma tools to decrypt the config.bin to config.cpp. For example: If i want to decrease the weight for...
  2. NanayaQ

    Official DayZ Server files for 0.63 released!

    If you want to spawn Military gears/weapons/items you have to edit the table.xml and add "<usage name="InsertUsageName"/>" you can find all the usage name under the cfglimitsdefinition.xml also I believe adding the usage of Tier1-4 makes them spawn priority *tested* and if you want to spawn...
  3. NanayaQ

    luacscript (client side)

    Use unluac.jar that kipstyle mention. Make a bat file and copy this and run it. It will decompile all the luac files from where you put your .bat file. for /r %%i in (*.luac) do java -jar unluac.jar "%%~dpni.luac" > "%%~dpni.lua" "%%i" this site converts lua back into luac but the downside...
  4. NanayaQ

    luacscript (client side)

    Have anyone look at the luac files on the client yet? You must be registered for see element. Don't know much about disassembling lua... I tried the luadec but its outdated. Tools used to extract: You must be registered for see element. Other Tools: You must be registered for see element.
  5. NanayaQ

    Java Emulator Bug Reports

    Black Spirit's Claw - doesn't let you add a socket on your costume
  6. NanayaQ

    [RELEASE] BDO Server Files Repack / With Client

    You cannot go lower than 3gb of ram for gameserver or it will be unstable.... bdo server is resource hungry... If your hosting the server and playing the game in one computer you need to have at least 6gb free and 1~2gb for your OS system. Even then i wouldn't recommend running both if your...
  7. NanayaQ

    How to compile source with libs path and duplicate jar

    Are you talking about making your New Character start at level 1? If so then I suggest checking out the dev section: You must be registered for see element.
  8. NanayaQ

    Attendance Reward modification

    Yeah that is a possible solution, but what I am getting at is inserting a new record and having the client to recognized it. So I guess its not possible yet thanks for your suggestion though.
  9. NanayaQ

    Attendance Reward modification

    "I am playing around with the sqlitedb file to see what we can and cannot modify (unless both server and client matches)." I was wondering if anyone was able to make a custom modification to the attendance reward system. Its possible to insert new record into the sqlitedb file, but on the...
  10. NanayaQ

    How to compile source with libs path and duplicate jar

    Didn't dl Eclipse nor IntelliJ IDEA (using vbox), what I did was just use the compiler after editing the .java files then drop the .class file into the original gameserver.jar (ofc I made a backup) using winrar5 to open the .jar file and put the .class file into the right directory and boot up...
  11. NanayaQ

    Java Emulator Bug Reports

    My bad i worded it wrong what I mean by exp cap is if you used the pc addexp command the cap is i believe 99mill which is equal to 1~5% after 56+ and here is the exp require for each level. Note: What i set my exp rate to 2500 and kill Desert naga they give me about 1~2.5% exp per kill for...
  12. NanayaQ

    Java Emulator Bug Reports

    Its working as intended using exp rate = 1000~2500 is not the same as exprate = 100. Also if you look at the sqlite file you can see the exp for each level is different and there is a exp cap on the level. Did you restart the server? Edit: I also tested Horse exp as well horse exp rate 10000...
  13. NanayaQ

    Basic Black Desert Online Commands

    Here what I found for Pc Lifeskill exp pc addlifeexp [lifeType] [expCount] Value = [Life SKill Type Name] 0 = Gathering 1 = Fishing 2 = Hunting 3 = Cooking 4 = Alchemy 5 = Proccessing 6 = Training 7 = Trading 8 = Farming 9 = Sailin
  14. NanayaQ

    [Release] Updated bdo.sqlite3

    ah nice thanks... hate going on the tutorial.... I know we can skip it on official but here its kinda driving me mental... >.> FYI: The Cash shop/Pearl Shop is under CashProduct_Table manage to lower the the cost of pearls and loyalties points. Havn't tried to input a new item in yet since I am...
  15. NanayaQ

    [Release] Updated bdo.sqlite3

    Also.. do not try to add JIN crystal... did it and it crash the client... so now every time i login to my kuno it just crashes the client... ad to switch to a new character so it won't crashed the client.
Back
Top