Tired of checking your marble numbers by trading them to the Moogle or searching them by eye?
Want to know if it's even worth logging into a mule and trading your marbles?
The FINAL FANTASY XI MARBLE CHECKER not only allows you to add Marbles automatically as you purchase them, it then allows you to search EVERY accounts Marbles to check for winners without even logging on by reading the XML file the Marbles are saved too.
Notes on Automatic Marble Additions
You must run this program as Administrator on Windows if you want the automatic adding to work as you're required to use EliteAPI
If you wish to manually add them you do NOT need to Run as Admin and you can even delete EliteAPI.dll and EliteMMO.API.dll
If you wish to add the characters marbles by editing the XML manually use the following format:
<character name="CharacterName">
<marble>5 DIGIT NUMBER</marble>
</character>
Make sure this is between the <Characters> </Characters> tags.
Example XML:
<?xml version="1.0" encoding="utf-8"?>
<Characters>
<character name="JohnDoe">
<marble>66085</marble>
<marble>91049</marble>
<marble>32416</marble>
</character>
<character name="JaneDoe">
<marble>76980</marble>
<marble>34678</marble>
<marble>4382</marble>
</character>
</Characters>
Do not add more than 10 marbles per character,
you can choose to add preceding zeroes or simply ignore them, Example: Both 00456 and 456 work, however this only applies when the zero come in the beginning.
WinningNumbers.zip will be updated as the numbers are released.*
*You can also edit the XML file yourself, or edit the wining number textboxes in the program.