Loading. Please Wait... 
 |
 |
 |
[Script] Live Percentile Ranges 1.1.0, See how good your equips are at a glance |
|
Jan 16 2018, 16:42
|
Juggernaut Santa
Group: Gold Star Club
Posts: 11,132
Joined: 26-April 12

|
He's probably using the default font. Not an odd thing.
|
|
|
Jan 16 2018, 18:12
|
phontas
Group: Gold Star Club
Posts: 155
Joined: 6-November 09

|
QUOTE(gianfrix94 @ Jan 16 2018, 17:28)  Do you use the normal site or alt? Did you check the console for errors?
This is what I get from console: 66:26) :: Equip is too obsolete, not parsing 66:26) :: Using local database 66:26) :: No equips to parse 66:26) :: Making results... 66:26) :: Results finished Not sure what you mean about using the normal site, like https://hentaiverse.org/equip/118950170/45bf07a0ba? QUOTE(Juggernaut Santa @ Jan 16 2018, 17:42)  He's probably using the default font. Not an odd thing.
Do I have to change the font for it to work? (IMG:[ invalid] style_emoticons/default/ohmy.gif) This post has been edited by phontas: Jan 16 2018, 18:34
|
|
|
|
 |
|
Jan 16 2018, 19:08
|
Juggernaut Santa
Group: Gold Star Club
Posts: 11,132
Joined: 26-April 12

|
QUOTE(phontas @ Jan 16 2018, 17:12)  Do I have to change the font for it to work? (IMG:[ invalid] style_emoticons/default/ohmy.gif) Well of course. Since 0.84 most scripters decided to not give a damn about default font (IMG:[ invalid] style_emoticons/default/laugh.gif) This post has been edited by Juggernaut Santa: Jan 16 2018, 19:09
|
|
|
Jan 16 2018, 19:49
|
phontas
Group: Gold Star Club
Posts: 155
Joined: 6-November 09

|
QUOTE(Juggernaut Santa @ Jan 16 2018, 20:08)  Well of course. Since 0.84 most scripters decided to not give a damn about default font (IMG:[ invalid] style_emoticons/default/laugh.gif) Yup that did it! Thank you : )
|
|
|
Jan 20 2018, 23:00
|
Maharid
Group: Catgirl Camarilla
Posts: 2,379
Joined: 27-April 10

|
I use a custom font but i still get the "No data available for this equip type" message when changing range type for most equipments.
|
|
|
|
 |
|
Jan 21 2018, 03:40
|
Superlatanium
Group: Gold Star Club
Posts: 7,589
Joined: 27-November 13

|
Added a graphic - now you can see the mins and maxes for each stat and quality. There's also a compare function so you can visually see the differences between equips without switching between tabs. Examples:     The percentiles shown in the graphic correspond to unforged stats. The quality range of the percentiles corresponds to the currently selected quality in the dropdown menu. The quality checkboxes will initially be grayed out until said quality is stored in your local database. QUOTE(Juggernaut Santa @ Jan 14 2018, 05:51)  Do I have to do it every time? It takes several minutes per equipment type I haven't got the ranges from the server already, if I have to store all of them again each time I have wrong values saved, I'll live without the script (IMG:[ invalid] style_emoticons/default/laugh.gif) See the first post - once the ranges are cached on my server, they'll be returned to you instantly, so as long as the range has been grabbed by someone in the past few weeks (maybe by you, maybe by someone else), there won't be a delay. QUOTE(paruri @ Jan 14 2018, 06:44)  I guess you put ADB's level scaling factor for MDB Great catch. Fixed it. QUOTE(Maharid @ Jan 20 2018, 21:00)  I use a custom font but i still get the "No data available for this equip type" message when changing range type for most equipments. I didn't encounter this before I saw your post, but maybe I already accidentally fixed it. If you see it again after installing the latest version and clearing your database, can you post an example?
|
|
|
|
 |
|
Jan 21 2018, 04:48
|
Maharid
Group: Catgirl Camarilla
Posts: 2,379
Joined: 27-April 10

|
With the new version the problem was still here so i searched the consolle for errors and... not it is working properly, i don't know what to say. Anyway that was the consolle message: CODE Proprietà sconosciuta “user-select”. Dichiarazione tralasciata. hvg.css:20:18 557:7 :: Using local database Percentile_Ranges_1.3.1.user.js:71:5 601:5 :: Making results... Percentile_Ranges_1.3.1.user.js:71:5 659:5 :: Results finished Percentile_Ranges_1.3.1.user.js:71:5 In database, didn't find Magnificent Shade Breastplate Percentile_Ranges_1.3.1.user.js:676:7 In database, didn't find Exquisite Shade Breastplate Percentile_Ranges_1.3.1.user.js:676:7 In database, didn't find Superior Shade Breastplate Percentile_Ranges_1.3.1.user.js:676:7
|
|
|
|
 |
|
Jan 21 2018, 05:32
|
Superlatanium
Group: Gold Star Club
Posts: 7,589
Joined: 27-November 13

|
QUOTE(Maharid @ Jan 21 2018, 02:48)  With the new version the problem was still here so i searched the consolle for errors and... not it is working properly, i don't know what to say. Are you sure you cleared the database? I need an actual example. I can't replicate it in FF or Chrome, Greasemonkey or Tampermonkey.
|
|
|
|
 |
