Mystery
Community Contributors
What is Midgard Community?
- Midgard Community is a Ragnarok Online community that provides various information regarding the world of Ragnarok. We have a Ragnarok Server Listing service that provides space for server owners to list their Ragnarok Online Private Server with us. We provide a download system to the Ragnarok Community which houses multiple files that range from NPC sprites, Class Sprites, Palettes, Maps, Items, Monsters, Cutins/Illustrations, Models, etc. !
Does Midgard Community have a Database?
- Midgard Community provides both a Renewal and Pre-Renewal database for our community. Unfortunately, the database is not integrated with the main site. In both databases, you'll find information regarding various Ragnarok items, monsters, and maps. We also have various calculators and informational tables.
What is Midgard Community's Download system?
- The download system found in Midgard Community's forum houses tons of files that range from NPC sprites, Class Sprites, Palettes, Maps, Items, Monsters, Cutins/Illustrations, Models, etc. In order to get any files from the system, you must be an active member in the forum. The plan for the download system is to be the #1 stop to get files for a server owner's Ragnarok Server.
API (Application Programming Interface)
- As suggested by a member of the community, I've worked diligently with a fellow friend on implementing an API for Midgard's database. When you send a request for either an item or monster, you'll get different structured outputs returned back to you depending on what you've searched for.
Item
[
{
"id": "",
"name_english": "",
"name_japanese": "",
"type": "",
"price_buy": "",
"price_sell":
"weight": ""
"attack":
"defence":
"range":
"slots":
"equip_jobs": "",
"equip_upper": "",
"equip_genders": "",
"equip_locations":
"weapon_level":
"equip_level":
"refineable":
"view":
"script": "",
"equip_script":
"unequip_script":
"Description": "",
"Description_IRO":
"Episode_Info":
"Droppers": ""
}
]
{
"id": "",
"name_english": "",
"name_japanese": "",
"type": "",
"price_buy": "",
"price_sell":
"weight": ""
"attack":
"defence":
"range":
"slots":
"equip_jobs": "",
"equip_upper": "",
"equip_genders": "",
"equip_locations":
"weapon_level":
"equip_level":
"refineable":
"view":
"script": "",
"equip_script":
"unequip_script":
"Description": "",
"Description_IRO":
"Episode_Info":
"Droppers": ""
}
]
[
{
"ID": "",
"Sprite": "",
"kName": "",
"iName": "",
"LV": "",
"HP": "",
"SP": "",
"EXP": "",
"JEXP": "",
"Range1": "",
"ATK1": "",
"ATK2": "",
"DEF": "",
"MDEF": "",
"STR": "",
"AGI": "",
"VIT": "",
"INT": "",
"DEX": "",
"LUK": "",
"Range2": "",
"Range3": "",
"Scale": "",
"Race": "",
"Element": "",
"Mode": "",
"Speed": "",
"aDelay": "",
"aMotion": "",
"dMotion": "",
"MEXP": "",
"MVP1id": "",
"MVP1per": "",
"MVP2id": "",
"MVP2per": "",
"MVP3id": "",
"MVP3per": "",
"Drop1id": "",
"Drop1per": "",
"Drop2id": "",
"Drop2per": "",
"Drop3id": "",
"Drop3per": "",
"Drop4id": "",
"Drop4per": "",
"Drop5id": "",
"Drop5per": "",
"Drop6id": "",
"Drop6per": "",
"Drop7id": "",
"Drop7per": "",
"Drop8id": "",
"Drop8per": "",
"Drop9id": "",
"Drop9per": "",
"DropCardid": "",
"DropCardper": "",
"ItemDrops": ""
}
]
{
"ID": "",
"Sprite": "",
"kName": "",
"iName": "",
"LV": "",
"HP": "",
"SP": "",
"EXP": "",
"JEXP": "",
"Range1": "",
"ATK1": "",
"ATK2": "",
"DEF": "",
"MDEF": "",
"STR": "",
"AGI": "",
"VIT": "",
"INT": "",
"DEX": "",
"LUK": "",
"Range2": "",
"Range3": "",
"Scale": "",
"Race": "",
"Element": "",
"Mode": "",
"Speed": "",
"aDelay": "",
"aMotion": "",
"dMotion": "",
"MEXP": "",
"MVP1id": "",
"MVP1per": "",
"MVP2id": "",
"MVP2per": "",
"MVP3id": "",
"MVP3per": "",
"Drop1id": "",
"Drop1per": "",
"Drop2id": "",
"Drop2per": "",
"Drop3id": "",
"Drop3per": "",
"Drop4id": "",
"Drop4per": "",
"Drop5id": "",
"Drop5per": "",
"Drop6id": "",
"Drop6per": "",
"Drop7id": "",
"Drop7per": "",
"Drop8id": "",
"Drop8per": "",
"Drop9id": "",
"Drop9per": "",
"DropCardid": "",
"DropCardper": "",
"ItemDrops": ""
}
]
Required Fields:
- api_key
- id (Item / Monster ID)
Optional Field:
- type - If no type is given, you'll directly get an item. To get monster, set Type's value to 1.
Site Links & Information
- Homepage: http://www.midgard-community.com
- Forums: http://www.board.midgard-community.com
- Download System: http://www.board.midgard-community.com/files/
- Pre-Renewal Database: http://www.database.midgard-community.com
- Renewal Database: http://www.database.midgard-community.com/renewal
Last edited by a moderator:


