Welcome Guest ( Log In | Register )

33 Pages V « < 9 10 11 12 13 > »   
Reply to this topicStart new topic
> HV STAT v4.3.3 (5/14/2011), The HV Statistics, Tracking, and Analysis Tool

 
post Jan 9 2010, 06:12
Post #201
nick321



Active Poster
*******
Group: Gold Star Club
Posts: 1,549
Joined: 24-May 08
Level 146 (Ascended)


A script that would samehow take our listed equipment and generate a list formatted with BBcode to point the name to the eqiupment page, as well as for example the price (we could set it to x times the shop sale value), and the level.

Would help a lot, as it's taking me ages to list all my equipment at the shop...

Just an idea
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 9 2010, 07:26
Post #202
coredumperror



Ah ah ah... Vista is bad for you!
********
Group: Gold Star Club
Posts: 2,750
Joined: 31-January 09
Level 304 (Godslayer)


Getting the shop sale value automatically would most likely not be possible, but I think the rest of that might be doable. I'll add it to my list of "things I'd like to implement in STAT, some day."

This post has been edited by coredumperror: Jan 9 2010, 07:27
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 9 2010, 07:45
Post #203
grumpymal



I hate everything >:C
***********
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08
Level 362 (Godslayer)


Scraping the shop page for the EID, Key, equip name, and sell value would be a little trickier since you need prodigious use of regex to extract the relevant info.

What I currently do whenever I update my shop is load the "All" filter, grab the page source, copy and paste all of the left pane code (my inventory) into Editpad Pro (any text editor that supports regular expressions would work), and apply several regular expressions to chop the necessary info into tab-delineated columns, which I then drop into an Excel spreadsheet. I copy over only the items with an ID number that aren't on my masterlist (all the new stuff) into another sheet, and the relevant columns get copied over to yet another that I've pre-formatted with certain blocks of BBcode. I then copy the info from the spreadsheet back into Editpad and delete all the placeholder bits with a search and replace, a giving me BBcode-formatted list of all my new stuff, ready for insertion.

This is something that could certainly be automated, but its far more complex than I care for. This would probably work better as a stand-alone script or program that you just fed raw data into, set some flags and values, and it would spit out the formatted text.

EDIT:
BTW, does anybody care about the "NaN" entries in some of the stats? Its basically JS' way of saying "what are you doing, that's not a number" when you do math on things that you can't do math on (like zeroes and undefined vars). Since the UI only loads when activated and the round-end stats are only calculated at the end of the round (-Capt. Obvious), I can put in checks for NaN and replace it with 0 without a hideous hit to speed. Its really a minor graphical thing, but a little polish is always nice.

This post has been edited by cmal: Jan 9 2010, 08:02
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 9 2010, 18:47
Post #204
yuripe



An Amateur Translator... #plak
***********
Group: Gold Star Club
Posts: 10,889
Joined: 8-March 09
Level 382 (Dovahkiin)


