Welcome Guest ( Log In | Register )

43 Pages V « < 24 25 26 27 28 > »   
Reply to this topicStart new topic
> [Add-on] HVStat 5.7.1 (November 2017), HV Statistics, Tracking, and Analysis Tool (for Firefox and Chrome)

 
post Jun 3 2013, 02:06
Post #501
nsu



Active Poster
*******
Group: Members
Posts: 1,648
Joined: 18-May 11
Level 378 (Godslayer)


Thanks for the update!

This post has been edited by nsu: Jun 3 2013, 02:16
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 3 2013, 17:05
Post #502
Malenk



Active Poster
*******
Group: Gold Star Club
Posts: 1,122
Joined: 12-June 12
Level 447 (Dovahkiin)


thanks (IMG:[invalid] style_emoticons/default/smile.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 6 2013, 06:35
Post #503
dragon695



Casual Poster
****
Group: Members
Posts: 276
Joined: 5-March 12
Level 262 (Godslayer)


I don't think some scroll drops are being tracked (I know I've had at least two Avatar drop in battle).
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 6 2013, 07:48
Post #504
greentea039



Casual Poster
****
Group: Members
Posts: 374
Joined: 10-March 11
Level 343 (Godslayer)


QUOTE(dragon695 @ Jun 6 2013, 13:35) *
I don't think some scroll drops are being tracked (I know I've had at least two Avatar drop in battle).

Thank you for reporting. I'll fix it in the next release.

This is due to wrong name of the item in the drop display table. You can fix it yourself by modifying the file `json/drops-display-table.json` if you want.

ERROR
CODE
        {"name": "Scroll of Avatar", "className": "scroll"},


CORRECTION
CODE
        {"name": "Scroll of the Avatar", "className": "scroll"},


Then you can see correct stats immediately.

This post has been edited by greentea039: Jun 6 2013, 08:16
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 8 2013, 18:35
Post #505
dragon695



Casual Poster
****
Group: Members
Posts: 276
Joined: 5-March 12
Level 262 (Godslayer)


Safaripony has patched again, woot!

QUOTE(greentea039 @ Jun 6 2013, 01:48) *

Thank you for reporting. I'll fix it in the next release.

This is due to wrong name of the item in the drop display table. You can fix it yourself by modifying the file `json/drops-display-table.json` if you want.

ERROR
CODE
        {"name": "Scroll of Avatar", "className": "scroll"},


CORRECTION
CODE
        {"name": "Scroll of the Avatar", "className": "scroll"},


Then you can see correct stats immediately.

Thanks, I edited myself, but could not test due to the following:

I just removed indexDB directory, removed all HV* from localstorage, and reinstalled HVStat into GM 1.9 on FF24. I get the following error when I click on the wrench:
CODE
[12:45:01.976] TypeError: n is null @ file:///C:/Users/<user>/AppData/Roaming/Mozilla/Firefox/Profiles/f49o9pcv.default/gm_scripts/HV_Statistics,_Tracking,_and_Analysis_Tool/hvstat.user.js:5529


Commenting out the code in the function resolves the issue, but I will have to play a little to see how it impacts the display since it has to do with commas.

This post has been edited by dragon695: Jun 8 2013, 19:03
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 8 2013, 18:55
Post #506
Valkrey



Regular Poster
*****
Group: Gold Star Club
Posts: 578
Joined: 23-January 11
Level 488 (Dovahkiin)


QUOTE(dragon695 @ Jun 9 2013, 00:35) *

I just removed indexDB directory, removed all HV* from localstorage, and reinstalled HVStat into GM 1.9 on FF24. I get the following error when I click on the wrench:
CODE
[12:45:01.976] TypeError: n is null @ file:///C:/Users/<user>/AppData/Roaming/Mozilla/Firefox/Profiles/f49o9pcv.default/gm_scripts/HV_Statistics,_Tracking,_and_Analysis_Tool/hvstat.user.js:5529



