Logging quests
I am wanting to log the activities of my quests. Such as char name, items turned in etc. I have tried adding the perl statements to log to a text file. Also tried using a sub. My quest broke in both cases.
What I would like todo, if there isn't already a way to do it, is to place a log sub in the plugins folder and call the log like this: Code:
plugin::log($name); Question 2: Why didn't this work? or What error is lurking here? Code:
sub log Any thoughts or ideas are appreciated. Thanks, |
Sorry guys, Just found the mlog/log.ini stuff. I'll look at that but I'm betting it will tell me what I need.
Thanks |
It might not work exactly as you want for everything, but I use this alot for tracking turn-ins and kills:
Code:
sub EVENT_DEATH { Code:
sub EVENT_ITEM { |
Thanks, Trev.
Thats what I was looking for. |
All times are GMT -4. The time now is 08:08 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.