oh, any new update again (IMG:[invalid] style_emoticons/default/ohmy.gif) . thanks for the update (IMG:[invalid] style_emoticons/default/smile.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 9 2010, 19:08
Post #205
riena



Newcomer
**
Group: Members
Posts: 62
Joined: 21-September 09
Level 16 (Novice)


thanks for the update. that really awesome (IMG:[invalid] style_emoticons/default/cool2.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 10 2010, 23:08
Post #206
Death Grunty



デス★ランディ
********
Group: Gold Star Club
Posts: 2,788
Joined: 18-November 09
Level 369 (Dovahkiin)


Hey I have some trouble with the latest version.
It stops tracking items I find after a while. It usually runs 2 days or so but then stops. It's kinda weird.
And yes I tried reinstalling HV STAT this way:

QUOTE
1. Tools -> Options -> Privacy Tab
2. Click "remove individual cookies"
3. Search for "HV" (it has to be capitalized, or Firefox won't find it)
4. Delete "HVRound,", "HVSettings," and "HVSTAT" cookies
5. Tools -> Greasemonkey -> Manage User Scripts
6. Click "HV Statistics, Tracking, and Analysis Tools" on the left pane.
7. At the bottom of the dialog, check "Also uninstall associated preferences"
8. Click Uninstall.
9. Re-install STAT.


Didn't help at all. And it only affects item drops.
The only ways to fix said problem is to either reset all stats or reinstall STAT, but it'll still stop tracking items after a while.
Never had this problem with the last version.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 10 2010, 23:30
Post #207
grumpymal



I hate everything >:C
***********
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08
Level 362 (Godslayer)


QUOTE(catd0g @ Jan 10 2010, 16:08) *

Hey I have some trouble with the latest version.
It stops tracking items I find after a while. It usually runs 2 days or so but then stops. It's kinda weird.
And yes I tried reinstalling HV STAT this way:
Didn't help at all. And it only affects item drops.
The only ways to fix said problem is to either reset all stats or reinstall STAT, but it'll still stop tracking items after a while.
Never had this problem with the last version.

See:
QUOTE(cmal @ Nov 25 2009, 00:09) *

Known Issues:
  • Some cookie stability issues. After a certain point, it will stop tracking some or all stats. Drop lists seem to be affected the most by this.

Its a known, existing problem that goes all the way back to the original BB. Cookies weren't designed for what gillian was doing with them and the size of BBE/STAT just aggravated the problem. The time before the cookies go stale seems to depend on how much HV we play (how many times the cookie gets written to), and even then the time differs from person to person for some reason. I usually only get 2-3 days worth of tracking over and average 1000 rounds/day, though sometimes I've been able to go as long as 4 or 5. I'm going to try to break the cache object down by the tabs in v1.0.1 or 1.0.2 in order to prepare for the switch to HTML5 localStorage, which should help with stability issues a little, but no guarantees.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 10 2010, 23:38
Post #208
Death Grunty



デス★ランディ
********
Group: Gold Star Club
Posts: 2,788
Joined: 18-November 09
Level 369 (Dovahkiin)


D'uh.
I see, I see. Good to know. (IMG:[invalid] style_emoticons/default/ohmy.gif)

And thank you.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 11 2010, 00:13
Post #209
mkonji



Casual Poster
****
Group: Members
Posts: 296
Joined: 23-August 09
Level 303 (Godslayer)


QUOTE(cmal @ Jan 9 2010, 07:45) *

Scraping the shop page for the EID, Key, equip name, and sell value would be a little trickier since you need prodigious use of regex to extract the relevant info.

...

This is something that could certainly be automated, but its far more complex than I care for. This would probably work better as a stand-alone script or program that you just fed raw data into, set some flags and values, and it would spit out the formatted text.


[pastebin.com] http://pastebin.com/f52b81457
And here's one for whoever wants it (to install just make a new script and paste making sure to include "http://hentaiverse.org/*"). Takes all the available non-equipped equipables and gives a text box in the lower left with formatted BBCode you can copy and paste.

(Bazaar sell value is calculated on the assumption you have no Penny Pincher perks since it has no way of knowing if you do. You can change the SELL_MODIFIER appropriately if you want.)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 11 2010, 00:27
Post #210
grumpymal



I hate everything >:C
***********
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08
Level 362 (Godslayer)


QUOTE(mkonji @ Jan 10 2010, 17:13) *

[pastebin.com] http://pastebin.com/f52b81457
And here's one for whoever wants it (to install just make a new script and paste making sure to include "http://hentaiverse.org/*"). Takes all the available non-equipped equipables and gives a text box in the lower left with formatted BBCode you can copy and paste.

(Bazaar sell value is calculated on the assumption you have no Penny Pincher perks since it has no way of knowing if you do. You can change the SELL_MODIFIER appropriately if you want.)

Gave this a look and it works as advertised. The box is a little tiny, but nothing a little copypasta won't fix. Good work, I recommend it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 12 2010, 04:43
Post #211
grumpymal



I hate everything >:C
***********
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08
Level 362 (Godslayer)


Got another question of opinions for you folks (the one about NaN is still in the air if anyone wants to respond).

Token Rewards and Powerup drops are only tracked if Arena and Item drops are being tracked, respectively. Should I make it so these are tracked by default? If so, should I leave them in their tabs or make a new tab for them?

In other news, I've fixed some bugs and made a few tweaks after taking a short break. I've got two or three more bugs/tweaks to do and then I can release a quick update.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 12 2010, 16:48
Post #212
hen_Z



Casual Poster
****
Group: Members
Posts: 499
Joined: 31-August 09
Level 89 (Hero)


NaN -- I'd not bother, honestly. Not that a big of an issue to introduce another slowdown for checking, I think.

For Rewards/Drops, can't say much. I reset em every day anyway, to see my daily gains.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 13 2010, 02:29
Post #213
major_blood



Depressed nobody who has no one to call his own....
***********
Group: Members
Posts: 11,892
Joined: 6-January 08
Level 55 (Expert)


Personally, I don't care. I'm probably not the best guy to ask.

For Nan, it'd probably just be more work for you. It doesn't really need to be changed as it doesn't really affect anything.

I'm not really sure on the whole Rewards/Drops/Gems situation.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 18 2010, 07:31
Post #214
grumpymal



I hate everything >:C
***********
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08
Level 362 (Godslayer)


Please read the changelog for an important note. If you're wondering what happened to v1.0.1, I ate it. Barring any bugfix revisions, the next release version should be v1.1.0 and will feature the transition from unreliable cookies to localStorage.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 18 2010, 23:15
Post #215
flint



Dat ain't no pony.
*******
Group: Gold Star Club
Posts: 1,412
Joined: 3-November 08
Level 468 (Godslayer)


Thanks for the new Update, it's great!

Got a question though, is there any way to actually view all equipment you have found so far?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 18 2010, 23:35
Post #216
grumpymal



I hate everything >:C
***********
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08
Level 362 (Godslayer)


QUOTE(flint @ Jan 18 2010, 16:15) *

Thanks for the new Update, it's great!

Got a question though, is there any way to actually view all equipment you have found so far?

What do you mean?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 18 2010, 23:54
Post #217
flint



Dat ain't no pony.
*******
Group: Gold Star Club
Posts: 1,412
Joined: 3-November 08
Level 468 (Godslayer)


Weeeell...
Right now, I can only see the piece of equipment that last dopped for me.
How can I see all pieces of equipment that ever dropped for me?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 18 2010, 23:55
Post #218
major_blood



Depressed nobody who has no one to call his own....
***********
Group: Members
Posts: 11,892
Joined: 6-January 08
Level 55 (Expert)


QUOTE(flint @ Jan 18 2010, 16:54) *

Weeeell...
Right now, I can only see the piece of equipment that last dopped for me.
How can I see all pieces of equipment that ever dropped for me?

Is there a reason why you'd wanna know all your previous drops?
I personally have no use for it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 19 2010, 00:09
Post #219
grumpymal



I hate everything >:C
***********
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08
Level 362 (Godslayer)


QUOTE(flint @ Jan 18 2010, 16:54) *

Weeeell...
Right now, I can only see the piece of equipment that last dopped for me.
How can I see all pieces of equipment that ever dropped for me?

Yeah, its called the Rewards and Drops logs. The overview is just an overview, it only tells you some basic stats so it only tells you what the last thing that dropped for you was, when, and a general idea of how frequent. The drop logs list everything and do some rate calculations, so its more in-depth.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 19 2010, 00:16
Post #220
flint



Dat ain't no pony.
*******
Group: Gold Star Club
Posts: 1,412
Joined: 3-November 08
Level 468 (Godslayer)


QUOTE(cmal @ Jan 19 2010, 01:09) *

Yeah, its called the Rewards and Drops logs. The overview is just an overview, it only tells you some basic stats so it only tells you what the last thing that dropped for you was, when, and a general idea of how frequent. The drop logs list everything and do some rate calculations, so its more in-depth.


Ah, pardon me for being blind again. Thanks for your patience.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


33 Pages V « < 9 10 11 12 13 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 22nd May 2025 - 11:05