Skip to content

This application serves as a webscraper to pull information from http://aiondatabase.net and parse it into useable data to be output later to both the console window and an .XML file.

License

Notifications You must be signed in to change notification settings

Wileme/AION-Database-Parser

 
 

Repository files navigation

AION Database Parser

Build status CodeFactor License: GPL v3

This application serves as a webscraper to pull information from http://aiondatabase.net and parse it into useable data to be output later to both the console window and an .XML file. The intended purpose of this application is to retrieve all of the items that NPCs will drop throughout the world of AION.

Things that will be parsed include the name of the item, its rarity, its ID number, and the level of the item. There are a few ways to get more specified output, such as searching on the AION database directly, from the AL-Game spawn .XML template which will get the NPC IDs from this .XML file, then reference the AION database to retrieve all of the items, or by a text file containing one or more NPC IDs which will get all of the items dropped by only those NPCs.

Parser

  • From MAP ID
  • From AL-Game spawn XML template
  • From TXT files with NPC IDS

Config items

  • Drop chance
  • Min Max amount
  • Groups

The Drop Chance is loosely based off of AION 1.0's drop chances, but you can add your own custom values if you want. Min/max values as well as item groups can be fully customized by following the example I've provided in the text file attached to the release of this program.

Instructions

In order to use this application, just download the archived file down below, and extract it to any destination. You can create a shortcut of the executable file and place it anywhere, and run it from said shortcut.

Building

  1. Visual Studio

Contributors:

Note: If you would like to contribute to this repository, feel free to send a pull request, and I will review your code. Also feel free to post about any problems that may arise in the issues section of the repository.

About

This application serves as a webscraper to pull information from http://aiondatabase.net and parse it into useable data to be output later to both the console window and an .XML file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%