How would I go about reading bag contents from a character such as:
Saronite Ore - 562
Adder's Tongue - 233
Frost Lotus - 17
Then writing it to a file, either in the above format or maybe in an XML such as:
Trying to make a program to track harvest data so I can later compare. Is this possible? Thank you.Code:<harvest time_in_hours="8"> <mining> <saronite_ore>562</saronite_ore> </mining> <herbing> <adders_tongue>233</adders_tongue> <frost_lotus>17</frost_lotus> </herbing> </harvest>