Loading. Please Wait... 
 |
 |
 |
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
Nov 25 2016, 00:41
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12

|
@Shind Mar "Drop Tracker" YES, i needed this. It keeps track of Equips, Artifacts and Figurines too, right? Does it work with Reloader? In case, could you subdivide this script in different parts, one for the shop and one for battle stuff? Thank you!
This post has been edited by gianfrix94: Nov 25 2016, 00:46
|
|
|
|
 |
|
Nov 25 2016, 00:56
|
Shind Mar
Group: Members
Posts: 283
Joined: 8-April 14

|
QUOTE(gianfrix94 @ Nov 24 2016, 22:41)  @Shind Mar "Drop Tracker" YES, i needed this. It keeps track of Equips, Artifacts and Figurines too, right? Does it work with Reloader? In case, could you subdivide this script in different parts, one for the shop and one for battle stuff? Thank you!
> It keeps track of Equips, Artifacts and Figurines too, right? It keeps tracks of all drops. You can see the drops by pressing the down arrow. Gives you the name and the count. > Does it work with Reloader? Does it? (IMG:[ invalid] style_emoticons/default/tongue.gif) I am sorry I do not know what that is. > In case, could you subdivide this script in different parts, one for the shop and one for battle stuff? No need. You can exclude the script from the bazaar through Tampermonkey, Greasemonkey or Violentmonkey, or whatever monkey you are spanking. In the addons you can set to include or exclude sites... just exclude the Bazaar or the things you do not want the script to run in.
|
|
|
|
 |
|
Nov 25 2016, 01:22
|
Shind Mar
Group: Members
Posts: 283
Joined: 8-April 14

|
QUOTE(gianfrix94 @ Nov 24 2016, 22:59)  Reloader is one of the most important scripts here, like SmartSearch. Take a look at it here: https://forums.e-hentai.org/index.php?showtopic=190038I just tested it and no it does not work with Reloader. Maybe I can try and fix it for next release. My scripts only runs at the start and does not monitor changes.
|
|
|
Nov 25 2016, 01:26
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12

|
QUOTE(Shind Mar @ Nov 25 2016, 00:22)  I just tested it and no it does not work with Reloader. Maybe I can try and fix it for next release. My scripts only runs at the start and does not monitor changes.
Thank you, if you could manage to make it work with Reloader it would be great (IMG:[ invalid] style_emoticons/default/biggrin.gif)
|
|
|
Nov 25 2016, 03:22
|
ctaglack
Group: Gold Star Club
Posts: 428
Joined: 18-April 14

|
QUOTE(Shind Mar @ Nov 24 2016, 22:25)  -snip-
Oh, this is very useful! Thanks for making it!
|
|
|
Nov 25 2016, 11:09
|
ctaglack
Group: Gold Star Club
Posts: 428
Joined: 18-April 14

|
QUOTE(f4tal @ Feb 5 2016, 19:46)  Name: No "You are Victorious" Popup Author: GaryMcNabb, Mewtty [Link to original thread/post] Features:- Automatically advances the round by clicking the "You are Victorious" popup to make your life a little easier
Download: [ www.mediafire.com] No "You are Victorious" Popup [1.6] (Work perfectly on HV 0.83) Click on every popup, but final one in battle series (last popup in Arena, Item World and Ring of Blood modes [ www.mediafire.com] No "You are Victorious" Popup [1.2] (Work perfectly on HV 0.83) Click on every popup.The download links are the wrong way round (1.6 links to 1.2, and 1.2 to 1.6)
|
|
|
|
 |
|
Nov 25 2016, 21:36
|
NerfThis
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14

|
Code based on Track Drops. v.0.0.0.7 [attachmentid=101354] Track only in battle. Click stamina icon to toggle open/close or auto pop-up when end of final round Auto reset when end of final round. Support reloader (settings.use_reloader set to true; default: true). [attachmentid=94739] CODE var settings = { reset : 2, // 0:never reset, 1:reset when visit non-battle page, 2:reset when end of final round use_reloader : true, // set to true if you're using a Reloader font_size : 10 // drop list font-size };
- v.0.0.0.7 Added track for easter artifact. This post has been edited by NerfThis: Apr 8 2017, 23:44
|
|
|
|
 |
|
Nov 25 2016, 21:54
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12

|
QUOTE(hansvar92 @ Nov 25 2016, 20:36)  ...
YES, thank you! I'll test it later, it will be incredibly useful to me (IMG:[ invalid] style_emoticons/default/smile.gif) This post has been edited by gianfrix94: Nov 26 2016, 19:49
|
|
|
|
 |
|
Nov 25 2016, 22:08
|
FabulousCupcake
Group: Gold Star Club
Posts: 496
Joined: 15-April 14

|
One performance issue with track drops is that it adds load as it parses the battle log every round ( or turn maybe? ). You don't really need Track Drops if you use Superlatanium's Income Summary. Just save your inventory data before playing, hit compare after you're done, and you get a neat summary of what you get. You can use also simrock87's EQSort - Newest First to… well, as the script name says, sort your equipments by newest first (using the equipment id). With it, you'll always see whatever equipments you recently got from your last game. Way less time spent on searching to salvage/sell stuff. Very useful. This post has been edited by FabulousCupcake: Nov 25 2016, 22:10
|
|
|
|
 |
|
Nov 25 2016, 22:15
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12

|
QUOTE(FabulousCupcake @ Nov 25 2016, 21:08)  ...
I' ll try all of them, and see what works better for me. Thanks for the tips (IMG:[ invalid] style_emoticons/default/smile.gif)
|
|
|
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: 53 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: 53 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
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|