Quote:
Originally Posted by Marschall83
Hello Together,
the drops on my epic 6.2 server are messed up (maybe database and client/rdb mismatch), because some basic items (like red potions, quick potions, bags...) do not drop.
Table: MonsterResource (db_monster(ascii).rdb or db_monster.rdb)
I used the following tools: - ACRE Version 1.000 (to dump the data.00x files)
- Grimoire_v2
- Grimoire_v4614 (to try to import rdb file in the database
With the visual studio solutions (sln) of ACRE and Grimoire (v4) I managed to adjust the source code to my database.
But there is a problem: the rdb file parser/reader reads just 50% (or less) of the columns I have in the database. And the order of the rdb file values doesn`t fit to the order of the database.
Questions:
- How can I import the rdb files to my database?
- Are there other RDB-Tools which can handle epic 6.2 database structure?
- Do I need db_monster(ascii).rdb or db_monster.rdb? Sorry, I forgot that point over the years .
- Are there working epic 4 or 5 server/client combination out there to download and use for a own/non public private server?
Thanks in advance
|
You will find no help in the client for drops as the DropGroupResource is solely db sided.
Grimoire can handle any epic as long as its configured to do so properly, with that in mind.
Please do not use any version of Grimoire below the latest release on the github which is
Grimoire 5+ uses a new rdb parser I call Archimedes which you can find documentation for
You should be able to convert any and all hardcoded .cs structures (from ACRE or earlier versions of Grimoire) to the ARC standard pretty easy, but you're welcome to ask should you need further help.
Importing rdb to database with Grimoire is pretty straight forward:
1. Launch and configure Grimoire via the Settings button
1.1 Take care to assign the database settings
2. Open a new RDB tab via the Quick Launch menus
3. Click the 'Select Structure' button and double click the desired structure
3.1 Store any structure.lua you create in the /Structures/ within the Grimoire directory
4. Load the rdb by click the opening the 'Load' menu and selecting 'RDB'
4.1 You can load directly from data index (by selecting your clients data.000) or by selecting a predumped .rdb file
5. Once loaded, Open the 'Save' menu and select 'SQL'