|
Jan 21 2018, 11:57
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07

|
QUOTE(Superlatanium @ Jan 21 2018, 02:40)  Added a graphic - now you can see the mins and maxes for each stat and quality. There's also a compare function so you can visually see the differences between equips without switching between tabs. Examples:     The percentiles shown in the graphic correspond to unforged stats. The quality range of the percentiles corresponds to the currently selected quality in the dropdown menu. nice! they say an image speaks more than a thousand words, uh?
|
|
|
|
 |
|
Jan 21 2018, 19:16
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12

|
The percentile graph is pretty good, but it would be quite better if it resized based on the page size (so in the popup it wouldn't need horizontal scrolling)
PS: For now, for a fast fix, i added in DocumentInteractor(): if (window.innerWidth < 720) { window.resizeBy(750-window.innerWidth,0); window.moveBy(-1/2*(750-window.innerWidth),0); } And in the css: svg {width: 720px; margin: 10px 0px 10px 0px; }
This post has been edited by gianfrix94: Jan 21 2018, 20:00
|
|
|
Jan 22 2018, 04:01
|
Superlatanium
Group: Gold Star Club
Posts: 7,589
Joined: 27-November 13

|
QUOTE(Maharid @ Jan 21 2018, 16:46)  This is what happen when i try to see a Mag Ranges for this exquisite. Look at your screenshot, you can probably see the problem. You've installed some other script that's interfering.
|
|
|
Jan 22 2018, 04:06
|
Maharid
Group: Catgirl Camarilla
Posts: 2,379
Joined: 27-April 10

|
Ok, it is caused by ToolBox Equipment Ranges, i made it to not run on the showequip screen and LPR now work properly.
Thanks for the hint.
|
|
|
Jan 29 2018, 18:16
|
Cryosite
Group: Members
Posts: 553
Joined: 29-August 17

|
Feature idea: A display style or series of display styles which allow you to simulate forge levels.
You could build it similar to how "X" "Forged Scaled to X" works. Instead of or in addition to imputing a scale level, you could input a forge level.
To simplify that, I'd just forge all stats that may be forged to the chosen level, rather than trying to accommodate "what if I forge ADB to 5, DEX PAB to 7, and Accuracy to 11?" Instead, such a user would just need to redo the display style three times and look at each stat while it is forge-level of their desire.
|
|
|
Jan 30 2018, 02:05
|
Juggernaut Santa
Group: Gold Star Club
Posts: 11,132
Joined: 26-April 12

|
"Scale to your level" did not update after I leveled up. It still uses 459 when I use it.
|
|
|
Jan 30 2018, 02:41
|
Superlatanium
Group: Gold Star Club
Posts: 7,589
Joined: 27-November 13

|
QUOTE(Juggernaut Santa @ Jan 30 2018, 00:05)  "Scale to your level" did not update after I leveled up. It still uses 459 when I use it. It's stored in EquipmentRanges.userLevelObj.level and expires 7 days after the last check so as not to make numerous unnecessary network requests. I guess there's no harm in reducing it to 2 days though. You can force it to check again by clearing the database.
|
|
|
Feb 19 2018, 20:58
|
tamiroff
Group: Members
Posts: 1,145
Joined: 23-August 09

|
Greetings, Super; When an Equipment Pop-up is opened it displays "Checking..." in the area below current owner, but does not change. Console displayed this message: ERROR: Execution of script 'Live Percentile Ranges' failed! equipDocument.querySelectorAll(...).forEach is not a function Any ideas for a fix would be appreciated. Thanks.
|
|
|
Feb 19 2018, 22:41
|
Superlatanium
Group: Gold Star Club
Posts: 7,589
Joined: 27-November 13

|
Your browser is too outdated or too standards-noncompliant. (Out of curiosity, which one is it?) nodeList.forEach is not a new thing.
I can make a Babel/polyfilled version, but it'll take a bit of time.
|
|
|
Feb 20 2018, 01:55
|
tamiroff
Group: Members
Posts: 1,145
Joined: 23-August 09

|
QUOTE(Superlatanium @ Feb 19 2018, 12:41)  Your browser is too outdated or too standards-noncompliant. (Out of curiosity, which one is it?) nodeList.forEach is not a new thing.
I guess I shouldn't be suprised. It's just that this is a new on me. Thanks for looking into it, Super. (Browser: Chrome 49.0.2623.112 m) Super Thanks
|
|
|
|
 |
|
Feb 20 2018, 02:41
|
Superlatanium
Group: Gold Star Club
Posts: 7,589
Joined: 27-November 13

|
QUOTE(tamiroff @ Feb 19 2018, 23:55)  (Browser: Chrome 49.0.2623.112 m) 2 years old browser, that would do it. Chrome support for NodeList.forEach started at Chrome 51. This would be a quick solution, but I can't guarantee there won't be other issues as well: Near the top, after "use strict", paste in this: CODE if (window.NodeList && !NodeList.prototype.forEach) { NodeList.prototype.forEach = function (callback, thisArg) { thisArg = thisArg || window; for (var i = 0; i < this.length; i++) { callback.call(thisArg, this[i], i, this); } }; }
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|