Captain's Log

I've started to keep a diary of my experience building a Triple Trade Mule on my website, and in order to keep data I wanted some method of "logging" every possible stat I could for a character. So I wrote this simple macro to do that. It will create and then append data to a text file that you specify in the LogPath constant. The data is all readable text, and can be loaded into a spreadsheet using the CSV (comma separated values) import feature. This would be useful if you are trying to track how a character does over time.

The values it stores cover everything with the exception of inventory and age of the character. For inventory, I figured you could use AC Tools built in feature. Unfortunately the results from @age are not capturable from a macro, so I couldn't store those.

One major caveat: Switching characters in AC will cause Decal to forget certain stats, so always run this macro ONCE, just when you START Asheron's Call.

Here is the latest version of the macro:

HOME

Hosted by www.Geocities.ws

1