Smarter
Member
- Joined
- Jan 15, 2010
- Messages
- 763
- Reaction score
- 9
I have began work on a Logging Plugin, that I hope to expand into a useful tool for charting character leveling progression, and the speed of different profiles / individual quests. Also anything else anyone can think of to put in here.
So here goes some theorycrafting, please feel encouraged to post some feedback/thoughts/methods!
Current Thoughts:
006: Kick Rocks!
So here goes some theorycrafting, please feel encouraged to post some feedback/thoughts/methods!
Current Thoughts:
- I want to have a reliable method of recording time. Simply Recording the System Time wouldn't have much use, and recording a time from start of the
Program also wouldn't be very useful, so my proposed method: To convert the /Played time into a TimeSpan object that I can then use. While keeping it as synced as possible. - I want to be able to log the amount of time it takes to complete each quest, my purposed method: To record the /played time upon acceptance, and the /played time upon completion.
- I want to be able to record the ACTUAL flow of Experience, as it comes in, and get a better XP/HR recording. My purposed method: PLAYER_XP_UPDATE/ hook recording of Current XP / Max XP, and compare to the /played time.
- ...
- ...
006: Kick Rocks!
Last edited by a moderator: