Welcome Guest ( Log In | Register )

291 Pages V « < 165 166 167 168 > »   
Reply to this topicStart new topic
> HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd)

 
post Nov 21 2016, 18:06
Post #3307
Sapo84



Deus lo vult
********
Group: Gold Star Club
Posts: 3,332
Joined: 14-June 09
Level 500 (Ponyslayer)


QUOTE(gianfrix94 @ Nov 21 2016, 16:51) *

@Sapo84
I'm using reloader version mod_1.3.3b Sapo84 on Chrome+Tampermonkey, and i saw one strange behaviour, and don't know if it is known.
I have set hvStateHP as true, and after starting a RE on hentaiverse.org, i went to alt.hentaiverse.org.
The strange behaviour is that it showed the HP of enemies only on hentaiverse.org, and not on alt.hentaiverse.org.

That part was included in the normal reloader 1.3 version.
Written by tatarime and included, I think, by FabulousCupcake.

I honestly think that it's not useful and removed from my "branch" (that's why I increased the version to 1.4), but I don't see anything in the code that could fuck up when switching from and to alt.hentaiverse.
Probably needs to be tested, but I really don't want to touch any javascript at home until I'm stuck with frontend developing works (IMG:[invalid] style_emoticons/default/heh.gif) (IMG:[invalid] style_emoticons/default/heh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 21 2016, 21:51
Post #3308
FabulousCupcake



Casual Poster
****
Group: Gold Star Club
Posts: 495
Joined: 15-April 14
Level 451 (Dovahkiin)


QUOTE(gianfrix94 @ Nov 21 2016, 16:51) *

@Sapo84
I'm using reloader version mod_1.3.3b Sapo84 on Chrome+Tampermonkey, and i saw one strange behaviour, and don't know if it is known.
I have set hvStateHP as true, and after starting a RE on hentaiverse.org, i went to alt.hentaiverse.org.
The strange behaviour is that it showed the HP of enemies only on hentaiverse.org, and not on alt.hentaiverse.org.
All the rest worked.


The issue occurs because the HP values do not exist in the localStorage or is invalid.
Since localStorage is isolated by subdomains, every time you switch the domain while being on different rounds the stored HP values will be invalid.
If this happens, the script will attempt to fetch the HP values from the game log ( the first few lines that follows after "Battle Start!" ), however if you switch after that battle log containing the monster hp values are gone, it will have nothing to show and it stops working.

Starting a new game / going into a new round should make the HP bars reappear.

This post has been edited by FabulousCupcake: Nov 21 2016, 21:53
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 21 2016, 21:57
Post #3309
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 500 (Godslayer)


QUOTE(FabulousCupcake @ Nov 21 2016, 20:51) *

The issue occurs because the HP values do not exist in the localStorage or is invalid.
Since localStorage is isolated by subdomains, every time you switch the domain while being on different rounds the stored HP values will be invalid.
If this happens, the script will attempt to fetch the HP values from the game log ( the first few lines that follows after "Battle Start!" ), however if you switch after that battle log containing the monster hp values are gone, it will have nothing to show and it stops working.

Starting a new game / going into a new round should make the HP bars reappear.

Oh cool, nice to know.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 21 2016, 23:49
Post #3310
Superlatanium



Dreaming of optimizing the system
**********
Group: Gold Star Club
Posts: 7,631
Joined: 27-November 13
Level 500 (Godslayer)


QUOTE(gianfrix94 @ Nov 21 2016, 16:06) *
This addition is really great!
Just a thing, sometimes when i press Check Levels, and there are a lot of results in the page, nothing happens.
Is it a small bug?
Can you give me an example of when it breaks?

(I recommend against getting levels when there are more than 200? equips or so, the server may not be happy with that many requests in a row. Maybe.)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 22 2016, 00:12
Post #3311
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 500 (Godslayer)


QUOTE(Superlatanium @ Nov 21 2016, 22:49) *

Can you give me an example of when it breaks?

(I recommend against getting levels when there are more than 200? equips or so, the server may not be happy with that many requests in a row. Maybe.)

Here is an example, when i write "*rapier*slaughter*" in the textbox and SmartSearch, it opens the page with the list, but then when i click Check Levels nothing happens, it doesn't open the hentaiverse.org/fakepage where it pulls the levels.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 22 2016, 01:03
Post #3312
Superlatanium



Dreaming of optimizing the system
**********
Group: Gold Star Club
Posts: 7,631
Joined: 27-November 13
Level 500 (Godslayer)


QUOTE(gianfrix94 @ Nov 21 2016, 22:12) *
Here is an example, when i write "*rapier*slaughter*" in the textbox and SmartSearch, it opens the page with the list, but then when i click Check Levels nothing happens, it doesn't open the hentaiverse.org/fakepage where it pulls the levels.
Fixed it. Problem was that some people were linking equips to non-equip pages, like to the lottery, resulting in a failed regex when searching for the equipment eid in the link.

Attached File  SmartSearch_1.2.5.user.js.txt ( 37.53k ) Number of downloads: 72
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 22 2016, 01:16
Post #3313
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 500 (Godslayer)


QUOTE(Superlatanium @ Nov 22 2016, 00:03) *

Fixed it. Problem was that some people were linking equips to non-equip pages, like to the lottery, resulting in a failed regex when searching for the equipment eid in the link.

Attached File  SmartSearch_1.2.5.user.js.txt ( 37.53k ) Number of downloads: 72


Tested it, it does work now (IMG:[invalid] style_emoticons/default/biggrin.gif)
Thank you for your hard work!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 22 2016, 01:49
Post #3314
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 500 (Godslayer)


@Superlatanium
By the way, just a small question about SmartSearch.
Would it be possible for you in the future to add Order By Price and Order By Level functions for the result list?

Thanks for the attention (IMG:[invalid] style_emoticons/default/biggrin.gif)

This post has been edited by gianfrix94: Nov 22 2016, 01:50
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 25 2016, 00:25
Post #3315
Shind Mar



Casual Poster
****
Group: Members
Posts: 283
Joined: 8-April 14
Level 380 (Dovahkiin)


Hiya,

Attached File  HentaiVerse_Assitant_by_Shind_Mar.user.js.txt ( 25.12k ) Number of downloads: 62


"HentaiVerse Assitant" beta script. I wanted to add more functionality but... stuff. Not really designed for high level players.

Look at the images

- Adds timer for training visible on all screens.

- Shows level and price of equipment in shop. Adds ability to sell more than one item at a time. Filter. You can filter by price or by text. To filter by price you type ">" or "<" and then number.

- In battle it keeps tab of all drops, round, exp, gold etc. It also tell you the amount of pots you have. So you get to know the insignificant amount of stuff you are getting. When I say all drops, I mean all Equips, Artifacts and Figurines, Consumables... You can see the drops you've picked up and their amount by clicking the down arrow. Look at the last image to see what I mean. The listing is color coordinated like HV log is.

- Counter on the consumables (white background pane on the right side). When you get a gem or when you cannot pot, the text reflects that. It shows you the current state of your items that you can use. If you cannot pot the text is in gray. To keep track of count consumables for battle, you need to go to your inventory at least once and every time you make consumable purchase or sale. After that it should keep track of all items. If it goes out of sync for some reason or other just go to your inventory.

Was going to add a sticky quickbar but maybe next release. Let me know what you think.

Training Timer
Attached Image

Equipment selling
Attached Image

The record is kept above the monster listing. You press the arrow button to get to see what items you've picked up.
Attached Image
Attached Image

This post has been edited by Shind Mar: Nov 25 2016, 01:24
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 25 2016, 00:41
Post #3316
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 500 (Godslayer)


@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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 25 2016, 00:56
Post #3317
Shind Mar



Casual Poster
****
Group: Members
Posts: 283
Joined: 8-April 14
Level 380 (Dovahkiin)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 25 2016, 00:59
Post #3318
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 500 (Godslayer)


QUOTE(Shind Mar @ Nov 24 2016, 23:56) *

> Does it work with Reloader?
Does it? (IMG:[invalid] style_emoticons/default/tongue.gif) I am sorry I do not know what that is.

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=190038

This post has been edited by gianfrix94: Nov 25 2016, 01:00
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 25 2016, 01:22
Post #3319
Shind Mar



Casual Poster
****
Group: Members
Posts: 283
Joined: 8-April 14
Level 380 (Dovahkiin)


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=190038


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 25 2016, 01:26
Post #3320
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 500 (Godslayer)


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)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 25 2016, 03:22
Post #3321
ctaglack



Casual Poster
****
Group: Gold Star Club
Posts: 428
Joined: 18-April 14
Level 500 (Godslayer)


QUOTE(Shind Mar @ Nov 24 2016, 22:25) *

-snip-

Oh, this is very useful! Thanks for making it!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 25 2016, 11:09
Post #3322
ctaglack



Casual Poster
****
Group: Gold Star Club
Posts: 428
Joined: 18-April 14
Level 500 (Godslayer)


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)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 25 2016, 21:36
Post #3323
NerfThis



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14
Level 500 (Ponyslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 25 2016, 21:54
Post #3324
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 500 (Godslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 25 2016, 22:08
Post #3325
FabulousCupcake



Casual Poster
****
Group: Gold Star Club
Posts: 495
Joined: 15-April 14
Level 451 (Dovahkiin)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 25 2016, 22:15
Post #3326
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 500 (Godslayer)


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)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 165 166 167 168 > » 
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: 31st July 2025 - 20:40