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 fullhawk

  1. F

    Easy Way to Populate Market with Game Items

    It's no bother at all. As you have seen, there are definitions for weapons, armor and miscellaneous items ("other"). I initially intended to have miscellaneous items be processed differently than weapons or armor, but later changed it so that everything gets quantity of 9999, which means misc...
  2. F

    Easy Way to Populate Market with Game Items

    I already answered that.
  3. F

    Easy Way to Populate Market with Game Items

    Yes you can add more items to the script. Make sure to delete itemMarket and itemMarketMaster before you run it each time. You can get item IDs from bddatabase and add them to the lists for weapons or armor. Here are some queries I used to buff gear a bit. To run these queries, use something...
  4. F

    Easy Way to Populate Market with Game Items

    ok then, not sure how your environment could be different then mine but fair enough you apparently can't use this.
  5. F

    Easy Way to Populate Market with Game Items

    Just to confirm, you were able to play and login prior to running my script right? Your server worked, you shut it off, you left mongodb running, you ran my script, then you restarted loginserver and gameserver with no other configuration changes, and when you hit play from the main menu you got...
  6. F

    Easy Way to Populate Market with Game Items

    I've tampered extensively with the two mongo tables this script changes. In the process of getting the script to work, I've put bad data in, incomplete data in, and dropped the tables entirely. The python script literally only touches those two tables, and if you drop them (itemMarket, and...
  7. F

    Easy Way to Populate Market with Game Items

    I haven't run into this issue, but I can suggest a few things. 1. Which repack are you using? This was made for devilspeak's. 2. Did you shut off the server before running the script to change it's backend? If not, that would probably be the problem and you're hosed unless you have a backup of...
  8. F

    Pearl Shop

    It might be helpful to others if you shared what you did to fix it.
  9. F

    [RELEASE] Simple BDO Server Config

    I've noticed something odd, and although this tool has worked for me in the past, I'm unclear on how. To explain, the network.properties file in gameserver and loginserver has values for the host/port of the gameserver. In the config files from the repack, the network.port value for...
  10. F

    Easy Way to Populate Market with Game Items

    That data is stored in the mongo backend, so you need to use mongo to access it.
  11. F

    Easy Way to Populate Market with Game Items

    I saw someone asking about this in a thread so I thought I'd share what I did to make it work. 1. Install windows python and pymongo (I don't remember if pymongo comes with it) 2. Run this python script You must be registered for see element. This will populate the market with most of the...
  12. F

    [RELEASE] BDO Server Files Repack / With Client

    After messing around more, it looks like I had some config wrong. The Jakal's Simple BDO Server Config tool (You must be registered for see element.) helped me solve it. Finally, in game and good performance, it's golden! Thanks a lot for the responses guys. I made sure to leave the solutions...
  13. F

    [RELEASE] BDO Server Files Repack / With Client

    After trying some other xc files found in various threads, I was able to get the client to start. The good news is that I was able to login from the main menu and create a family name on the second server, but as soon as I try to choose a server (hit the "Enter" button on server selection), it...
  14. F

    [RELEASE] BDO Server Files Repack / With Client

    To be clear, problem is with the client, not the server. If I change the service.ini file to point at the server, the client doesn't get far enough into starting up for the server to be relevant. I'm pretty sure it's the xc file doing it but am hoping that one of the other people who have run...
  15. F

    [RELEASE] Simple BDO Private Launcher

    This ended up being a big help. I kept trying different xc files acquired from various places until one got the client to start, and using your tool helped me get the server config to work with nonlocal connections. Thanks!
Back
Top