Welcome Guest ( Log In | Register )

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

 
post Mar 7 2015, 05:04
Post #1936
jqx



Casual Poster
***
Group: Members
Posts: 225
Joined: 3-January 12
Level 500 (Dovahkiin)


QUOTE(Owyn @ Jul 23 2014, 19:32) *

HoverPlay 1.7


HoverPlay is very very useful. Thank you, Owyn.

Today I closed browser by accident. When I come back to the game, I find that HoverPlay doesn't work.
I uninstall and re-install for several times. Finally I figure out what the problem is.
When I come back to Henti Verse, the URL is http://hentaiverse.org/.
Since the URL is different, HoverPlay doesn't work.
So I fix the matching URL, and it works again.


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

 
post Mar 7 2015, 05:30
Post #1937
VriskaSerket



Veteran Poster
********
Group: Catgirl Camarilla
Posts: 4,118
Joined: 27-December 08
Level 500 (Godslayer)


QUOTE(Superlatanium @ Feb 22 2015, 02:52) *

I'm having a problem with MonsterLab BabySitter 1.51. It worked perfectly on Chrome, but I recently switched to Iron for the speed increase, and about 2/3 of the time I try to feed/check all monsters, it fails. From the ML main page, usually the script will go to the last monster in the list (as usual), and will feed, but often after the first or second or third monster, it will simply stop (and subsequent "f" or "g" in that tab does nothing). Setting max crystals to feed has no effect.

Unfortunately I know absolutely nothing about debugging JS. Is there anything I can do, or should I just open Chrome whenever I need to do monster maintenance?

that script was designed in chrome for chrome and not tested in other browsers. So i cant imagine what exactly can be wrong. probably Iron does different DOM. I havnt time to test that problem, so if someone can fix that - feel free to do that.

ps. for better speed try chrome v10 - v12.
for me v11.0.696.34 ~2x faster than last one.

This post has been edited by VriskaSerket: Mar 7 2015, 05:32
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 7 2015, 05:45
Post #1938
simplesimon32



Regular Poster
*****
Group: Gold Star Club
Posts: 569
Joined: 18-January 14
Level 500 (Ponyslayer)


Wiki data's been updated, so I took the liberty of updating Gasior's HV Equipment Comparison with the new values.

HVEquipComparison_0.6.4.1.zip

v0.6.4.1
- Update to Wiki Ranges data (21 January 2015)
- Stat list now includes "Spell Crit Damage" data, though it's not used yet.
- Added a short "cheat sheet" as a comment near the start of the script, listing what keys do what.

