What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Development] Character Logging Plugin

Does HB need ANOTHER Logging Plugin?

  • Yes!

    Votes: 0 0.0%
  • No!

    Votes: 0 0.0%
  • Maybe, if it's better than what we have!

    Votes: 0 0.0%

  • Total voters
    0

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:
  1. 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.
  2. 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.
  3. 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.
  4. ...
  5. ...
.


006: Kick Rocks!
 
Last edited by a moderator:
Yes... one that could switch characters/realms reliable. Arelog is fine, but it should get a little more love :)
 
Yes... one that could switch characters/realms reliable. Arelog is fine, but it should get a little more love :)

This, so far, is NOT a relogger. It is a data recorder. It'll be great for showing time used for level(s) by different profiles, among other things.
The potential of a database with different character info is awesome.
A form that'll show toon info, current level/gold/playedtime/profilesUsed/etc. Then after more data gathering it could even suggest profiles.
 
This, so far, is NOT a relogger. It is a data recorder. It'll be great for showing time used for level(s) by different profiles, among other things.
The potential of a database with different character info is awesome.
A form that'll show toon info, current level/gold/playedtime/profilesUsed/etc. Then after more data gathering it could even suggest profiles.

That's my purpose really, complete detailed logging of a characters progression, then with a few simple calculations you could even see how long each quest took, and how much EXP was gained during that quest.
 
Back
Top