Balance Calculator/Timer

Are there any scripts concerning balance times around currently? If not, how would one go about creating one? Sorry if it sounds a bit vague...
image

Comments

  • JonathinJonathin Retired in a hole.
    If you're using Mudlet, check out the stopwatch functions in the Mudlet Manual.
    I am retired and log into the forums maybe once every 2 months. It was a good 20 years, live your best lives, friends.
  • Capture the prompt. Save the time when the x flag disappears, set it upon recovery to display the time elapsed (lost time vs recovered time). Same with the e flag.
    Current scripts: GoldTracker 1.2, mData 1.1
    Site: https://github.com/trevize-achaea/scripts/releases
    Thread: http://forums.achaea.com/discussion/4064/trevizes-scripts
    Latest update: 9/26/2015 better character name handling in GoldTracker, separation of script and settings, addition of gold report and gold distribute aliases.
  • Ah. Thanks guys! :)
    image
  • Actually, I might have another small problem... I got it set up, and the stopwatch works just fine... but sometimes it gives insane values whenever I get my balance back. Usually my balance whenever I curse bleed is 1.944 seconds, but at times the stopwatch returns values such as 0.234 though I don't even use swiftcurse, and I made sure to reset the stopwatch when it stops in my trigger. Is it always this way with stopwatches, or is there some kind of fix to it?
    image
  • I am not a script guru like the other guys, but after digging around a bit I found this: http://forums.mudlet.org/viewtopic.php?f=6&t=1308 
    It also has some extra utility functions/statistics like timerAvg() which makes it better than simple stopwatches to my eyes.
  • Will check it out. Thanks! :)
    image
Sign In or Register to comment.