I had an error earlier (can't remember the exact error, but it had something to do with 'getString' and 'null' i think) but it got resolved after clearing cookies and other site and plug-in data. Not sure if it'll work for your error, since i'm using chrome, but probably no harm giving it a shot.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 8 2013, 19:20
Post #507
dragon695



Casual Poster
****
Group: Members
Posts: 276
Joined: 5-March 12
Level 262 (Godslayer)


QUOTE(Valkrey @ Jun 8 2013, 12:55) *

I had an error earlier (can't remember the exact error, but it had something to do with 'getString' and 'null' i think) but it got resolved after clearing cookies and other site and plug-in data. Not sure if it'll work for your error, since i'm using chrome, but probably no harm giving it a shot.

Commenting out the code has fixed it for now. The problem is that some arrays initialized to null but haven't been modified since I just reset my data? I guess we'll see if playing a few rounds and then uncommenting the code will fix it. The long term solution is to check for null before performing string operations or make sure that you initialize empty data with zero instead of null? I'm a C/C++ programmer, so I don't know how fussy JS is about types/nulls (I assumed it was duck type, but I guess not).

This post has been edited by dragon695: Jun 8 2013, 19:22
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 8 2013, 19:24
Post #508
Cashino



Regular Poster
*****
Group: Members
Posts: 587
Joined: 23-August 08
Level 432 (Godslayer)


QUOTE(Valkrey @ Jun 8 2013, 18:55) *

I had an error earlier (can't remember the exact error, but it had something to do with 'getString' and 'null' i think) but it got resolved after clearing cookies and other site and plug-in data. Not sure if it'll work for your error, since i'm using chrome, but probably no harm giving it a shot.


The 'getString' and 'null' parts sounds similar to my issue. Said issue: the UI wouldn't show up when button was clicked, although Stat was working (extra UI elements showing up in battles).

This post has been edited by Cashino: Jun 8 2013, 19:24
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 8 2013, 19:41
Post #509
dragon695



Casual Poster
****
Group: Members
Posts: 276
Joined: 5-March 12
Level 262 (Godslayer)


I'm going to start reporting the format of the new drops here:

CREDITS
QUOTE

11 5 Tina Koi dropped [12 Credits]

CODE

<tr><td class="t1">11</td><td class="t2">5</td><td title="Tina Koi dropped [12 Credits]" class="t3b">Tina Koi dropped <span style="color:#A89000">[12 Credits]</span></td></tr>


CRYSTALS
QUOTE

21 5 Xt-03 dropped [2x Crystal of Lightning]

CODE

<tr><td class="t1">21</td><td class="t2">5</td><td title="Xt-03 dropped [2x Crystal of Lightning]" class="t3b">Xt-03 dropped <span style="color:#BA05B4">[2x Crystal of Lightning]</span></td></tr>


FOOD
QUOTE

20 9 Deadly Moth dropped [Monster Chow]

CODE

<tr><td class="t1">20</td><td class="t2">9</td><td title="Deadly Moth dropped [Monster Chow]" class="t3b">Deadly Moth dropped <span style="color:#489EFF">[Monster Chow]</span></td></tr>


POTIONS
QUOTE

14 7 Kanoe Yuuko dropped [Greater Mana Potion]

CODE

<tr><td class="t1">14</td><td class="t2">7</td><td title="Kanoe Yuuko dropped [Greater Mana Potion]" class="t3b">Kanoe Yuuko dropped <span style="color:#00B000">[Greater Mana Potion]</span></td></tr>


Equipment
QUOTE

98 5 Rise And Shine dropped [Superior Amber Power Leggings of Protection]

CODE

<tr><td class="t1">98</td><td class="t2">5</td><td title="Rise And Shine dropped [Superior Amber Power Leggings of Protection]" class="t3b">Rise And Shine dropped <span style="color:#FF0000">[Superior Amber Power Leggings of Protection]</span></td></tr>


This post has been edited by dragon695: Jun 8 2013, 23:11
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 9 2013, 01:23
Post #510
greentea039



Casual Poster
****
Group: Members
Posts: 374
Joined: 10-March 11
Level 343 (Godslayer)


HVSTAT v5.6.1

Downloads
For Chrome: Attached File  hvstat_chrome_5.6.1.zip ( 160.55k ) Number of downloads: 91

For Firefox: Attached File  hvstat_firefox_5.6.1.zip ( 168.57k ) Number of downloads: 96


How to install
See [github.com] here.

Changes
  • General
    • Fixed the drop tracking function to support HV 0.76.i
  • Warning System
    • Overcharge alerts are no longer shown when Spirit Stance is enabled.
  • Overview tab
    • Grindfests and Item Worlds is added in the report of credits.
  • Drops tab
    • Added credits display
  • Settings tab
    • Arranged settings for Effect Expiring Warnings to support HV 0.76

Bug fixes
  • Fixed bug that drop stats of Scroll of the Avatar is not displayed
  • Fixed regression of initialization for localStorage items

Known issues
  • Battle Stats does still not support HV 0.76.

[github.com] Changelog History
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 9 2013, 01:38
Post #511
greentea039



Casual Poster
****
Group: Members
Posts: 374
Joined: 10-March 11
Level 343 (Godslayer)


QUOTE(dragon695 @ Jun 9 2013, 01:35) *

Safaripony has patched again, woot!
Thanks, I edited myself, but could not test due to the following:

I just removed indexDB directory, removed all HV* from localstorage, and reinstalled HVStat into GM 1.9 on FF24. I get the following error when I click on the wrench:
CODE
[12:45:01.976] TypeError: n is null @ file:///C:/Users/<user>/AppData/Roaming/Mozilla/Firefox/Profiles/f49o9pcv.default/gm_scripts/HV_Statistics,_Tracking,_and_Analysis_Tool/hvstat.user.js:5529


Commenting out the code in the function resolves the issue, but I will have to play a little to see how it impacts the display since it has to do with commas.


QUOTE(Valkrey @ Jun 9 2013, 01:55) *

I had an error earlier (can't remember the exact error, but it had something to do with 'getString' and 'null' i think) but it got resolved after clearing cookies and other site and plug-in data. Not sure if it'll work for your error, since i'm using chrome, but probably no harm giving it a shot.


My bad. It's a regression from v5.6.0. Try v5.6.1.

QUOTE(dragon695 @ Jun 9 2013, 02:41) *

I'm going to start reporting the format of the new drops here:


Thanks!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 9 2013, 02:21
Post #512
dragon695



Casual Poster
****
Group: Members
Posts: 276
Joined: 5-March 12
Level 262 (Godslayer)


QUOTE(greentea039 @ Jun 8 2013, 19:38) *

Thanks!

No problem! (IMG:[invalid] style_emoticons/default/biggrin.gif)

Also noticed that Soul was still listed on preferences under Monster resists to exclude. Also, the Spikes no longer have indicators, so having warnings for them isn't needed.


There may be some other color changes for other items, I haven't gotten ponies, pills, artifacts, or shards, or scrolls yet to verify. Safaripony still refuses to list specific details in his changes.

Here's some more just in case:
CODE

<tr><td class="t1">114</td><td class="t2">16</td><td title="You gain 1000 Credits!" class="t3b">You gain 1000 Credits!</td></tr><tr><td class="t1">114</td><td class="t2">15</td><td title="You gain 290765 EXP!" class="t3b">You gain 290765 EXP!</td></tr><tr><td class="t1">114</td><td class="t2">14</td><td title="Arena Token Bonus! [Chaos Token]" class="t3b">Arena Token Bonus! <span style="color:#254117">[Chaos Token]</span></td></tr><tr><td class="t1">114</td><td class="t2">13</td><td title="Arena Clear Bonus! [Heroic Spirit Potion]" class="t3b">Arena Clear Bonus! <span style="color:#00B000">[Heroic Spirit Potion]</span></td></tr><tr><td class="t1">114</td><td class="t2">12</td><td title="Yuki Nagato dropped [Broken Glasses]" class="t3b">Yuki Nagato dropped <span style="color:#461B7E">[Broken Glasses]</span></td></tr><tr><td class="t1">114</td><td class="t2">11</td><td title="Suzuki Sora dropped [55 Credits]" class="t3b">Suzuki Sora dropped <span style="color:#A89000">[55 Credits]</span></td></tr><tr><td class="t1">114</td><td class="t2">10</td><td title="Rapid Star dropped [Crude Cotton Gloves of Protection]" class="t3b">Rapid Star dropped <span style="color:#FF0000">[Crude Cotton Gloves of Protection]</span></td></tr><tr><td class="t1">114</td><td class="t2">9</td><td title="Haro Blue dropped [Infusion of Flames]" class="t3b">Haro Blue dropped <span style="color:#00B000">[Infusion of Flames]</span></td></tr><tr><td class="t1">114</td><td class="t2">8</td><td title="Manbearpig dropped [ManBearPig Tail]" class="t3b">Manbearpig dropped <span style="color:#461B7E">[ManBearPig Tail]</span></td></tr><tr><td class="t1">114</td><td class="t2">7</td><td title="Fireball dropped [Greater Mana Potion]" class="t3b">Fireball dropped <span style="color:#00B000">[Greater Mana Potion]</span></td></tr>
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 9 2013, 02:55
Post #513
dragon695



Casual Poster
****
Group: Members
Posts: 276
Joined: 5-March 12
Level 262 (Godslayer)


There appears to be a small problem with the Monster MP numeric overlay. I am using custom fonts, and while the HP and SP are positioned correctly, the MP percentage appears a little above the next monster's HP.

Also, it appears that Credit Drops are being counted in the Drops tab. You should be careful since Tenboro said that Credit Drops are not influenced by trainings and happen independent from other drops? Although I have yet to see a monster drop both credits and items/equipment.

This post has been edited by dragon695: Jun 9 2013, 03:05
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 9 2013, 03:11
Post #514
J99814



Casual Poster
****
Group: Members
Posts: 406
Joined: 25-January 13
Level 243 (Godslayer)


Pills are the same format/style as food drops.

CODE
<span style="color:#489EFF"> [Happy Pills] </span>


This post has been edited by J99814: Jun 9 2013, 04:51
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 9 2013, 06:45
Post #515
greentea039



Casual Poster
****
Group: Members
Posts: 374
Joined: 10-March 11
Level 343 (Godslayer)


I found a bug that count and qty/amt of drops are made up incorrectly when monsters drop same stuff at a time. I'm working to fix it.

QUOTE(dragon695 @ Jun 9 2013, 09:55) *

There appears to be a small problem with the Monster MP numeric overlay. I am using custom fonts, and while the HP and SP are positioned correctly, the MP percentage appears a little above the next monster's HP.

Your environment? I've tested on Chrome 27 and Firefox 21 and no problem found.

QUOTE(dragon695 @ Jun 9 2013, 09:55) *

Also, it appears that Credit Drops are being counted in the Drops tab. You should be careful since Tenboro said that Credit Drops are not influenced by trainings and happen independent from other drops? Although I have yet to see a monster drop both credits and items/equipment.

So far it seems that monsters don't drop both credits and the other at a time.

QUOTE(J99814 @ Jun 9 2013, 10:11) *

Pills are the same format/style as food drops.

CODE
<span style="color:#489EFF"> [Happy Pills] </span>


Thank you!

This post has been edited by greentea039: Jun 9 2013, 06:50
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 9 2013, 16:50
Post #516
greentea039



Casual Poster
****
Group: Members
Posts: 374
Joined: 10-March 11
Level 343 (Godslayer)


HVSTAT v5.6.2

Downloads
For Chrome: Attached File  hvstat_chrome_5.6.2.zip ( 161.57k ) Number of downloads: 944

For Firefox: Attached File  hvstat_firefox_5.6.2.zip ( 169.68k ) Number of downloads: 801


How to install
See [github.com] here.

Changes
  • General
    • The width of the HV STAT dialog was expanded again.
  • Drops tab
    • Arranged the layout of Overall Stats
    • The items of Overall Stats are divided and highlighted according to the color of the drops.
    • Items and equipments are also highlighted.
Bug fixes
  • Fixed bug that count and QTY/AMT of drops are made up incorrectly when monsters drop same stuff at a time
  • Fixed regression that Arena Clear Bonuses are treated as Monster Drops
Known issues
  • Battle Stats does still not support HV 0.76.
Screen shot
Attached Image

[github.com] Changelog History

This post has been edited by greentea039: Jun 9 2013, 16:54
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 10 2013, 05:49
Post #517
dragon695



Casual Poster
****
Group: Members
Posts: 276
Joined: 5-March 12
Level 262 (Godslayer)


Whatever changed, the alignment for the MP/SP in 5.6.2 is good again. Thanks for your hard work! (IMG:[invalid] style_emoticons/default/happy.gif)

This post has been edited by dragon695: Jun 10 2013, 05:52
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 10 2013, 11:10
Post #518
Treia



Casual Poster
****
Group: Members
Posts: 334
Joined: 10-March 10
Level 368 (Godslayer)


Using the latest version gives me the following error twice (exactly twice) when opening HVstat in battle:

TypeError: Cannot call method 'transaction' of null


Additionally there is a noticeable slowdown since last patch. I'm wondering if any of the new options caused this, but I can't see anything that'd do it.



EDIT:

Disregard. My chrome was 0.0.1 versions out of date. We are a fine beast now that I updated.

This post has been edited by Treia: Jun 10 2013, 11:31
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 11 2013, 00:40
Post #519
Daodaodaidai



ˁ˚ᴥ˚ˀ ˁ˚ᴥ˚ˀ ˁ˚ᴥ˚ˀ
********
Group: Gold Star Club
Posts: 3,388
Joined: 28-February 10
Level 500 (Ponyslayer)


Hello, thanks for the hard work.

But i have a problem with 5.6.2 (chrome version, on iron last build) : Clicking on HV stats option button doesn't work for me. No new window, just nothing.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 11 2013, 05:14
Post #520
greentea039



Casual Poster
****
Group: Members
Posts: 374
Joined: 10-March 11
Level 343 (Godslayer)


QUOTE(Daodaodaidai @ Jun 11 2013, 07:40) *

Hello, thanks for the hard work.

But i have a problem with 5.6.2 (chrome version, on iron last build) : Clicking on HV stats option button doesn't work for me. No new window, just nothing.

Open the Javascript Console after clicking HV STAT button, then check the error message.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


43 Pages V « < 24 25 26 27 28 > » 
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: 17th June 2025 - 14:11