Quick Database Program

Newbie Spellweaver
Joined
Oct 29, 2019
Messages
22
Reaction score
34
Sup Community,

I created a tool based on @Lautaro's Database API.
It's very simple. You can type in an item ID or Name to find the ID/Name of that Item.
You might as well use bdocodex or bddatabase but I thought having a program that shows everything I need quick and easy wouldn't be too bad.
Nothing groundbreaking, but it helped me when working with the Database so why shouldn't I release it.



Here are the Download Links:


UPDATE 28. December 2019:
- New Database with more Items
- Multilanguage (EN, DE, FR, RU, ES, SP, PT, JP, KR, CN, TW, TH, TR, ID)

If anything breaks just message me and I'll fix it asap.
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Jun 17, 2014
Messages
273
Reaction score
33
Works like a charm ^^
Would it be easy for you to add multi language support ?
 
Newbie Spellweaver
Joined
Oct 29, 2019
Messages
22
Reaction score
34
Uploaded an updated version.
 
Newbie Spellweaver
Joined
May 16, 2022
Messages
6
Reaction score
1
Reupload please someone
 
Last edited:
Experienced Elementalist
Joined
Feb 5, 2014
Messages
244
Reaction score
39
Great job Nopey. Thanks for the work you did on this.
I did something similar a short while ago using yours as its base.




Differences:
1. Since I created it for myself I do not do the multi-language bit. English only.
2. Added a web client to look up the chosen item on either BDO Codex or BDDAtabase sites (you select by radio button)
3. Resizable
4. Click the id at the bottom it gets copied to the clipboard.

Here's a link to the VStudio 2022 project:
*Webview uses which uses Microsoft Edge under the covers to display web content. Also .net framework 4.8 is used.

Credits to Lautaro and @Nopey for their base code and design contributions.
 
Last edited:
Joined
Sep 23, 2012
Messages
472
Reaction score
178



Good job
 
Experienced Elementalist
Joined
Feb 5, 2014
Messages
244
Reaction score
39
Working on v2.0 of this that will be all my own and will be as up-to-date as BDO Codex (I will be scraping their site for stuff like name, grade, description, icon paths, etc. into an sqlite database). That one as well be english only until I can figure out how to relate text found in the ads files to them.