It would be really nice if this tool could record gold farming statistics also.
anyway thx for this tool.
It would be really nice if this tool could record gold farming statistics also.
anyway thx for this tool.
Hi, yes it would be nice,. The author of the memory reading API is Evozer and he is currently working on a version where I will be able to get a lot more information. It's a lot of hard work so we have to give him some time.
But as soon as I get the new api, I will add a ton of new information in the tracker.
thx for the feedback.
First, I love this app! Good work.
Today, I updated to the new version 1.5 with the upload feature (using the ClickOnce Installer).
I registered and copied over the security token.
But when I try to upload one of the existing sessions, the whole program crashes.
Any ideas?
- Btw you should add a small feature to rename the sessions from within the prog.
I know you can rename by opening the .stat xml sessions files, but this feature would just save time :P
- Also any chance of adding some kind of coin tracking?
- One last very minor suggestion: put a separator in the Settings between "General | Notifications" (or a box around each options section) since it can be confusing. Just make it clear for users that there are 2 sections.
Last edited by Stormreaver; 10-05-2012 at 12:30 PM.
well ofc i tried just to change it with the settings but that didnt work only with your sounds!
i checked the bit rate and saw nothing special!
i dont know why its not working the sound file is ofc .wav and not longer then 5 s but i guess that would not matter!
any questions or may i send you the sound file somehow?
regards
I made a custom sound, which I gave the link in page 4, and I'm using it. It works. I don't know why yours wouldn't - they just need to be .wav files AFAIK.
Just put your sound into the sounds folder, browse to it and select it in the notifications, and click on the "apply" button to save your changes.
good programme ,thanks for this tool
There are a couple reasons why the session uploading might fail. The most common are:
The xml file containing the session is missing required information.
To resolve this issue: Open the sessions containing folder and locate the problematic session files.
Make sure the xml is properly formatted by opening the file with your browser.
Make sure the xml tag <items> contains "starttime" and "endtime" attributes. (those must be valid DateTime.ToString() objects.
Make sure the xml tag <items> contains a "played" attribute.
Make sure the xml tag <items> contains a "sessionid" attribute.
Make sure the xml tag <items> contains a "sessionname" attribute.
The tracker website upload service might be down, check the status page. (not yet available in the preview)
The reason why some of your xml files might be missing key information is before i changed the xml definition a couple times when i created new versions. from 1.5 on this will not happen. You can try and Load the session, then start and stop it, and re-try the upload.
Let me know how that goes.
Thx for the suggestions, I took note and will implement in a future version.
1st off, thank you for your work - the tool looks amazing. What im missing though is the option to filter out specific items, as in Evozers tool. Or well basicaly creating your own filters.
I get no sound when a Design drops...
Ty for the reply.
The problem seems to be with all the files, even new ones generated with v1.5
Here is a small sample from one of the files; it seems to have all the elements you indicated:
Code:<?xml version="1.0" encoding="utf-8"?> <items sessionname="Wiz 003" sessionid="6490475934764bcfa6449170368b86ef" starttime="2012-10-04T15:26:27.79+04:00" endtime="2012-10-04T21:35:10.4775+04:00" played="06:08:33.4673208"> <item> <name>Sword_1H_205</name> <quality>White</quality> <seed>-475194535</seed> <location>19780</location> <level>59</level> <magicfind>18</magicfind> <timestamp>2012-10-04T15:26:38.415+04:00</timestamp> </item> <item> <name>Mace_1H_204</name> <quality>Gray</quality> <seed>1344612085</seed> <location>19780</location> <level>59</level> <magicfind>18</magicfind> <timestamp>2012-10-04T15:26:38.868125+04:00</timestamp> </item>
Edit: I uninstalled the ClickOnce installer, cleaned registry, downloaded the stand-alone version and imported my saved sessions and custom sound files, and the upload worked from the first time. I've uploaded all my data![]()
Last edited by Stormreaver; 10-06-2012 at 04:19 PM.