Put this in your zoned.cfg file
log in to each toon
It creates a file "MyChars.ini" that you can import into excel (use "^" as the delimiter and import as CSV / TEXT)
Log in each toon on each account and...
BOOM you've got a complete database on all toons that gets updated each time you log in, zone or log out.
Toon name, level, gender, race, class, how much plat, what guild they're in, login name, server and are they GOLD, SILVER or FREE
Great for deciding who to put in a group when you want to make a new team.
[CODE lang="ini" title="Toon Database"]
/echo ----- Writing Character information -----
/ini "MyChars.ini" "^Name^=^Level^Gender^Race^Class^Plat on Me^Plat in Bank^AA Points^Guild^Station Name^Server^Acct Type^" "${Me.Name}^" "^${Me.Level}^${Me.Gender}^${Me.Race}^${Me.Class}^${Me.Platinum}^${Me.PlatinumBank}^${Me.AAPointsTotal}^${Me.Guild}^${MacroQuest.LoginName}^${MacroQuest.Server}^${Me.Subscription}"
[/CODE]