Welcome Guest ( Log In | Register )

43 Pages V « < 22 23 24 25 > »   
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 May 19 2013, 18:29
Post #449
Malenk



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


better start with a thank you (IMG:[invalid] style_emoticons/default/biggrin.gif)

the round number doesn't show for me.
using firefox.

monster resists are placed behind the healt bar and are unreadable.

This post has been edited by Malenk: May 19 2013, 18:30
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 19 2013, 22:16
Post #450
dragon695



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


Another suggestion for later: we need a way to track rates of proficiency gains now that they've become important for just about everything. I'm pretty sure 10b made adjustments after quite a few people pointed out how little proficiency points were being awarded. Having a feature like this in HV stat would make it easy to determine if something was up.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2013, 00:20
Post #451
Nero-Nihil



Casual Poster
***
Group: Members
Posts: 152
Joined: 17-December 11
Level 351 (Godslayer)


You're a Lifesaver, green. Thanks!

Edit1: Though now it somehow 'deactivates' whenever I enter a fight.... any way to fix this?

Edit2: Nevermind, fixed itself after hitting delete Database....

This post has been edited by Nero-Nihil: May 20 2013, 01:02
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2013, 02:30
Post #452
r3pt1le



Newcomer
**
Group: Members
Posts: 67
Joined: 2-January 11
Level 202 (Godslayer)


Thx for the quick update.

Also feature requests:
An option to only show those proficiencies in battle summary, that actually gained something that round. Preferably in one block instead of separately for magic/weapon/armor. An option to deactivate number-of-spells-cast-block would be nice as well.

This post has been edited by r3pt1le: May 20 2013, 02:31
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2013, 04:00
Post #453
greentea039



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


I'm repairing round counter and monster status display.

About monster status display, you can avoid the problem by using Custom Font.

My settings:

font-family: Cambria
font-size: 9
font-weight: bold
font-style: normal
vertical adjust: -4

Many functions of HV STAT works on Custom Font, so I recommend you use it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2013, 06:39
Post #454
greentea039



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


HVSTAT v5.5.5.1

Downloads
For Chrome: Attached File  hvstat_chrome_5.5.5.1.zip ( 155.85k ) Number of downloads: 593

For Firefox: Attached File  hvstat_firefox_5.5.5.1.zip ( 192.47k ) Number of downloads: 519


How to install
See here.

Bug fixes
  • Fixed bug that Round Counter is not shown (Contributed from m42a)
  • Fixed the position of HV STAT icon to avoid overlap with Moogle Mail notification
  • Fixed a problem that Monster Status Display is misaligned if using HV Font

Thanks to m42a for contribution [+K]

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

 
post May 20 2013, 06:45
Post #455
difso



Active Poster
*******
Group: Gold Star Club
Posts: 1,183
Joined: 10-January 13
Level 429 (Godslayer)


setting -> Item drop

godly health,mana,spirit potion -> heroic potion

plz

Attached Image



This post has been edited by difso: May 20 2013, 06:47
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2013, 06:55
Post #456
Drow_Elf



Newcomer
**
Group: Members
Posts: 54
Joined: 7-December 08
Level 269 (Godslayer)


There are a few things you might want to fix in Item drop tracking namely removal of obsolete items (Token of Healing, Soul Stone, Average and Superior potions, Scroll of Warding, Infusions of Gaia, and Crystals of Quintessence), add the new items (Monster Chow, Monster Edibles, and Monster Cuisine) and as the previous poster said, rename godly to heroic.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2013, 15:50
Post #457
r3pt1le



Newcomer
**
Group: Members
Posts: 67
Joined: 2-January 11
Level 202 (Godslayer)


