Welcome Guest ( Log In | Register )

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

 
post Apr 9 2015, 05:25
Post #1996
showoff



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


QUOTE(oohmrparis @ Apr 8 2015, 18:35) *

CODE
if(ret && stop_on_rebuffs)
    {
        document.getElementById('monsterpane').setAttribute('style', 'border:2px solid silver;');
    }
    return ret;
}


CODE
if(ret && stop_on_rebuffs)
    {
        document.getElementById('monsterpane').setAttribute('style', 'border:2px solid silver;');
    }
    durations();
    return ret;
}

function durations() {
        var targets = document.querySelectorAll('img[onmouseover *= "effect"]'), i = targets.length;
        while (i --) {
            var duration = targets[i].getAttribute('onmouseover').match(/, ([-\d]+)\)/);
            if (!duration || duration < 0) duration = '-';
            else duration = duration[1];
            var div = targets[i].parentNode.insertBefore(document.createElement('div'),targets[i].nextSibling);
            var num = div.appendChild(document.createElement('div'));
            div.style.cssText = 'width:30px;display:inline-block;text-align:center;position:relative;margin-left:-30px;top:-4px;';
            num.textContent = duration;
            num.style.cssText = 'background:white;border:1px solid black;padding:0 2px;display:inline-block;min-width:15px;font-weight:bold;';
        }
}



Thanks so much!!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 9 2015, 22:30
Post #1997
trueGAS



Lurker
Group: Recruits
Posts: 5
Joined: 12-January 11
Level 263 (Godslayer)


Is there a script for changing sets quicker?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 10 2015, 00:16
Post #1998
TheGreyPanther



Prowler
********
Group: Gold Star Club
Posts: 3,765
Joined: 8-April 11
Level 500 (Godslayer)


QUOTE(trueGAS @ Apr 9 2015, 22:30) *

Is there a script for changing sets quicker?

https://forums.e-hentai.org/index.php?showt...p;#entry3010674
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 10 2015, 04:32
Post #1999
djackallstar



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


Is there a script that can quickly change between potion combinations?

My potion combinations (change every now and then):
13 MP + 2 SP in all arenas except DwD (no ether tap)
15 MP + 0 SP in DwD (need ether tap)
15 MP + 0 SP in Hellfest ~ Nintendofest (no imperil)
15 MP + 0 SP in BTfest (need imperil)
14 MP + 1 SP in IWTBHfest (need imperil)
12 MP + 3 SP in PFUDORfest (need imperil)
12 MP + 3 SP in IWTBH IW
10 ~ 12 MP + 5 ~ 3 SP in PUFDOR IW

This post has been edited by djackallstar: Apr 10 2015, 04:33
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 11 2015, 00:05
Post #2000
trueGAS



Lurker
Group: Recruits
Posts: 5
Joined: 12-January 11
Level 263 (Godslayer)


QUOTE(TheGreyPanther @ Apr 10 2015, 00:16) *

u're a saver, tnx
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 22 2015, 16:58
Post #2001
夕涼なのか



Casual Poster
****
Group: Gold Star Club
Posts: 498
Joined: 22-August 13
Level 440 (Dovahkiin)


nvm

This post has been edited by 夕涼なのか: May 18 2015, 09:41
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 23 2015, 22:19
Post #2002
gilf



Regular Poster
*****
Group: Members
Posts: 564
Joined: 19-April 12
Level 336 (Godslayer)


QUOTE(夕涼なのか @ Apr 22 2015, 10:58) *

I have some problems with Hoverplay and SpellSpam on my Chrome. Hover function works too slow, I can only spam spells at normal speed if I keep my mouse moving forth and back on the monsters, but it's really tiring.


