Loading. Please Wait... 
 |
 |
 |
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
Nov 26 2016, 10:54
|
nobody_xxx
Group: Gold Star Club
Posts: 13,753
Joined: 7-December 10

|
do you use reloader ? if my memory not wrong , that scripts isn't compatible with reloader (IMG:[ invalid] style_emoticons/default/heh.gif)
|
|
|
Nov 26 2016, 19:06
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12

|
QUOTE(hansvar92 @ Nov 25 2016, 20:36)  ...
Sorry for the bother, i tried it again and it doesn't work, it only tracks a single (the current) round, and not all of them. I'm using Reloader mod_1.3.3b Sapo on Chrome+Tampermonkey, use_reloader is set to true. Edit: I tried with normal Reloader 1.1.1 and it works, it doesn't on Reloader mod_1.3.3b Sapo only it seems. Could this be fixed maybe? This post has been edited by gianfrix94: Nov 26 2016, 19:48
|
|
|
|
 |
|
Nov 26 2016, 22:35
|
NerfThis
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14

|
QUOTE(gianfrix94 @ Nov 27 2016, 02:06)  Sorry for the bother, i tried it again and it doesn't work, it only tracks a single (the current) round, and not all of them. I'm using Reloader mod_1.3.3b Sapo on Chrome+Tampermonkey, use_reloader is set to true.
Edit: I tried with normal Reloader 1.1.1 and it works, it doesn't on Reloader mod_1.3.3b Sapo only it seems. Could this be fixed maybe?
I download sapo's reloader from [ github.com] https://github.com/Sapo84/Reloader/blob/Les...eloader.user.jsI test on FF v.50.0 with sapo and fabcake reloader. It's working fine for me. Could you upload your reloader to here?
|
|
|
|
 |
|
Nov 26 2016, 22:42
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12

|
QUOTE(hansvar92 @ Nov 26 2016, 21:35)  I download sapo's reloader from [ github.com] https://github.com/Sapo84/Reloader/blob/Les...eloader.user.jsI test on FF v.50.0 with sapo and fabcake reloader. It's working fine for me. Could you upload your reloader to here? Sure, here is it.
Reloader.user.js.txt ( 26.41k )
Number of downloads: 52 Now, i'll try using the one you linked, just to see if we have the same result. Edit: The one you linked too doesn't work for me, the list is always empty. Testing on Chrome v 54.0.2840.99 m (the latest) + Tampermonkey v 4.1.10 (the latest). This post has been edited by gianfrix94: Nov 26 2016, 22:50
|
|
|
|
 |
|
Nov 27 2016, 02:27
|
sogeth
Group: Gold Star Club
Posts: 1,364
Joined: 2-January 13

|
Are there any equipment shop scripts that add sorting capabilities? Change the order to sort by level, type, suffix, etc? I see that there are some that do highlighting, but I'd like dynamic sort capabilities...
Also, are there any scripts that can read the item shop and give you alerts or send moogle mail to you?
Also, also, are there any scripts that will alert you when an item shop bot has purchased something for you?
Thanks!
This post has been edited by sogeth: Nov 27 2016, 02:29
|
|
|
|
 |
|
Nov 27 2016, 03:04
|
NerfThis
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14

