Welcome Guest ( Log In | Register )

28 Pages V « < 12 13 14 15 16 > »   
Reply to this topicStart new topic
> [Script] HV Utils 3.0.0 (31 December 2023), A comprehensive out-of-battle script for Hentaiverse and ISK

 
post Jul 19 2019, 11:52
Post #261
sssss2



Veteran Poster
********
Group: Gold Star Club
Posts: 3,946
Joined: 11-April 14
Level 500 (Ponyslayer)


Update your browser and try again.

The script can't run in an old js engine.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 26 2019, 01:28
Post #262
sssss2



Veteran Poster
********
Group: Gold Star Club
Posts: 3,946
Joined: 11-April 14
Level 500 (Ponyslayer)


LAST VERSION OF HVUT...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 28 2019, 10:20
Post #263
SleepDealer



Chrono Diver
********
Group: Gold Star Club
Posts: 3,020
Joined: 6-February 12
Level 500 (Ponyslayer)


(IMG:[invalid] style_emoticons/default/sad.gif)
Attached Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 29 2019, 04:08
Post #264
manmangaz



Casual Poster
***
Group: Gold Star Club
Posts: 129
Joined: 9-January 14
Level 417 (Godslayer)


thx
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 9 2019, 22:02
Post #265
Fudo Masamune



Passive Poster
*******
Group: Gold Star Club
Posts: 1,636
Joined: 2-February 10
Level 500 (Ponyslayer)


Did the script consider Shield lottery as armor lottery?
it only show the armor lottery on character (and other pages) instead of both.

Attached Image

This post has been edited by Fudo Masamune: Aug 9 2019, 22:02
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 28 2019, 16:23
Post #266
XIBIE



Newcomer
**
Group: Members
Posts: 77
Joined: 3-September 16
Level 487 (Godslayer)


how to set this window to close as default? its quite annoying

Attached Image

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 30 2019, 02:17
Post #267
Kradziej



Newcomer
**
Group: Members
Posts: 65
Joined: 19-January 10
Level 368 (Godslayer)


QUOTE(XIBIE @ Aug 28 2019, 16:23) *

how to set this window to close as default? its quite annoying

Attached Image



It's useful if you want to know equip condition and how many pots you have xd
Anyway you can change that pretty easily:

Lane 8689:
$battle.div = $element("div",$id("csp"),[".hvut-bt-div"]);

change to

$battle.div = $element("div",$id("csp"),[".hvut-bt-div hvut-bt-min"]);
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 30 2019, 03:45
Post #268
sssss2



Veteran Poster
********
Group: Gold Star Club
Posts: 3,946
Joined: 11-April 14
Level 500 (Ponyslayer)


QUOTE(Fudo Masamune @ Aug 10 2019, 05:02) *

Did the script consider Shield lottery as armor lottery?
it only show the armor lottery on character (and other pages) instead of both.


It's not a bug.

Weapon and Armor lottery indicator doesn't show on the other lottery page.


QUOTE(Kradziej @ Aug 30 2019, 09:17) *

It's useful if you want to know equip condition and how many pots you have xd
Anyway you can change that pretty easily:

Lane 8689:
$battle.div = $element("div",$id("csp"),[".hvut-bt-div"]);

change to

$battle.div = $element("div",$id("csp"),[".hvut-bt-div hvut-bt-min"]);


Thank you for reply instead of me.

I'll make an option that make the pane close by default.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 31 2019, 17:26
Post #269
kamio11




*******
Group: Catgirl Camarilla
Posts: 1,355
Joined: 6-June 13
Level 500 (Ponyslayer)


When doing lots of upgrades at once (the threshold varies, but it seems to be around 100 at a time, depending on how fast), I get temporarily locked out of HV with the error "state lock limiter in effect". This goes away after 15-30 seconds. I do this, for example, when trying to fully forge an equip, or doing a lot of monster upgrades at once.

I don't recall this happening in the past, so I assume it is a relatively new rate limiter. Perhaps HV Utils should rate limit itself by adding in a pause every so often when doing many upgrades at once.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 31 2019, 19:21
Post #270
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 13,095
Joined: 19-February 16
Level 500 (Ponyslayer)


QUOTE(kamio11 @ Aug 31 2019, 17:26) *

When doing lots of upgrades at once (the threshold varies, but it seems to be around 100 at a time, depending on how fast), I get temporarily locked out of HV with the error "state lock limiter in effect". This goes away after 15-30 seconds. I do this, for example, when trying to fully forge an equip, or doing a lot of monster upgrades at once.

I don't recall this happening in the past, so I assume it is a relatively new rate limiter. Perhaps HV Utils should rate limit itself by adding in a pause every so often when doing many upgrades at once.


there is a setting that fixes this:
max_conn : 2, // limit the maximum number of connections; set to 1 or 2 if you see the "state lock limiter in effect" message

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 1 2019, 00:47
Post #271
sssss2



Veteran Poster
********
Group: Gold Star Club
Posts: 3,946
Joined: 11-April 14
Level 500 (Ponyslayer)


QUOTE(DJNoni @ Sep 1 2019, 02:21) *

there is a setting that fixes this:
max_conn : 2, // limit the maximum number of connections; set to 1 or 2 if you see the "state lock limiter in effect" message




Thank you for reply instead of me. x2

