Loading. Please Wait...
|
|
|
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
Jun 29 2013, 13:16
|
eqwer
Group: Members
Posts: 2,467
Joined: 19-June 11
|
QUOTE(Ichy @ Jun 29 2013, 07:28) Can some Wiki Edit guy edit the wiki? It often leads to ancient versions of the scrips and some are not even in the list (IMG:[ invalid] style_emoticons/default/tongue.gif) you are the member of cargirls, i wish you can ask tenb to link general eh account to ehwiki acount (IMG:[ invalid] style_emoticons/default/mellow.gif)
|
|
|
|
|
|
Jun 30 2013, 01:32
|
walkleft
Group: Members
Posts: 303
Joined: 28-September 11
|
I have two things to ask about. I am using Google Chrome. 1. Edit1: I was gonna ask about HVStat minor biribiri problem, but just saw new version came out after I wrote that. Edit2: It still has a little problem. It pops up message every turn Cloak of the Fallen or Channeling is active, so it is hard to use channeling gem early and wait until a buff goes off. Still, it works much better than before, thanks. Edit3: A quick suggestion, how about absorbing ward trigger? Its one of the buff that is hard to know if it is triggered. 2. I don't think its a script stuff, but somehow my hotkey in shrine does not work. The shrine says something like "Press Spacebar to make another offer like this", but when I press space nothing happens. The message is still there with nothing offered. Does anyone knows what to do? Nowhere in google search&EHwiki has no mention about this problem. QUOTE(Mewtty @ Jun 26 2013, 01:58) ~ Update for " NoPopup" ~ I noticed that the "NoPopup" script (the one that automatically dismisses the " You are victorious!" message) didn't exclude the final battle for Item World, meaning that once you finished your run through Item World, you would automatically be sent back to your "Weapon Selection" screen, without being given the chance to see the results/drops of that final battle. I made a quick fix for NoPopup so that the victory of the final Item World battle would also be excluded from being automatically dismissed. The classic version of NoPopup (which auto-dismisses every single Victory message) is also included, in the .zip archive below.
NoPopup_v1.6.zip ( 1.21k )
Number of downloads: 3381Cool, I didn't like to skip the last stage message for the item world victory message. Thanks for sharing. This post has been edited by walkleft: Jun 30 2013, 08:40
|
|
|
|
|
|
Jun 30 2013, 02:14
|
VriskaSerket
Group: Catgirl Camarilla
Posts: 4,118
Joined: 27-December 08
|
QUOTE(VriskaSerket @ Jun 20 2013, 11:18) arr, another one! last one. MonsterLab BabySitter v 1.51. "happyhappyjoyjoy" edition. (thanks, Tenboro, that made my day.) )
HV___MonsterLab_BabySitter.user.zip ( 1.51k )
Number of downloads: 501 (food+pills+crystals for all)
HV___MonsterLab_BabySitter__lite_.user.zip ( 899bytes )
Number of downloads: 400 (only food+pills.)
HV___MonsterLab_BabySitter__bad_Santa_.user.zip ( 1.02k )
Number of downloads: 165 (only food+pills only for good(set min PL by G) and not dead(no red bars) monsters ) *added: pills support. (if <50% morale bar) Anypony here are even uses full version? just noticed terrible bug with crystals use... after my monsters eat all my Crystal of Knowledge at once. Bug fixed. This post has been edited by VriskaSerket: Jun 30 2013, 02:28
|
|
|
|
|
|
Jun 30 2013, 08:03
|
eqwer
Group: Members
Posts: 2,467
Joined: 19-June 11
|
Anypony interested a standalone Channeling Interupter ?
Channeling is too important for lowbies
|
|
|
Jul 2 2013, 03:45
|
lentil
Newcomer
Group: Gold Star Club
Posts: 77
Joined: 8-July 10
|
Is there a script that will interrupt for low health/mana? Like the way it interrupts for spark of life and channelling? alot of times when i am just mindlessly grinding I space out and forget to look at my health and mana bar. Running out of mana pops off all my innate arcana and if I am low on health at the same time and/or regen has expired it can be potentially fatal (IMG:[ invalid] style_emoticons/default/tongue.gif) A script that would interrupt at 25% health and 15% mana would save my bacon, I can't tell you how many times I almost finished IW and then died cause I spaced out (IMG:[ invalid] style_emoticons/default/tongue.gif) This post has been edited by lentil: Jul 2 2013, 03:46
|
|
|
|
|
|
Jul 2 2013, 03:48
|
weioh
Group: Gold Star Club
Posts: 2,995
Joined: 12-February 08
|
QUOTE(lentil @ Jul 1 2013, 18:45) Is there a script that will interrupt for low health/mana? Like the way it interrupts for spark of life and channelling? alot of times when i am just mindlessly grinding I space out and forget to look at my health and mana bar. Running out of mana pops off all my innate arcana and if I am low on health at the same time and/or regen has expired it can be potentially fatal (IMG:[ invalid] style_emoticons/default/tongue.gif) A script that would interrupt at 25% health and 15% mana would save my bacon, I can't tell you how many times I almost finished IW and then died cause I spaced out (IMG:[ invalid] style_emoticons/default/tongue.gif) HVStat notifies you when your hp/mp reach a certain percentage. You can also customize at what percent it does it at. https://forums.e-hentai.org/index.php?showt...p;#entry2651209. You can also do a whole bunch of other stuff with it.
|
|
|
|
|
|
Jul 2 2013, 04:12
|
lentil
Newcomer
Group: Gold Star Club
Posts: 77
Joined: 8-July 10
|
QUOTE(letmegitdat @ May 18 2013, 19:38) + key selects best available skill also fixes bug in old scripts when more than one skill is available ie when cleave + shatter strike are available, it now selects shatter, instead of cleave. if you use it/like it, feel free to support me with donations. support = motivation
if you are working on a script please announce that you are working on a script so I can work on something no-one is working on...
CODE // ==UserScript== // @name HV "+" Key = Best Skill (for 0.76) // @namespace HVSH // @description By LMGD // @match http://hentaiverse.org/?s=Battle* // ==/UserScript==
if (document.getElementById('togpane_log')) { document.addEventListener('keyup',function(e) { if (e.keyCode != 107) return; var readyskills = document.querySelectorAll('#togpane_magico tr:nth-child(4) ~ tr > td > div:not([style])'), allskills = document.querySelectorAll('#togpane_magico tr:nth-child(4) ~ tr > td'), pane = document.getElementById('ckey_magic'), skilltier = ""; if (!readyskills.length){ return; } else { for (var x = 0; x < allskills.length; x++) { if (allskills[x].querySelectorAll('div:not([style])').length){ skilltier = x; }; }; } pane.click(); //click da skillbook allskills[skilltier].getElementsByClassName('btsd')[0].click(); //click dum skill },false); } After seeing this, I got to thinking about support spell cycling, I use HV Keybind and have a set cycle of skills (Regen/Spark Of Life/Heartseeker). Is there a way to make a script that will put everything on one button? As in the script picks up the currently active spells and cycles to the spell that is not active otherwise it just ignores the key unless one of the spells in the cycle has expired. I'm just lazy (IMG:[ invalid] style_emoticons/default/tongue.gif) Thanks in advance if you are able to think up a solution to this (IMG:[ invalid] style_emoticons/default/smile.gif)
|
|
|
|
|
|
Jul 2 2013, 04:13
|
lentil
Newcomer
Group: Gold Star Club
Posts: 77
Joined: 8-July 10
|
QUOTE(weioh @ Jul 2 2013, 03:48) HVStat notifies you when your hp/mp reach a certain percentage. You can also customize at what percent it does it at. https://forums.e-hentai.org/index.php?showt...p;#entry2651209. You can also do a whole bunch of other stuff with it. Oh cool, I use HV stat slim, guess I'll use HVStat instead
|
|
|
Jul 2 2013, 22:57
|
eramosat
Group: Gold Star Club
Posts: 1,366
Joined: 9-October 10
|
QUOTE(lentil @ Jul 1 2013, 22:13) Oh cool, I use HV stat slim, guess I'll use HVStat instead
Just be aware that HVStat might slow down your overall gameplay...I found it way faster to use slim and eat mana and spirit a bit more frequently, instead of waiting for it to be absolutely required. depends where you are and how you play I guess
|
|
|
|
|
|
|
|
|
Jul 4 2013, 05:30
|
ctxl
Group: Members
Posts: 425
Joined: 20-May 12
|
I was asked to update the HV Dark theme. Here are the styles I've been using since 0.76: [ pastebin.com] http://pastebin.com/raw.php?i=ipqV4jCgI'll post a packaged CRX and if necessary, an updated CSS file in that thread after a few weeks of casual bug-searching. --------- Other low-priority things on my to-do list: HVMMLA: HV - Mini Monster Lab Additions- Eliminate injected hotkey functionality on skill editor page. Or just disable the alert boxes if the clickable elements aren't present. moretracking.user.js- Add round counting per difficulty (and maybe time spent per round/in total?) --------- Also dropping a link here for HVMSH: HV - Mini Shop Helper. It's a work-in-progress alternative to ye olde hv shoppe system. (And it's a pain to find the topic in the WTS forum.) A big shout out to all those who have supported its development thus far :3
|
|
|
|
|
|
Jul 4 2013, 06:52
|
lentil
Newcomer
Group: Gold Star Club
Posts: 77
Joined: 8-July 10
|
I tried HVSTAT and I found it didn't really significantly slow me down, the upside is very major, I no longer die from stupidity or zombification (IMG:[ invalid] style_emoticons/default/tongue.gif) That being said I was also thinking of another thing, sound notifications, for nonessential spells like heartseeker or absorb, if I didnt want a popup and instead choose to put in a sound notification is that possible? Anyone know how to script like a loud 'ding!'? I just need a line of script to play around with
|
|
|
Jul 4 2013, 06:56
|
lentil
Newcomer
Group: Gold Star Club
Posts: 77
Joined: 8-July 10
|
QUOTE(Ichy @ Jul 3 2013, 20:08) how about mousemage? (IMG:[ invalid] style_emoticons/default/duck.gif) mousemage?
|
|
|
Jul 4 2013, 09:12
|
D00IVI
Group: Gold Star Club
Posts: 343
Joined: 5-July 09
|
is there an updated version for the bazaar highlight script ?
|
|
|
Jul 4 2013, 14:58
|
Ichy
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
|
QUOTE(ChosenUno @ Jul 4 2013, 08:38) Not allowed I think, since you have to select a spell as well as select a monster, which is forbidden by 10b (IMG:[ invalid] style_emoticons/default/tongue.gif) but it would be fun. you just need to add some graphical explosion effects to your spells and watch the screen explode just by moving the mouse up and down (IMG:[ invalid] style_emoticons/default/laugh.gif)
|
|
|
|
|
|
Jul 4 2013, 17:03
|
lentil
Newcomer
Group: Gold Star Club
Posts: 77
Joined: 8-July 10
|
QUOTE(lentil @ Jul 4 2013, 06:52) I tried HVSTAT and I found it didn't really significantly slow me down, the upside is very major, I no longer die from stupidity or zombification (IMG:[ invalid] style_emoticons/default/tongue.gif) That being said I was also thinking of another thing, sound notifications, for nonessential spells like heartseeker or absorb, if I didnt want a popup and instead choose to put in a sound notification is that possible? Anyone know how to script like a loud 'ding!'? I just need a line of script to play around with Oh well the scriptnoob I am, I tried to add a play.sound line into HVStat in place of the popup. Definitely got rid of popup, but I think I broke the sound haha
|
|
|
|
|
|
Jul 4 2013, 19:13
|
Lement
Group: Members
Posts: 2,977
Joined: 28-February 12
|
@Ichy: Having a default attack be a spell rather than melee attack - it is within 1 action limit, true, but I have much doubt since like the combination of that and mousemelee, as chosen said, is well....Very Likely not allowed
However, there are other options.
Like innate (in HV) repeating(R key) is fine, so you might want to look into putting that onto your middle mouse button or binding that to onmouseover instead. You'd have to then click the mobs to cast the spell on a different mob though, obviously, but having a binding to return R key is definitely fine. It's also probably the action you would find most comfortable with your cool mouse, just change one of the keys to mean "R" in setup and hold down:P
There's also q of binding different things to keydown and keyup with keybindings, with keyup being, say mouseclick on wherever mouse currently is - the legality of this I am unsure about.
This post has been edited by Lement: Jul 4 2013, 19:15
|
|
|
|
|
|
Jul 5 2013, 01:10
|
etothex
Group: Members
Posts: 4,557
Joined: 18-May 09
|
keybinds broke for me in chrome. targeting w/ keyboard causes hverse to hang. using shortcuts keys for spells/skills then mouse to target works though. still works fine in firefox using https://forums.e-hentai.org/index.php?s=&am...t&p=2620138wiki link one gives me raw data. -edit- fixed; oddly it was lastpass addon, which i've always had on, which suddenly broke it. This post has been edited by etothex: Jul 5 2013, 03:40
|
|
|
|
|
|
Jul 5 2013, 22:23
|
Lement
Group: Members
Posts: 2,977
Joined: 28-February 12
|
Here's a small forge infusion hotkey script. keys 1-6 for elemental infusions fire-dark, f for feather, v for voidseeker, a for aether. Just save as user.js and drag and drop: CODE // ==UserScript== // @name HV - Forge hotkeys // @version 1.0 // @namespace Lement // @description 1-6 for infusions, v for voidseeker, f for feather, a for aether // @match http://hentaiverse.org/?s=Bazaar&ss=fr&filter=Equipped // @run-at document-end // ==/UserScript== document.addEventListener('keyup',function(e){ if(e.keyCode==49)document.querySelector('img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="sfire"],img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="pfire"]').onclick();//1 if(e.keyCode==50)document.querySelector('img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="scold"],img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="pcold"]').onclick();//2 if(e.keyCode==51)document.querySelector('img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="selec"],img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="pelec"]').onclick();//3 if(e.keyCode==52)document.querySelector('img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="swind"],img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="pwind"]').onclick();//4 if(e.keyCode==53)document.querySelector('img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="sholy"],img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="pholy"]').onclick();//5 if(e.keyCode==54)document.querySelector('img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="sdark"],img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="pdark"]').onclick();//6 if(e.keyCode==65)document.querySelector('img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="ether"]').onclick();//a if(e.keyCode==70)document.querySelector('img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="feath"]').onclick();//f if(e.keyCode==86)document.querySelector('img[src="http://ehgt.org/v/shops/enchant.png"][onclick*="vseek"]').onclick();//v return;},false);
|
|
|
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
|
|
|
|
|
|