That is not a problem. It is how they comply with the rules.
At the start of each round, you have to move the mouse to target a mob before any action can be taken, hence the constant mouse movement you are complaining about. if it was not done this way, then there would be several rounds between targeting a mob and killing it where there would be zero input from the user. That is forbidden.
If you think moving the mouse is tiring, try going back to clicking. (IMG:[invalid] style_emoticons/default/biggrin.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 27 2015, 20:26
Post #2003
Receptors



Regular Poster
*****
Group: Gold Star Club
Posts: 686
Joined: 15-June 11
Level 500 (Godslayer)


Any scripts that can help me to find specific equipment in WTS? (IMG:[invalid] style_emoticons/default/wink.gif) (IMG:[invalid] style_emoticons/default/wink.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 28 2015, 14:21
Post #2004
hentai_fusion



Nyo
************
Group: Gold Star Club
Posts: 33,644
Joined: 14-August 09
Level 500 (Ponyslayer)


QUOTE(huang2000 @ Apr 28 2015, 02:26) *

Any scripts that can help me to find specific equipment in WTS? (IMG:[invalid] style_emoticons/default/wink.gif) (IMG:[invalid] style_emoticons/default/wink.gif)


the forum has a search function. (IMG:[invalid] style_emoticons/default/duck.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 29 2015, 04:26
Post #2005
Naitimo



Newcomer
*
Group: Recruits
Posts: 12
Joined: 15-April 11
Level 14 (Novice)


Woah I just found this sub, thanks for all your work guys real helpful!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 29 2015, 08:16
Post #2006
gynew



Hungry Wolf
*******
Group: Members
Posts: 2,019
Joined: 27-December 08
Level 407 (Godslayer)


QUOTE(huang2000 @ Apr 27 2015, 13:26) *

Any scripts that can help me to find specific equipment in WTS? (IMG:[invalid] style_emoticons/default/wink.gif) (IMG:[invalid] style_emoticons/default/wink.gif)

Yep, E-Hentai Grep
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 4 2015, 18:35
Post #2007
oohmrparis



We are ping-pong player
*****
Group: Gold Star Club
Posts: 524
Joined: 18-June 13
Level 500 (Ponyslayer)


Popup equipment links on mouseover in forum.

Attached File  HV_equipment_link_popup.user.zip ( 2.38k ) Number of downloads: 197


CODE
var set = {
  popupX: 700,                  //popup x position.
  popupColor: '#E3E0D1',        //popup color. color name or color code.
  animationColor: '92, 12, 17'  //load animation color. RGB only.
},

Auto login: auto login if you are not logged in.(need a few sec)
Num key: change equipment set if other window not in battle.(need a few sec)

Popup fix left side when popup x position < mouse x position.
The current equipment data is displayed in the lower right corner once you press the numkey.

Download this ver if you want to use MagicScores and HVEquipCompare in popup.

Attached File  HV___Magic_Scores_for_ELP.user.zip ( 4.61k ) Number of downloads: 153

Attached File  HVEquipCompare_for_ELP.user.zip ( 22.23k ) Number of downloads: 196


HVEquipCompare (update by simplesimon32, thanks (IMG:[invalid] style_emoticons/default/smile.gif) ) add function.
R -> before forge base stat (range)
F -> create forum direct link (Press C isn't necessary)
P -> open WIKI
MagicScores and HVEquipCompare to compete.
Serch 'add code' in script if you want add code by me.

NOTE:
Doesn't works in firefox 35 or(and?) 36 and old browser.
Can't auto login if lottery link. But mouse over the once again displayed.
This bug fix lazy...
■ Because can change the equipment from outside, Please check the equipment number before battle always.

This post has been edited by oohmrparis: May 5 2015, 11:09
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 5 2015, 09:49
Post #2008
djackallstar



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


QUOTE(oohmrparis @ May 5 2015, 00:35) *

-snip-
HVEquipCompare (update by simplesimon32, thanks (IMG:[invalid] style_emoticons/default/smile.gif) ) add function.
R -> before forge base stat (range)

Fuck yeah!! Thank you so much oohmrparis!!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 6 2015, 13:39
Post #2009
tetron



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


QUOTE(oohmrparis @ May 4 2015, 22:05) *

Popup equipment links on mouseover in forum.

Attached File  HV_equipment_link_popup.user.zip ( 2.38k ) Number of downloads: 197


CODE
var set = {
  popupX: 700,                  //popup x position.
  popupColor: '#E3E0D1',        //popup color. color name or color code.
  animationColor: '92, 12, 17'  //load animation color. RGB only.
},

Auto login: auto login if you are not logged in.(need a few sec)
Num key: change equipment set if other window not in battle.(need a few sec)

Popup fix left side when popup x position < mouse x position.
The current equipment data is displayed in the lower right corner once you press the numkey.

Download this ver if you want to use MagicScores and HVEquipCompare in popup.

Attached File  HV___Magic_Scores_for_ELP.user.zip ( 4.61k ) Number of downloads: 153

Attached File  HVEquipCompare_for_ELP.user.zip ( 22.23k ) Number of downloads: 196


HVEquipCompare (update by simplesimon32, thanks (IMG:[invalid] style_emoticons/default/smile.gif) ) add function.
R -> before forge base stat (range)
F -> create forum direct link (Press C isn't necessary)
P -> open WIKI
MagicScores and HVEquipCompare to compete.
Serch 'add code' in script if you want add code by me.

NOTE:
Doesn't works in firefox 35 or(and?) 36 and old browser.
Can't auto login if lottery link. But mouse over the once again displayed.
This bug fix lazy...
■ Because can change the equipment from outside, Please check the equipment number before battle always.

S.U.P.E.R.B.!

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

 
post May 6 2015, 19:46
Post #2010
djackallstar



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


Script Name
    Inactivity Reminder
Description
    Change the color of your ID to red if the last post you made was more than 24 hours ago. (the value is customizable)
    Please make a new post after installation so that the script keeps track of the last post.
DemoDownload and InstallationSettings
  • time_difference
    • When the difference between current time and the time last post was made is greater than this, ID becomes red. in second. (Default: 86400)
Changelog
  • 2015/05/07 Added a setting: time_difference.
  • 2015/05/07 Initial post.
Feedback
  • To report bugs, request features, or if you have any feedback, please PM me or reply to this thread.


This post has been edited by djackallstar: May 7 2015, 04:06
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 10 2015, 03:13
Post #2011
CronoBoA



Why Would You Do That?!?!
*****
Group: Gold Star Club
Posts: 730
Joined: 29-December 10
Level 500 (Ponyslayer)


QUOTE(Superlatanium @ May 8 2015, 20:31) *
The only way for userscripts to reliably keep working and not be disabled by Chrome in the latest version is to use Tampermonkey to manage scripts. But the problem is that Tampermonkey, after a few hundred turns, starts eating up a lot of memory (40k on startup -> 200k or more), which significantly slows down your turns / sec on less than high-end computers.

A better method is to use Iron Browser, which has built-in support for userscripts, and doesn't require Tampermonkey.

I have been using Firefox 37.0.2 and experiencing this exact slowdown after a few hundred turns so I decided to try [sourceforge.net] Iron Browser, specifically version 27. All of the userscripts I use work in Iron Browser v27 with the exception of HoverPlay. After looking at the script and doing some googling, I discovered the problem is that [wiki.greasespot.net] unsafeWindow is not supported in Chrome. I tried googling for a simple method to convert unsafeWindow to something supported in Chrome, but it seems like there is no easy solution for someone like me who doesn't understand programming (for example, replacing unsafeWindow with window doesn't work). I PM-ed Owyn, the author of HoverPlay, asking if he knew of a way to replace the unsafeWindow in HoverPlay with something supported in Chrome. He said he did not, but that he would not mind if I asked other people for help in the forums. And so I ask: will anyone please help with this issue?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 10 2015, 04:42
Post #2012
djackallstar



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


QUOTE(CronoBoA @ May 10 2015, 09:13) *

I have been using Firefox 37.0.2 and experiencing this exact slowdown after a few hundred turns so I decided to try [sourceforge.net] Iron Browser, specifically version 27. All of the userscripts I use work in Iron Browser v27 with the exception of HoverPlay. After looking at the script and doing some googling, I discovered the problem is that [wiki.greasespot.net] unsafeWindow is not supported in Chrome. I tried googling for a simple method to convert unsafeWindow to something supported in Chrome, but it seems like there is no easy solution for someone like me who doesn't understand programming (for example, replacing unsafeWindow with window doesn't work). I PM-ed Owyn, the author of HoverPlay, asking if he knew of a way to replace the unsafeWindow in HoverPlay with something supported in Chrome. He said he did not, but that he would not mind if I asked other people for help in the forums. And so I ask: will anyone please help with this issue?

[wiki.greasespot.net] http://wiki.greasespot.net/UnsafeWindow#Al...to_unsafeWindow
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 10 2015, 05:29
Post #2013
CronoBoA



Why Would You Do That?!?!
*****
Group: Gold Star Club
Posts: 730
Joined: 29-December 10
Level 500 (Ponyslayer)


QUOTE(djackallstar @ May 9 2015, 22:42) *

I've read Category:Coding Tips:Interacting With The Page (along with several other sites I googled), but I didn't understand any of it because I don't know to code. It's like you're handing me a Greek instruction manual, except I can't read/speak Greek. I think I understand the gist of the situation though: [stackoverflow.com] Chrome runs scripts in an "isolated world" so scripts cannot normally interact with one another. In this case HoverPlay is attempting to access HV's scripts through the use of unsafeWindow, which is not allowed in Chrome (unless you're running Tampermonkey). That's pretty much my limit. I'm looking at all this code and I don't know how to implement any of it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 12 2015, 06:02
Post #2014
djackallstar



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


QUOTE(oohmrparis @ May 5 2015, 00:35) *

Popup equipment links on mouseover in forum.

Attached File  HV_equipment_link_popup.user.zip ( 2.38k ) Number of downloads: 197


Hi,

The script will not work after editing a post using "Quick Edit".
To re-enable the script, I have to press F5 to reload the page.
Can you make the script work normally after "Quick Edit"?

(IMG:[i.imgur.com] http://i.imgur.com/e2myMnq.png)

This post has been edited by djackallstar: May 16 2015, 16:45
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 17 2015, 19:08
Post #2015
darkx



Active Poster
*******
Group: Members
Posts: 1,197
Joined: 3-December 06
Level 488 (Godslayer)


Anyone working on a new equip compare script?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 99 100 101 102 > » 
Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 20th September 2025 - 22:35