I was too impatient to wait for my feature requests to be implemented, so I did them myself. (IMG:[invalid] style_emoticons/default/rolleyes.gif)
It is hardcoded for now, but the main part should be functional in a configurable solution as well. So I decided to post the code here (in case you're actually going to add that functionality).

CODE
function getBattleEndStatsHtml() {
[...]
    if (true) {
        var shownGains = new Array();
        if (hvStat.roundContext.supportGain > 0)        shownGains.push("<b>Support Gain</b>: " + hvStat.roundContext.supportGain.toFixed(2));
        if (hvStat.roundContext.depGain > 0)            shownGains.push("<b>Deprecating Gain</b>: " + hvStat.roundContext.depGain.toFixed(2));
        if (hvStat.roundContext.divineGain > 0)         shownGains.push("<b>Divine Gain</b>: " + hvStat.roundContext.divineGain.toFixed(2));
        if (hvStat.roundContext.forbidGain > 0)         shownGains.push("<b>Forbidden Gain</b>: " + hvStat.roundContext.forbidGain.toFixed(2));
        if (hvStat.roundContext.elemGain > 0)           shownGains.push("<b>Elemental Gain</b>: " + hvStat.roundContext.elemGain.toFixed(2));
        if (hvStat.roundContext.armorProfGain[0] > 0)   shownGains.push("<b>Cloth Gain</b>: " + hvStat.roundContext.armorProfGain[0].toFixed(2));
        if (hvStat.roundContext.armorProfGain[1] > 0)   shownGains.push("<b>Light Armor Gain</b>: " + hvStat.roundContext.armorProfGain[1].toFixed(2));
        if (hvStat.roundContext.armorProfGain[2] > 0)   shownGains.push("<b>Heavy Armor Gain</b>: " + hvStat.roundContext.armorProfGain[2].toFixed(2));
        if (hvStat.roundContext.weapProfGain[0] > 0)    shownGains.push("<b>One-Handed Gain</b>: " + hvStat.roundContext.weapProfGain[0].toFixed(2));
        if (hvStat.roundContext.weapProfGain[1] > 0)    shownGains.push("<b>Two-Handed Gain</b>: " + hvStat.roundContext.weapProfGain[1].toFixed(2));
        if (hvStat.roundContext.weapProfGain[2] > 0)    shownGains.push("<b>Dual Wielding Gain</b>: " + hvStat.roundContext.weapProfGain[2].toFixed(2));
        if (hvStat.roundContext.weapProfGain[3] > 0)    shownGains.push("<b>Staff Gain</b>: " + hvStat.roundContext.weapProfGain[3].toFixed(2));
        a += "<hr style='height:1px;border:0;background-color:#333333;color:#333333' />"
            + (shownGains.length == 0 ? "<i>No Gain this round</i>" : shownGains.join(", "));
    } else if (hvStat.settings.isShowEndProfs && (hvStat.settings.isShowEndProfsMagic || hvStat.settings.isShowEndProfsArmor || hvStat.settings.isShowEndProfsWeapon)) { //isShowEndProfs added by Ilirith


On a side note: You missed a whitespace between "Support" and "Gain".
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 21 2013, 10:57
Post #458
Naimen



Regular Poster
*****
Group: Gold Star Club
Posts: 678
Joined: 23-March 12
Level 493 (Godslayer)


Need help~
Cann`t open the settings pane... I clicked the HV STAT UI icon but nothing happened (IMG:[invalid] style_emoticons/default/anime_cry.gif)

Firefox 20.0.1 & Greasemonkey 1.8
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 21 2013, 11:36
Post #459
frapodorf



Lurker
Group: Recruits
Posts: 4
Joined: 7-March 13
Level 260 (Ascended)


QUOTE(Naimen @ May 21 2013, 10:57) *

Need help~
Cann`t open the settings pane... I clicked the HV STAT UI icon but nothing happened (IMG:[invalid] style_emoticons/default/anime_cry.gif)

Firefox 20.0.1 & Greasemonkey 1.8



I can't open the settings pane either (even nuked the indexeddb and started fresh), could in 4.x cant in 5.x anything. (tried with every addon disabled while leaving gm enabled as well)

This post has been edited by frapodorf: May 21 2013, 11:37
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 21 2013, 15:40
Post #460
m42a



Casual Poster
***
Group: Members
Posts: 213
Joined: 18-August 10
Level 322 (Godslayer)


Open the Error Console with Ctrl-Shift J, clear it, refresh the page, try to open the settings pane, and post all the errors or warnings from HVStat here.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 21 2013, 17:40
Post #461
Naimen



Regular Poster
*****
Group: Gold Star Club
Posts: 678
Joined: 23-March 12
Level 493 (Godslayer)


QUOTE(m42a @ May 21 2013, 15:40) *

Open the Error Console with Ctrl-Shift J, clear it, refresh the page, try to open the settings pane, and post all the errors or warnings from HVStat here.



Timestamp: 2013/5/21 23:40:08
Warning: Unknown property 'box-sizing'. Declaration dropped.
Source File: http://hentaiverse.org/?encounter=OTI0MTY4...2NjZmY3OWEzNg==
Line: 0

Timestamp: 2013/5/21 23:40:08
Error: TypeError: n is undefined
Source File: file:///C:/Users/xxx/AppData/Roaming/Mozilla/Firefox/Profiles/oykhbk4b.default/gm_scripts/HV_Statistics,_Tracking,_and_Analysis_Tool/hvstat.user.js
Line: 402

and the highlight codes are var parts = n.toString().split("."); Line 402, Col 1

(IMG:[invalid] style_emoticons/default/blink.gif)

This post has been edited by Naimen: May 21 2013, 17:44
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 21 2013, 18:44
Post #462
m42a



Casual Poster
***
Group: Members
Posts: 213
Joined: 18-August 10
Level 322 (Godslayer)


Well, that's certainly odd.

Hit Ctrl-Shift-K in the HentaiVerse tab, paste in "alert(localStorage.HVOverview);" (without the quotes), press enter, and post the contents of the alert box.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 21 2013, 18:55
Post #463
Naimen



Regular Poster
*****
Group: Gold Star Club
Posts: 678
Joined: 23-March 12
Level 493 (Godslayer)


QUOTE(m42a @ May 21 2013, 18:44) *

Well, that's certainly odd.

Hit Ctrl-Shift-K in the HentaiVerse tab, paste in "alert(localStorage.HVOverview);" (without the quotes), press enter, and post the contents of the alert box.


hmm...you mean like this?

{"startTime":1359126756919,"lastHourlyTime":1369150520128,"exp":847386318,"credits":1800571,"lastEquipTime":1369142886047,"lastEquipName":"Superior Cotton Pants of the Fire-eater","equips":894,"lastArtTime":1368981954987,"lastArtName":"Precursor Artifact","artifacts":24,"roundArray":[498,12678,0,1574],"expbyBT":[52219062,78888986],"creditsbyBT":[2428,168643]}
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 21 2013, 20:13
Post #464
m42a



Casual Poster
***
Group: Members
Posts: 213
Joined: 18-August 10
Level 322 (Godslayer)


The fix for your problem is to paste this into that same box, press enter, and refresh the page:

localStorage.HVOverview='{"startTime":1359126756919,"lastHourlyTime":1369150520128,"exp":847386318,"credits":1800571,"lastEquipTime":1369142886047,"lastEquipName":"Superior Cotton Pants of the Fire-eater","equips":894,"lastArtTime":1368981954987,"lastArtName":"Precursor Artifact","artifacts":24,"roundArray":[498,12678,0,1574],"expbyBT":[52219062,78888986,0,0],"creditsbyBT":[2428,168643,0,0]}'

What's worrying is that I can't find the bit of code that would have corrupted your stats like that. Did you upgrade from a version older than 5.3.3.4?

frapodorf: HVStat doesn't use indexeddb. You'd need to delete each HVStat entry from localStorage to reset everything.

This post has been edited by m42a: May 21 2013, 20:14
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 21 2013, 23:40
Post #465
frapodorf



Lurker
Group: Recruits
Posts: 4
Joined: 7-March 13
Level 260 (Ascended)


QUOTE(m42a @ May 21 2013, 20:13) *

The fix for your problem is to paste this into that same box, press enter, and refresh the page:

localStorage.HVOverview='{"startTime":1359126756919,"lastHourlyTime":1369150520128,"exp":847386318,"credits":1800571,"lastEquipTime":1369142886047,"lastEquipName":"Superior Cotton Pants of the Fire-eater","equips":894,"lastArtTime":1368981954987,"lastArtName":"Precursor Artifact","artifacts":24,"roundArray":[498,12678,0,1574],"expbyBT":[52219062,78888986,0,0],"creditsbyBT":[2428,168643,0,0]}'

What's worrying is that I can't find the bit of code that would have corrupted your stats like that. Did you upgrade from a version older than 5.3.3.4?

frapodorf: HVStat doesn't use indexeddb. You'd need to delete each HVStat entry from localStorage to reset everything.



Got it to work again once you said it uses local storage, and yeah, was still using 4.x ;p
Used Cookie Controller addon to clear all DOM storage for hentaiverse, and all works again. TY
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2013, 03:12
Post #466
Ikarum



Newcomer
*
Group: Recruits
Posts: 14
Joined: 27-April 10
Level 78 (Champion)


I also have the same problem, I can't open the config panel or see the current round of the arena. Already deleted cookies for hentaiverse using Cookie Controller addon but it still doesn't work.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2013, 03:32
Post #467
Naimen



Regular Poster
*****
Group: Gold Star Club
Posts: 678
Joined: 23-March 12
Level 493 (Godslayer)


QUOTE(m42a @ May 21 2013, 20:13) *

The fix for your problem is to paste this into that same box, press enter, and refresh the page:

localStorage.HVOverview='{"startTime":1359126756919,"lastHourlyTime":1369150520128,"exp":847386318,"credits":1800571,"lastEquipTime":1369142886047,"lastEquipName":"Superior Cotton Pants of the Fire-eater","equips":894,"lastArtTime":1368981954987,"lastArtName":"Precursor Artifact","artifacts":24,"roundArray":[498,12678,0,1574],"expbyBT":[52219062,78888986,0,0],"creditsbyBT":[2428,168643,0,0]}'

What's worrying is that I can't find the bit of code that would have corrupted your stats like that. Did you upgrade from a version older than 5.3.3.4?

frapodorf: HVStat doesn't use indexeddb. You'd need to delete each HVStat entry from localStorage to reset everything.


It works! Many thanks (IMG:[invalid] style_emoticons/default/smile.gif)
You are right, I used the version 4.3.3 from userscripts until it becomes invalid this HV update.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2013, 02:03
Post #468
CZer



Active Poster
*******
Group: Gold Star Club
Posts: 1,166
Joined: 27-January 09
Level 500 (Dovahkiin)


[quote name='greentea039' date='May 18 2013, 12:09' post='2613553']
HVSTAT v5.5.5

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


43 Pages V « < 22 23 24 25 > » 
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: 29th July 2025 - 06:04