Loading. Please Wait...
|
|
|
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
Jun 11 2014, 11:26
|
Owyn
Group: Members
Posts: 692
Joined: 12-May 10
|
QUOTE(pervdiz @ Jun 11 2014, 13:03) Hey guys, I have a question about HoverPlay I hope hasn't already be asked: is there anyway to assign middle click to cycle through DW skills? would that work? CODE var Spell_middle_click = ['Iris Strike', 'Backstab', 'Frenzied Blows']; Thanks! (IMG:[ invalid] style_emoticons/default/smile.gif) middleclick currently supports only one spell in its 'list', I thought about making it like main spell list but then it would just use first available spell in the list and midclick is used more rarely than hover-attacking so it would get to next spell rarely, what do you think?
|
|
|
|
|
|
Jun 11 2014, 11:48
|
pervdiz
Group: Members
Posts: 444
Joined: 27-October 09
|
QUOTE(Owyn @ Jun 11 2014, 11:26) middleclick currently supports only one spell in its 'list', I thought about making it like main spell list but then it would just use first available spell in the list and midclick is used more rarely than hover-attacking so it would get to next spell rarely, what do you think?
For melee skills since they have rather long CD (~10turns iirc) it should work. I want to use this on SGs and during RoB where DW skills are most useful but I agree that's pretty specific ^^' On a side note, just made a fresh install of chrome-beta, enabled developer mode but HoverPlay doesn't seem to be working, am I missing smth? Amazing work anyway, thanks! (IMG:[ invalid] style_emoticons/default/smile.gif)
|
|
|
|
|
|
Jun 11 2014, 13:21
|
hentai_fusion
Group: Gold Star Club
Posts: 33,477
Joined: 14-August 09
|
QUOTE(pervdiz @ Jun 11 2014, 17:03) Hey guys, I have a question about HoverPlay I hope hasn't already be asked: is there anyway to assign middle click to cycle through DW skills? would that work? CODE var Spell_middle_click = ['Iris Strike', 'Backstab', 'Frenzied Blows']; Thanks! (IMG:[ invalid] style_emoticons/default/smile.gif) you might want to try SpellSpam...
|
|
|
|
|
|
Jun 11 2014, 19:08
|
pervdiz
Group: Members
Posts: 444
Joined: 27-October 09
|
QUOTE(hentai_fusion @ Jun 11 2014, 13:21) you might want to try SpellSpam...
That's what I ended up with, thank you for the advice! (IMG:[ invalid] style_emoticons/default/laugh.gif) I should've listened to you from the start haha (IMG:[ invalid] style_emoticons/default/duck.gif) Edit> It works quite well for the auto-attack part, with a hold function that's quite useful when you want to use the skills or debuff something, but you have to rely on other scripts for low hp alerts (IMG:[ invalid] style_emoticons/default/sad.gif) This post has been edited by pervdiz: Jun 11 2014, 19:11
|
|
|
|
|
|
Jun 11 2014, 20:13
|
Owyn
Group: Members
Posts: 692
Joined: 12-May 10
|
QUOTE On a side note, just made a fresh install of chrome-beta, enabled developer mode but HoverPlay doesn't seem to be working, am I missing smth? yeap, you'r missing installed TamperMonkey (IMG:[ invalid] style_emoticons/default/happy.gif) gonna make middleclick accept spell list in next ver
|
|
|
|
|
|
Jun 11 2014, 20:19
|
Razor320
Group: Members
Posts: 220
Joined: 17-October 13
|
QUOTE(Owyn @ Jun 11 2014, 22:13) yeap, you'r missing installed TamperMonkey (IMG:[ invalid] style_emoticons/default/happy.gif) ... I don't think you should recommend to install large framework to users, who don't intend ever use its functions. Tampermonkey is nice and convenient when you are developer, otherwise it just slows down browser. Of course, that right unless you really make use of 'unsafeWindow'. Though this is also a drawback - chromium doesn't implement such functionality natively and emulation cost is rather high. This post has been edited by Razor320: Jun 11 2014, 20:23
|
|
|
|
|
|
Jun 11 2014, 23:25
|
Owyn
Group: Members
Posts: 692
Joined: 12-May 10
|
QUOTE(Razor320 @ Jun 11 2014, 22:19) I don't think you should recommend to install large framework to users, who don't intend ever use its functions. Tampermonkey is nice and convenient when you are developer, otherwise it just slows down browser.
Of course, that right unless you really make use of 'unsafeWindow'. Though this is also a drawback - chromium doesn't implement such functionality natively and emulation cost is rather high.
I was very skeptic about speed and memory n stuff about TamperMonkey when I was using scripts natively and my fav extension for youtube updated and started requerin TamperMonkey - actually it's pretty nice, has nice script manager, auto-updates for scripts, options etc and no slowdowns or anything (adblock slowed me down, so I got rid of it quickly...) In FIrefox everyone uses GreaseMonkey and it's OK.
|
|
|
|
|
|
Jun 12 2014, 00:27
|
kawaiikun
Group: Members
Posts: 384
Joined: 10-December 09
|
QUOTE(Owyn @ Jun 10 2014, 10:06) and that's right.
I heard you can still click a checkbox and drag scripts\plugins there to install normally. Or you could just install TamperMonkey and use cool functional scripts and install those from anywhere.
lol, i can't enable them with tampermonkey Edit, now i can, but i cant install hvstat This post has been edited by kawaiikun: Jun 12 2014, 00:36
|
|
|
|
|
|
Jun 12 2014, 13:32
|
Owyn
Group: Members
Posts: 692
Joined: 12-May 10
|
Well, as I read on internet now - latest Chrome doesnt't support installing extensions\userscripts not from Chrome-Store, or you have to click a checkbox, make a folder, make an additional file manifest.json to every userscript, fill it manually with correct punctuation and format, then edit each userscript then drag those folders on a special place in Chrome to install... Or you could just finally install TamperMonkey from Chrome-Store (IMG:[ invalid] style_emoticons/default/happy.gif) That seems like a best advice so far and in the future
|
|
|
|
|
|
Jun 12 2014, 14:02
|
holy_demon
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
|
QUOTE(Owyn @ Jun 12 2014, 21:32) Well, as I read on internet now - latest Chrome doesnt't support installing extensions\userscripts not from Chrome-Store, or you have to click a checkbox, make a folder, make an additional file manifest.json to every userscript, fill it manually with correct punctuation and format, then edit each userscript then drag those folders on a special place in Chrome to install... Or you could just finally install TamperMonkey from Chrome-Store (IMG:[ invalid] style_emoticons/default/happy.gif) That seems like a best advice so far and in the future for those interested, here is Google's official statement and proposed solutions: [ productforums.google.com] What is this I dont evenYeah, just use iron (IMG:[ invalid] style_emoticons/default/duck.gif) PS:dem 900+ downvote (IMG:[ invalid] style_emoticons/default/heh.gif) This post has been edited by holy_demon: Jun 12 2014, 14:06
|
|
|
|
|
|
Jun 13 2014, 02:30
|
something
Group: Members
Posts: 1,106
Joined: 14-January 07
|
not sure if it's just my firefox going full retard but i'm pretty sure ctxl's RED(random encounter doge) got broken somehow by the change in salvage, which make no sense at all
|
|
|
Jun 13 2014, 08:00
|
hentai_fusion
Group: Gold Star Club
Posts: 33,477
Joined: 14-August 09
|
damn google... forcing me to grab a 4th browser so i can play hv. any recommendations? iron portable? QUOTE(kawaiikun @ Jun 12 2014, 06:27) lol, i can't enable them with tampermonkey
Edit, now i can, but i cant install hvstat
hv stats is not a user script but is an extension so tampermonkey cannot import.
|
|
|
Jun 13 2014, 08:57
|
Razor320
Group: Members
Posts: 220
Joined: 17-October 13
|
QUOTE(hentai_fusion @ Jun 13 2014, 10:00) damn google... forcing me to grab a 4th browser so i can play hv.
any recommendations? iron portable? ...
Firefox or another Gecko-based browser. Stay away from adblock addons and it will perform with same speed as chrome. Latest versions look pretty much like chrome too. This post has been edited by Razor320: Jun 13 2014, 09:03
|
|
|
|
|
|
Jun 13 2014, 09:33
|
ctxl
Group: Members
Posts: 425
Joined: 20-May 12
|
HV - Item Menu 0.80.1 rabble rabble rabble- description: contrary to the name, it's actually a menu for your equipment - usage: middle click to activate the menu, release to select - improvement: now displays all of the salvaging results when it yields more than one type of item
hvim.user.zip ( 2.24k )
Number of downloads: 88also new: a versioning pattern that will loosely follow ( HV major version).( update number for the patch), where 0 is the initial compatability update
|
|
|
|
|
|
Jun 13 2014, 11:33
|
treesloth
Group: Catgirl Camarilla
Posts: 3,524
Joined: 6-January 13
|
QUOTE(ctxl @ Jun 13 2014, 16:33) HV - Item Menu 0.80.1 rabble rabble rabble- description: contrary to the name, it's actually a menu for your equipment - usage: middle click to activate the menu, release to select - improvement: now displays all of the salvaging results when it yields more than one type of item also new: a versioning pattern that will loosely follow ( HV major version).( update number for the patch), where 0 is the initial compatability update wow, nice script.... but it would have been more useful when I played alot. (IMG:[ invalid] style_emoticons/default/tongue.gif) anyway, anyone figure out a fix for the equipment comparison? When I push 'W' to get scaling, it no longer shows ALL of the scaled stats, just the bottom 5 or so. Thx
|
|
|
|
|
|
Jun 13 2014, 11:42
|
Cats Lover
Group: Gold Star Club
Posts: 2,800
Joined: 18-April 13
|
QUOTE(treesloth16 @ Jun 13 2014, 18:33) anyway, anyone figure out a fix for the equipment comparison? When I push 'W' to get scaling, it no longer shows ALL of the scaled stats, just the bottom 5 or so. Thx
https://forums.e-hentai.org/index.php?s=&am...t&p=3317967I guess this may work.
|
|
|
Jun 13 2014, 12:05
|
treesloth
Group: Catgirl Camarilla
Posts: 3,524
Joined: 6-January 13
|
QUOTE(Cats Lover @ Jun 13 2014, 18:42) Great, thanks Cats! Should note that pressing 'B' provides the original functionality of 'W'.
|
|
|
Jun 13 2014, 12:34
|
Owyn
Group: Members
Posts: 692
Joined: 12-May 10
|
QUOTE(treesloth16 @ Jun 13 2014, 14:05) Great, thanks Cats! Should note that pressing 'B' provides the original functionality of 'W'.
so what W does then now? and why was it changed to B?...
|
|
|
Jun 13 2014, 12:36
|
treesloth
Group: Catgirl Camarilla
Posts: 3,524
Joined: 6-January 13
|
QUOTE(Owyn @ Jun 13 2014, 19:34) so what W does then now? and why was it changed to B?...
I dunno why it was changed. But W on that script provides output that will tell you if it is Lmax (L), or even can calculate the difference from Mmax or Emax. Nifty for those who don't want to pull up the Equipment Ranges page.
|
|
|
Jun 13 2014, 13:09
|
holy_demon
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
|
QUOTE(Owyn @ Jun 13 2014, 20:34) so what W does then now? and why was it changed to B?...
W gives LMAX, EXMAX, etc... B gives base values before W used to cycle between these 2 modes.
|
|
|
3 User(s) are reading this topic (3 Guests and 0 Anonymous Users)
0 Members:
|
|
|
|
|
|
|