I'll add an explanation of that error.

This post has been edited by sssss2: Sep 1 2019, 00:47
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 1 2019, 06:47
Post #272
kamio11




*******
Group: Catgirl Camarilla
Posts: 1,355
Joined: 6-June 13
Level 500 (Ponyslayer)


QUOTE(DJNoni @ Aug 31 2019, 17:21) *

there is a setting that fixes this:
max_conn : 2, // limit the maximum number of connections; set to 1 or 2 if you see the "state lock limiter in effect" message


Thanks! (IMG:[invalid] style_emoticons/default/smile.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 14 2019, 11:42
Post #273
sssss2



Veteran Poster
********
Group: Gold Star Club
Posts: 3,946
Joined: 11-April 14
Level 500 (Ponyslayer)


HVUT 2.7.1 Update

[New settings added]

- reBeep : values for a RE beep sound; volume, frequency, etc
- equipEnchantCloseByDefault : minimize an equipment enchant pane by default
- salvage : warn before salvaging an equipment in Forge/Salvage
- Changed the default format of equipmentShopProtect and equipmentShopBazaar to make easier to see and modify

[Bug Fixes]

- Fixed a bug that automatically restart a canceled training

[Minor changes]

- Changed several colors
- Now shows an information about "state lock limiter in effect"

This post has been edited by sssss2: Sep 14 2019, 13:22
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 14 2019, 13:12
Post #274
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 13,095
Joined: 19-February 16
Level 500 (Ponyslayer)


nice update, thanks!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 3 2019, 18:02
Post #275
-vincento-



Work is for money, not for pride or respect
*******
Group: Gold Star Club
Posts: 2,038
Joined: 30-August 17
Level 492 (Godslayer)


Hello,
I just installed the latest version. I cannot trigger a RE. I click on "expire" button, but nothing happens. It doesn't redirect me to a RE.

This post has been edited by -vincento-: Oct 3 2019, 18:30
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 3 2019, 22:23
Post #276
sssss2



Veteran Poster
********
Group: Gold Star Club
Posts: 3,946
Joined: 11-April 14
Level 500 (Ponyslayer)


QUOTE(-vincento- @ Oct 4 2019, 01:02) *

Hello,
I just installed the latest version. I cannot trigger a RE. I click on "expire" button, but nothing happens. It doesn't redirect me to a RE.


Visit the news page and get a RE link on it.
https://e-hentai.org/news.php

This may fix that bug.

This post has been edited by sssss2: Oct 3 2019, 22:26
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 29 2019, 06:18
Post #277
Nezu



Rat
********
Group: Catgirl Camarilla
Posts: 3,929
Joined: 29-January 12
Level 500 (Ponyslayer)


Is it possible to expunge certain records from the shrine log?

Specifically, the error messages that are given when you try to shrine past your equip limit these days are recorded in the log as 'Your' and counted towards the rarity distribution %s.

Example:

CODE
ManBearPig Tail (2063)
4.1 % [84] Exquisite
21.4 % [441] Superior
65.9 % [1359] Average
8.4 % [173] Your
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 29 2019, 10:04
Post #278
sssss2



Veteran Poster
********
Group: Gold Star Club
Posts: 3,946
Joined: 11-April 14
Level 500 (Ponyslayer)


QUOTE(lestion @ Oct 29 2019, 13:18) *

Is it possible to expunge certain records from the shrine log?

Specifically, the error messages that are given when you try to shrine past your equip limit these days are recorded in the log as 'Your' and counted towards the rarity distribution %s.

Example:

CODE
ManBearPig Tail (2063)
4.1 % [84] Exquisite
21.4 % [441] Superior
65.9 % [1359] Average
8.4 % [173] Your




That bug was fixed already.
Update HVUT script.

And, to fix the current log, open the browser console (F12) and enter this code.

CODE
var log=JSON.parse(localStorage.hvut_ss_log);for(let t in log){delete log[t]["Your"];}localStorage.hvut_ss_log=JSON.stringify(log);
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 29 2019, 13:29
Post #279
Nezu



Rat
********
Group: Catgirl Camarilla
Posts: 3,929
Joined: 29-January 12
Level 500 (Ponyslayer)


QUOTE(sssss2 @ Oct 29 2019, 08:04) *

That bug was fixed already.
Update HVUT script.

And, to fix the current log, open the browser console (F12) and enter this code.


Updated & fixed. Thank you again for your amazing script!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 1 2019, 18:41
Post #280
sssss2



Veteran Poster
********
Group: Gold Star Club
Posts: 3,946
Joined: 11-April 14
Level 500 (Ponyslayer)


HVUT 2.7.2 Update

- Equip Inventory: added a button next to "note" input box, to get the summary from Live Percentile Range script
- Some minor bug fixes

And

- Various internal changes for the next update: Character Simulator. It will be completed when I get PHOH. Please pray for me (IMG:[invalid] style_emoticons/default/tongue.gif)

This post has been edited by sssss2: Nov 1 2019, 18:41
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


28 Pages V « < 12 13 14 15 16 > » 
Reply to this topicStart new topic
3 User(s) are reading this topic (1 Guests and 1 Anonymous Users)
1 Members: Rennirg

 


Lo-Fi Version Time is now: 15th March 2025 - 15:30