Loading. Please Wait... 
 |
 |
 |
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
Apr 9 2015, 05:25
|
showoff
Group: Gold Star Club
Posts: 3,778
Joined: 31-December 14

|
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!!
|
|
|
|
 |
|
Apr 9 2015, 22:30
|
trueGAS
Lurker
Group: Recruits
Posts: 5
Joined: 12-January 11

|
Is there a script for changing sets quicker?
|
|
|
Apr 10 2015, 04:32
|
djackallstar
Group: Gold Star Club
Posts: 8,221
Joined: 23-July 14

|
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
|
|
|
Apr 11 2015, 00:05
|
trueGAS
Lurker
Group: Recruits
Posts: 5
Joined: 12-January 11

|
QUOTE(TheGreyPanther @ Apr 10 2015, 00:16)  u're a saver, tnx
|
|
|
Apr 22 2015, 16:58
|
夕涼なのか
Group: Gold Star Club
Posts: 498
Joined: 22-August 13

|
nvm
This post has been edited by 夕涼なのか: May 18 2015, 09:41
|
|
|
|
 |
|
Apr 23 2015, 22:19
|
gilf
Group: Members
Posts: 564
Joined: 19-April 12

|
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)
|
|
|
|
 |
|
Apr 29 2015, 04:26
|
Naitimo
Newcomer
 Group: Recruits
Posts: 12
Joined: 15-April 11

|
Woah I just found this sub, thanks for all your work guys real helpful!
|
|
|
|
 |
|
|
 |
|
May 4 2015, 18:35
|
oohmrparis
Group: Gold Star Club
Posts: 524
Joined: 18-June 13

|
Popup equipment links on mouseover in forum.
HV_equipment_link_popup.user.zip ( 2.38k )
Number of downloads: 197CODE 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.
HV___Magic_Scores_for_ELP.user.zip ( 4.61k )
Number of downloads: 153
HVEquipCompare_for_ELP.user.zip ( 22.23k )
Number of downloads: 196HVEquipCompare (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
|
|
|
|
 |
|
May 5 2015, 09:49
|
djackallstar
Group: Gold Star Club
Posts: 8,221
Joined: 23-July 14

|
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!!
|
|
|
|
 |
|
May 6 2015, 13:39
|
tetron
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14

|
QUOTE(oohmrparis @ May 4 2015, 22:05)  Popup equipment links on mouseover in forum.
HV_equipment_link_popup.user.zip ( 2.38k )
Number of downloads: 197CODE 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.
HV___Magic_Scores_for_ELP.user.zip ( 4.61k )
Number of downloads: 153
HVEquipCompare_for_ELP.user.zip ( 22.23k )
Number of downloads: 196HVEquipCompare (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)
|
|
|
|
 |
|
May 6 2015, 19:46
|
djackallstar
Group: Gold Star Club
Posts: 8,221
Joined: 23-July 14

|
Script NameDescriptionChange 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
|
|
|
|
 |
|
May 10 2015, 03:13
|
CronoBoA
Group: Gold Star Club
Posts: 730
Joined: 29-December 10

|
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?
|
|
|
|
 |
|
May 10 2015, 04:42
|
djackallstar
Group: Gold Star Club
Posts: 8,221
Joined: 23-July 14

|
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
|
|
|
|
 |
|
May 10 2015, 05:29
|
CronoBoA
Group: Gold Star Club
Posts: 730
Joined: 29-December 10

|
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.
|
|
|
|
 |
|
May 12 2015, 06:02
|
djackallstar
Group: Gold Star Club
Posts: 8,221
Joined: 23-July 14

|
QUOTE(oohmrparis @ May 5 2015, 00:35)  Popup equipment links on mouseover in forum.
HV_equipment_link_popup.user.zip ( 2.38k )
Number of downloads: 197Hi, 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
|
|
|
May 17 2015, 19:08
|
darkx
Group: Members
Posts: 1,197
Joined: 3-December 06

|
Anyone working on a new equip compare script?
|
|
|
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|