What's new

Game DataBase (Mobs, NPC, Maps, Items)

kalenz

New Member
Joined
Mar 16, 2018
Messages
25
Reaction score
12
Points
3
Location
Mexico
Hello, I'm thinking of doing a site similar to mordo.info, but more reliable and with better filtering options. I was using piratia.arbah.ru before, but it is down now.

Does anybody know if there is a free database for this? Or should I use a web scrapper to retrieve that info from mordo.info? Other ideas?
 
True, but you cannot filter mobs by HP, Defense, Damage, etc. You cannot search for an item and see if it's a material for something.

You could do that at piratia.arbah.ru, but as I said, it's down.

Nice nice!! That would be awesome to see developers do, is there somethign else the piratia.ru had too thats not here on this database?
 
Nice nice!! That would be awesome to see developers do, is there somethign else the piratia.ru had too thats not here on this database?

Well, devs probably have enough to do atm, so I thought I'd give it a try.

I don't remember other features from piratia.arbah.ru not present here, but I do know one curious case of an entry here that lacks info from mordo.info but has some other info not present at mordo.info:

Gem Voucher:

In this site it shows the item as being obtainable through class quests ("Reward in missions"):

https://devxf2.piratekings.online/database/item/gem-voucher.3886/

In this other site it shows where to redeem the gem, but not how to obtain the voucher itself:

http://mordo.info/items/view/itemid/3886/

----
BTW, in the question by database I mean the actual db files I could work with.
 
Last edited:
You can found only base data, from txt tables. Like items details, Mobs details. Nothing more. All else - hardcoded in different places. If you really want do some public database - you need found way how extract data from server. Mordo/Arbah had manually inserted data. We using parsers for extract data. If you interesting in it - i can describe a bit, but you anyway need sort a lot of raw info. Much easier just describe what you need/want somewhere here.
 
About voucher from your example - there are some ways, but they not implemented/disabled here. We not show data if you can't use it in game. Example what you can't use:

CU6wSZU.png
 
you need found way how extract data from server. Mordo/Arbah had manually inserted data. We using parsers for extract data. If you interesting in it - i can describe a bit, but you anyway need sort a lot of raw info. Much easier just describe what you need/want somewhere here.

Hmm... I wouldn't even know how to approach building a parser and I suspect that would require different access to the server. That's why I thought about getting the data from online sources.

I will think more about what I want to achieve. Hehe.

About voucher from your example - there are some ways, but they not implemented/disabled here. We not show data if you can't use it in game. Example what you can't use:

Interesting!
 
Last edited:
getting the data from online sources
No public backend access due secure issues. You have few ways. Ask something from official developer, ask something from other teams what develop similar servers, found some database sources, do everything yourself. Anyway, if you want make some public resource - we should glad to rival.
 
Top