PDA

View Full Version : Additional Logging



Wildcat
01-27-2003, 03:58 PM
I have looked through the XML conf file and scanned the source quickly and did not see a few things I'd like to see.

1) Can the spawnlog.txt file contain a time stamp as well even if it's just epoch from zoning in? When looking thorugh the log with some of the new scripted events it's hard to tell what has happened when.

2) Can a MessageBox be setup to log to a file (again with a time stamp) I'd like to be able to go back and look at a fight and see who casted what spell at what time. This would particuarlly be great in timing the AEs of NPCs that have a timed AE.

Ratt
01-28-2003, 09:23 AM
Working off a foggy memory here...

But the answer to both your questions is no, currently.

As I recall, I would just hack in that extra status information into the source when I needed it. I never committed the changes to CVS because it was a crappy hack, but served my purposes, and was so easy to do.

Just put a couple extra %s 's into the code and you'll be happy.