As far as I can tell, the updated script works properly, but since I regenerated the entire base value table, it's possible that there are mistakes somewhere. If you find any problems with the script's updated base values, let me know (of course, the base values in the wiki are still skillchip's domain, so problems with those are none of my concern (IMG:[invalid] style_emoticons/default/tongue.gif)).

Edit: Sorry, seems to be a buggy version (see next post); once it's fixed, I'll repost.
Edit #2: Removed the attachment link; trust me, you didn't want that version anyway. Instead, check 2 posts down for a version that isn't so horribly broken.

This post has been edited by simplesimon32: Mar 8 2015, 05:06
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 7 2015, 16:09
Post #1939
tetron



Certified Retard!
*********
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14
Level 488 (Godslayer)


QUOTE(simplesimon32 @ Mar 7 2015, 09:15) *

Wiki data's been updated, so I took the liberty of updating Gasior's HV Equipment Comparison with the new values.

Attached File  HVEquipCompare_0.6.4.1.zip ( 22.27k ) Number of downloads: 67

0.6.4.1
- Update to Wiki Ranges data (21 January 2015)
- Stat list now includes "Spell Crit Damage" data, though it's not used yet.
- Added a short "cheat sheet" as a comment near the start of the script, listing what keys do what.

As far as I can tell, the updated script works properly, but since I regenerated the entire base value table, it's possible that there are mistakes somewhere. If you find any problems with the script's updated base values, let me know (of course, the base values in the wiki are still skillchip's domain, so problems with those are none of my concern (IMG:[invalid] style_emoticons/default/tongue.gif)).

Error Found:

Equipment: Peerless Jade Plate Sabatons of Warding
Attached Image

Peerless equipments does not possess less than P stat. S-x.xx is unbelievable!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 8 2015, 04:52
Post #1940
simplesimon32



Regular Poster
*****
Group: Gold Star Club
Posts: 569
Joined: 18-January 14
Level 500 (Ponyslayer)


Ok, let's try this again...

Attached File  HVEquipComparison_0.6.4.2.zip ( 22.55k ) Number of downloads: 195


Did a much more thorough check this time, and found more glaring errors...that'll teach me not to verify my results better before publishing... (IMG:[invalid] style_emoticons/default/unsure.gif)

* 0.6.4.2
- Fixed a bunch of regressions in the form of missing/misplaced data (sorry!).

* 0.6.4.1
- Update to Wiki Ranges data (21 January 2015)
- Stat list now includes "Attack Crit Damage" and "Spell Crit Damage" data, though neither are used yet.

(Posting both changelog entries here since I'd rather not admit that the version in the last post was a thing...)

Peerless stuff seems to show properly now (those S-xx values were caused by missing data), though a few LMax values still show up like before; dunno if it's due to bad wiki values or some rounding in the script, but it shouldn't be related to my changes; all instances I've seen are where LMax <= 0.02 points off of Peerless, and the equip has a value of LMax + 0.01, which is also Peerless - 0.01.

Again, feedback is appreciated, as well as reports of breakage.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 8 2015, 13:07
Post #1941
tetron



Certified Retard!
*********
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14
Level 488 (Godslayer)


QUOTE(simplesimon32 @ Mar 8 2015, 08:22) *

Ok, let's try this again...

Attached File  HVEquipComparison_0.6.4.2.zip ( 22.55k ) Number of downloads: 195


Did a much more thorough check this time, and found more glaring errors...that'll teach me not to verify my results better before publishing... (IMG:[invalid] style_emoticons/default/unsure.gif)

* 0.6.4.2
- Fixed a bunch of regressions in the form of missing/misplaced data (sorry!).

* 0.6.4.1
- Update to Wiki Ranges data (21 January 2015)
- Stat list now includes "Attack Crit Damage" and "Spell Crit Damage" data, though neither are used yet.

(Posting both changelog entries here since I'd rather not admit that the version in the last post was a thing...)

Peerless stuff seems to show properly now (those S-xx values were caused by missing data), though a few LMax values still show up like before; dunno if it's due to bad wiki values or some rounding in the script, but it shouldn't be related to my changes; all instances I've seen are where LMax <= 0.02 points off of Peerless, and the equip has a value of LMax + 0.01, which is also Peerless - 0.01.

Again, feedback is appreciated, as well as reports of breakage.

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

 
post Mar 10 2015, 13:49
Post #1942
in memory



Active Poster
*******
Group: Gold Star Club
Posts: 1,991
Joined: 18-November 11
Level 500 (Godslayer)


I'm curious if anybody can help me, i have a 5 button mice (forward/back on the left side) and i'd like to know how can i bind exactly those two buttons for example in HV keybinds?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 11 2015, 04:51
Post #1943
Cartridge88



Newcomer
**
Group: Members
Posts: 50
Joined: 27-November 14
Level 452 (Godslayer)


Stupid Google Chrome hates all of these scripts, man (IMG:[invalid] style_emoticons/default/mad.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 15 2015, 01:28
Post #1944
Superlatanium



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


QUOTE(Cartridge88 @ Mar 11 2015, 02:51) *
Stupid Google Chrome hates all of these scripts, man (IMG:[invalid] style_emoticons/default/mad.gif)
Yeah, they're making it much more difficult for powerusers to customize Chrome in exchange for making it very slightly more difficult for malware to gain control of the browser.

Either use an old release of Chrome that still allows userscripts, or use Iron instead. Don't use Tampermonkey.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 15 2015, 05:39
Post #1945
djackallstar



ดีjackallstar
**********
Group: Gold Star Club
Posts: 8,221
Joined: 23-July 14
Level 500 (Godslayer)


QUOTE(Superlatanium @ Mar 15 2015, 07:28) *

Don't use Tampermonkey.

Interesting, why is that? (Just curious, not that I'm a Chrome user.)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 15 2015, 06:04
Post #1946
Superlatanium



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


QUOTE(djackallstar @ Mar 15 2015, 03:39) *
Interesting, why is that? (Just curious, not that I'm a Chrome user.)
After playing for a few rounds, it will gradually keep increasing memory usage. After a battle series or two, your maximum possible turns/second could have gone down by half, depending on how good your computer is. (I remember playing To Kill a God and at the end Tampermonkey was using more than 300k memory, starting from around 20k at the beginning) Nothing solves it except closing and re-opening the browser, which is doable, but quite annoying when you have to do it every single time to maintain a decent speed. (The issue occurs even if you're only using the most basic of scripts, eg keybinds)

At least, that's how it was when I was using the latest version of TM on the latest version of Chrome. Using outdated versions of either may solve the problem, but I just gave up and moved to Iron for more speed/less Google/built-in userscript support. Tampermonkey would be great for quick script editing, but using it with HV apparently results in some sort of memory leak.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 15 2015, 07:08
Post #1947
djackallstar



ดีjackallstar
**********
Group: Gold Star Club
Posts: 8,221
Joined: 23-July 14
Level 500 (Godslayer)


QUOTE(Superlatanium @ Mar 15 2015, 12:04) *

Tampermonkey was using more than 300k memory, starting from around 20k at the beginning

hmm i think you mean 300m & 20m?

QUOTE(Superlatanium @ Mar 15 2015, 12:04) *

At least, that's how it was when I was using the latest version of TM on the latest version of Chrome. Using outdated versions of either may solve the problem, but I just gave up and moved to Iron for more speed/less Google/built-in userscript support. Tampermonkey would be great for quick script editing, but using it with HV apparently results in some sort of memory leak.

i see. too bad there seems no other script manager extensions for Chrome-based browsers except TM.

This post has been edited by djackallstar: Mar 15 2015, 07:09
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 15 2015, 07:24
Post #1948
Superlatanium



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


QUOTE(djackallstar @ Mar 15 2015, 05:08) *
hmm i think you mean 300m & 20m?
Oh right. I forgot the memory displayed is in k, not ordinary units.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 15 2015, 08:40
Post #1949
showoff



Veteran Poster
********
Group: Gold Star Club
Posts: 3,778
Joined: 31-December 14
Level 500 (Ponyslayer)


Is there any script about we can see more than one page in Sent page within MoogleMail?
I mean don't need to press ten times Older to check back the mail sent
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 15 2015, 08:47
Post #1950
Superlatanium



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


QUOTE(showoff @ Mar 15 2015, 06:40) *
Is there any script about we can see more than one page in Sent page within MoogleMail?
I mean don't need to press ten times Older to check back the mail sent
I don't know about everything on one page, but it would be quite simple to create links so all you need to do is control-click for however many pages you wish to load, and they'll all come up in 3 seconds (no need to press Older at all) - although they'll be in separate tabs. Would that work, or do you absolutely need everything on one page?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 15 2015, 09:03
Post #1951
djackallstar



ดีjackallstar
**********
Group: Gold Star Club
Posts: 8,221
Joined: 23-July 14
Level 500 (Godslayer)


QUOTE(showoff @ Mar 15 2015, 14:40) *

Is there any script about we can see more than one page in Sent page within MoogleMail?
I mean don't need to press ten times Older to check back the mail sent

oohmrparis has written a script that auto-loads the second page when one is on the first page of arenas,
so maybe you could ask him to make his script work on MM?
Another solution could be using AutoPager or AutoPagerize, just add the rules you define and it's done. (Though, they are addons, not userscripts.)
By using AutoPager or the likes you don't need to click anything any more, all you need to do is scroll down the page.
How they work:
(IMG:[autopagerize.net] http://autopagerize.net/img/ap_fig_h275.png)

This post has been edited by djackallstar: Mar 15 2015, 09:22
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 15 2015, 10:55
Post #1952
showoff



Veteran Poster
********
Group: Gold Star Club
Posts: 3,778
Joined: 31-December 14
Level 500 (Ponyslayer)


QUOTE(Superlatanium @ Mar 15 2015, 06:47) *

I don't know about everything on one page, but it would be quite simple to create links so all you need to do is control-click for however many pages you wish to load, and they'll all come up in 3 seconds (no need to press Older at all) - although they'll be in separate tabs. Would that work, or do you absolutely need everything on one page?



QUOTE(djackallstar @ Mar 15 2015, 07:03) *

oohmrparis has written a script that auto-loads the second page when one is on the first page of arenas,
so maybe you could ask him to make his script work on MM?
Another solution could be using AutoPager or AutoPagerize, just add the rules you define and it's done. (Though, they are addons, not userscripts.)
By using AutoPager or the likes you don't need to click anything any more, all you need to do is scroll down the page.
How they work:
(IMG:[autopagerize.net] http://autopagerize.net/img/ap_fig_h275.png)

I think I will try the AutoPager or AutoPagerize later on, it seems fit me, thanks both of you

This post has been edited by showoff: Mar 15 2015, 10:55
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 15 2015, 11:21
Post #1953
showoff



Veteran Poster
********
Group: Gold Star Club
Posts: 3,778
Joined: 31-December 14
Level 500 (Ponyslayer)


Since I'm using Iron, I can only use Autopagerize, but it requires me to add the hv site into its database....
How can I register member to deal with it:wacko:
[autopagerize.jottit.com] http://autopagerize.jottit.com/registermember
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 15 2015, 11:57
Post #1954
djackallstar



ดีjackallstar
**********
Group: Gold Star Club
Posts: 8,221
Joined: 23-July 14
Level 500 (Godslayer)


QUOTE(showoff @ Mar 15 2015, 17:21) *

Since I'm using Iron, I can only use Autopagerize, but it requires me to add the hv site into its database....
How can I register member to deal with it:wacko:
[autopagerize.jottit.com] http://autopagerize.jottit.com/registermember

Back when AutoPagerize was still a userscript, I could add rules by editing its source code (.user.js).
After some time the author changed it from a userscript to an extension, and that's when I started to use AutoPager.
Adding rules in AutoPager is a no-brainer compared to AutoPagerize, you don't even need to edit the source code.
I just checked AutoPager's website, it has a Chrome version, how about trying it first? Here is the link:
[www.teesoft.info] http://www.teesoft.info/content/view/107/1/lang,en/

This post has been edited by djackallstar: Mar 15 2015, 12:08
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 15 2015, 12:45
Post #1955
showoff



Veteran Poster
********
Group: Gold Star Club
Posts: 3,778
Joined: 31-December 14
Level 500 (Ponyslayer)


QUOTE(djackallstar @ Mar 15 2015, 09:57) *

Back when AutoPagerize was still a userscript, I could add rules by editing its source code (.user.js).
After some time the author changed it from a userscript to an extension, and that's when I started to use AutoPager.
Adding rules in AutoPager is a no-brainer compared to AutoPagerize, you don't even need to edit the source code.
I just checked AutoPager's website, it has a Chrome version, how about trying it first? Here is the link:
[www.teesoft.info] http://www.teesoft.info/content/view/107/1/lang,en/

Isn't it still need to update the rules online?
I search [ap.teesoft.info] Here but nothing, when I browsing MM, it still has no popup or anything appear, may I ask how to start with using it (IMG:[invalid] style_emoticons/default/heh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 96 97 98 99 > » 
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: 21st September 2025 - 06:25