|
QUOTE(gianfrix94 @ Nov 27 2016, 05:42)  Sure, here is it.
Reloader.user.js.txt ( 26.41k )
Number of downloads: 52 Now, i'll try using the one you linked, just to see if we have the same result. Edit: The one you linked too doesn't work for me, the list is always empty. Testing on Chrome v 54.0.2840.99 m (the latest) + Tampermonkey v 4.1.10 (the latest). They are not same code. Your reloader does not add pop-up window at end of round. And above reloader in sapo's github repository that working fine for me on Chrome v 54.0.2840.99 m (the latest) + Tampermonkey v 4.2. You should be use reloader on sapo's github repository. That code said CODE if (popupLength !== 0) { // Here we're loading popup to the page regardless of the skipNextRound / popupTime settings // even though it is "skipped" and not even visible; slightly increasing load time. // This is because OnPageReload() will later call scripts, // some of which will require popup in the document ( Counter Plus ) var parent = document.getElementsByClassName('btt')[0]; parent.insertBefore(popup[0], parent.firstChild); }
Or you need below fix to your reloader. find and change the below code CODE if (popupLength !== 0) { if(!navbarExists && !settings.popupTime && settings.skipToNextRound) { window.hvpop = popup[0]; } else{ var parent = document.getElementsByClassName('btt')[0]; parent.insertBefore(popup[0], parent.firstChild); } }
to CODE if (popupLength !== 0) { if(!navbarExists && !settings.popupTime && settings.skipToNextRound) { window.hvpop = popup[0]; } //else{ var parent = document.getElementsByClassName('btt')[0]; parent.insertBefore(popup[0], parent.firstChild); //} }
But, you said both reloader not work for you. So, I'm not sure that fix will work for you (at least that work for me). And even though this is not solution for your problem, updated v.0.0.0.3. Track Drops. v.0.0.0.3
|
|
|
|
 |
|
Nov 27 2016, 03:19
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12

|
QUOTE(hansvar92 @ Nov 27 2016, 02:04)  ...
It worked!! (IMG:[ invalid] style_emoticons/default/biggrin.gif) I reinstalled the extension, did that code change, then installed Track Drops (this new version) and now everything worked flawlessly trying out an Arena! Thank you, for the script and the help! This post has been edited by gianfrix94: Nov 27 2016, 03:20
|
|
|
Nov 27 2016, 03:47
|
Sapo84
Group: Gold Star Club
Posts: 3,332
Joined: 14-June 09

|
QUOTE(hansvar92 @ Nov 27 2016, 02:04)  They are not same code. Your reloader does not add pop-up window at end of round. And above reloader in sapo's github repository that working fine for me on Chrome v 54.0.2840.99 m (the latest) + Tampermonkey v 4.2.
Yep, 1.4 by default does not add the pop-up to the page but keeps it in memory. On hindsight I probably should have made that optional as well.
|
|
|
|
 |
|
Nov 28 2016, 20:23
|
sssss2
Group: Gold Star Club
Posts: 4,018
Joined: 11-April 14

|
Hentaiverse Equipment Comparison 0.6.5.9
[attachmentid=94987]
* 0.6.5.9 - Added " V " hotkey : Open equipment page as a new tab - Added " G " hotkey to calculate percentiles at PMax. (It is NOT L-Range.) - Removed 'M' key (integrated with 'G') - Fixed 'F' and 'H' key fall through
- Now can disable 'F' and 'H' hotkeys -- var FORUM_URL_LINK = true; // 'F' hotkey -- var HTML_URL_LINK = false; // 'H' hotkey
|
|
|
Nov 28 2016, 20:29
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12

|
QUOTE(sssss2 @ Nov 28 2016, 19:23)  ...
Great, thanks! I have a question for you not related to this though: I heard from an user you have made a Forge Upgrade calculator of required Materials/Catalysts spreadsheet, was he right? If he was, could i have a link? Thank you for your hard work! This post has been edited by gianfrix94: Nov 28 2016, 20:30
|
|
|
Nov 28 2016, 20:56
|
sssss2
Group: Gold Star Club
Posts: 4,018
Joined: 11-April 14

|
QUOTE(gianfrix94 @ Nov 29 2016, 03:29)  Great, thanks!
I have a question for you not related to this though: I heard from an user you have made a Forge Upgrade calculator of required Materials/Catalysts spreadsheet, was he right? If he was, could i have a link?
Thank you for your hard work!
[ docs.google.com] https://docs.google.com/spreadsheets/d/1gpJ...dit?usp=sharing
|
|
|
|
 |
|
Nov 28 2016, 21:00
|
blue penguin
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12

|
I have pinned this thread so people (hopefully) do not create more "this script does not work anymore" threads. I want to do some organization of the userscripts for the galleries, but we may as well put in the HV scripts into the work. On the other hand I'm not a heavy HV player (these days I do 1-2 randoms and then get the daily experience), therefore am considerably clueless about which scripts do work and which do not. I'll create an index of the scripts for the galleries during the following days (before the end of the week for sure). That will give an example of an index that could be made from the first post in this thread. Yet, I'll need your help. Can someone enlighten me a little on the state of the various scripts? (we have the wiki page, which I plan to update too. But i cannot tell whether there have been updates after the "last updated" column in the wiki table)
|
|
|
|
 |
|
Nov 28 2016, 21:18
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12

|
QUOTE(sssss2 @ Nov 28 2016, 19:56)  Thank you! This will be really useful (IMG:[ invalid] style_emoticons/default/biggrin.gif) QUOTE(blue penguin @ Nov 28 2016, 20:00)  I have pinned this thread so people (hopefully) do not create more "this script does not work anymore" threads. I want to do some organization of the userscripts for the galleries, but we may as well put in the HV scripts into the work. On the other hand I'm not a heavy HV player (these days I do 1-2 randoms and then get the daily experience), therefore am considerably clueless about which scripts do work and which do not. I'll create an index of the scripts for the galleries during the following days (before the end of the week for sure). That will give an example of an index that could be made from the first post in this thread. Yet, I'll need your help. Can someone enlighten me a little on the state of the various scripts? (we have the wiki page, which I plan to update too. But i cannot tell whether there have been updates after the "last updated" column in the wiki table) Well, for an almost up to date list of scripts we have this: https://forums.e-hentai.org/index.php?showtopic=190038I say almost because there are some new scripts and updates that were posted only in this very thread.
|
|
|
|
 |
|
Nov 30 2016, 19:14
|
NerfThis
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14

|
QUOTE(sssss2 @ Nov 29 2016, 03:23)  Hentaiverse Equipment Comparison 0.6.5.9
[attachmentid=94987]
* 0.6.5.9 - Added " V " hotkey : Open equipment page as a new tab - Added " G " hotkey to calculate percentiles at PMax. (It is NOT L-Range.) - Removed 'M' key (integrated with 'G') - Fixed 'F' and 'H' key fall through
- Now can disable 'F' and 'H' hotkeys -- var FORUM_URL_LINK = true; // 'F' hotkey -- var HTML_URL_LINK = false; // 'H' hotkey
Thank you for your effort. Hentaiverse Equipment Comparison 0.6.6.0 [attachmentid=95098] * 0.6.6.0 - Update to Wiki Ranges data (30 November 2016) - " T ", " Y ", " I ", " O ", " P " and " G " keys changed to load upgrades and potencies when popup box. Which would require some loading time. - Prevent 'F', 'H' and 'V' key fall through ADB Mmax 24.72 to 24.8 Magnificent Power Leggings of SlaughterHV - Magic Scores 2.0.3.8 [attachmentid=95097] * 2.0.3.8 - " D ", " Z " and " X " keys changed to load upgrades and potencies when popup box. Which would require some loading time. This is popup box [attachembed=95095] This post has been edited by hansvar92: Nov 30 2016, 20:06
|
|
|
|
 |
|
Nov 30 2016, 20:32
|
Kiriman1
Group: Gold Star Club
Posts: 280
Joined: 6-May 16

|
Why can't I make Equipment comparison script work? It just says EC:Loading at the bottom whenever I press a a hotkey.
|
|
|
Nov 30 2016, 20:36
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12

|
QUOTE(Kiriman1 @ Nov 30 2016, 19:32)  Why can't I make Equipment comparison script work? It just says EC:Loading at the bottom whenever I press a a hotkey.
Did you set up a custom font in Settings? It doesn't work without a custom font.
|
|
|
Nov 30 2016, 20:40
|
Kiriman1
Group: Gold Star Club
Posts: 280
Joined: 6-May 16

|
QUOTE(gianfrix94 @ Dec 1 2016, 02:36)  Did you set up a custom font in Settings? It doesn't work without a custom font.
How do I do that?
|
|
|
Nov 30 2016, 20:43
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12

|
QUOTE(Kiriman1 @ Nov 30 2016, 19:40)  How do I do that?
Character-->Settings-->Font Engine See image for my set up 
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|