Loading. Please Wait...
|
|
|
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
Nov 23 2017, 21:18
|
Cryosite
Group: Members
Posts: 553
Joined: 29-August 17
|
QUOTE(Scremaz @ Nov 23 2017, 09:57) copy the whole table.
que? Having to manually flip through each page and copy/paste each one individually, or is there some way to access the entire table in one copy?
|
|
|
Nov 23 2017, 21:39
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
|
QUOTE(Cryosite @ Nov 23 2017, 20:18) que?
Having to manually flip through each page and copy/paste each one individually, or is there some way to access the entire table in one copy?
manually, afaik. i don't know about any parser script. it shouldn't be so~o long though. i count "only" 45 pages on mine (IMG:[ invalid] style_emoticons/default/duck.gif)
|
|
|
Nov 27 2017, 00:18
|
Honeycat
Group: Catgirl Camarilla
Posts: 61,544
Joined: 25-February 07
|
QUOTE(sickentide @ Nov 22 2017, 13:44) i had another look at the riddlemaster countdown and stripped the auto-fail, so starting with 1.2.2.4 you get to enjoy that lovely horse timer again
The timer is back and working, thank you! (IMG:[ invalid] style_emoticons/default/happy.gif)
|
|
|
Dec 2 2017, 11:33
|
treesloth
Group: Catgirl Camarilla
Posts: 3,524
Joined: 6-January 13
|
nm, found it
This post has been edited by treesloth: Dec 2 2017, 11:43
|
|
|
Dec 6 2017, 11:01
|
ALL_MIGHT
Group: Gold Star Club
Posts: 1,548
Joined: 14-October 16
|
Could someone explain what it does in monsterbation script.? QUOTE Bind(KEY_X, Strongest([Use('s4'), Use('s2'), Use('s1'), Use(2), Use(1)])); (So that i could configure it as per my needs)
|
|
|
Dec 6 2017, 11:06
|
Superlatanium
Group: Gold Star Club
Posts: 7,573
Joined: 27-November 13
|
Read the instructions CODE // Use('Item ID') // Valid Item IDs are 'p' for Gem, 1-15 for Items, 's1'-'s6' for Scrolls and 'n1'-'n6' for Infusions.
|
|
|
Dec 6 2017, 11:37
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10
|
QUOTE(ALL_MIGHT @ Dec 6 2017, 11:01) Could someone explain what it does in monsterbation script.?
(So that i could configure it as per my needs)
it lets you use several different items by tapping X repeatedly. which items are used depends on your battle item setup, in mine the first two taps use health and mana draughts and additional taps add scrolls of swiftness, protection and shadows, so i use two taps most of the time and five if things get rough
|
|
|
|
|
|
Dec 6 2017, 12:26
|
ALL_MIGHT
Group: Gold Star Club
Posts: 1,548
Joined: 14-October 16
|
QUOTE(sickentide @ Dec 6 2017, 15:07) it lets you use several different items by tapping X repeatedly. which items are used depends on your battle item setup, in mine the first two taps use health and mana draughts and additional taps add scrolls of swiftness, protection and shadows, so i use two taps most of the time and five if things get rough
Thanks (IMG:[ invalid] style_emoticons/default/biggrin.gif)
|
|
|
Dec 6 2017, 12:55
|
reality_marble
Group: Gold Star Club
Posts: 1,475
Joined: 31-August 13
|
noice ∑d(°∀°d) of pass right through me because of the strongest thingey
though coulds only use for tiered stuff, like cure/fullcure or potion/elixir but having single key bid for all draught is noice
|
|
|
Dec 12 2017, 10:52
|
Superlatanium
Group: Gold Star Club
Posts: 7,573
Joined: 27-November 13
|
For anyone using Greasemonkey and Firefox ~56: make sure to disable automatic add-on updates, or the newly released GM version will (probably) continually crash your browser.
(at least, I'm pretty sure that was the cause of my problems)
|
|
|
|
|
|
Dec 14 2017, 03:10
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
|
QUOTE(End Of All Hope @ Sep 27 2017, 17:29) Bah... Anyway, just because someone brought up the random encounter script. This is the one I'm currently using, fixed by gianfrix ages ago, still working in 0.85, broken partially after some mid-patch update a week after 0.85 Here: https://forums.e-hentai.org/index.php?s=&am...t&p=4741026Known issues of gianfrix's fix: - the script does not store the links of the previous encounters, aka if I refresh by mistake the page, I lose the RE - as a consequence of the not storing, re_cnt is always = 0 QUOTE(ALL_MIGHT @ Sep 27 2017, 17:55) I am also using it .(Because it just works smoothly without issues). So, Could someone please work on these two issues and edit it. Thanks (IMG:[ invalid] style_emoticons/default/biggrin.gif) I don't know if you care anymore, since it was quite a bit of time ago when it was requested, but i kind of returned now from being MIA, so i fixed the RE script, here's the updated fixed version:
CountdownTimerRE_0.1.user.js.txt ( 8.62k )
Number of downloads: 110
|
|
|
|
|
|
Dec 14 2017, 03:12
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
|
QUOTE(gianfrix94 @ Dec 14 2017, 02:10) I don't know if you care anymore, since it was quite a bit of time ago when it was requested, but i kind of returned now from being MIA, so i fixed the RE script, here's the updated fixed version:
CountdownTimerRE_0.1.user.js.txt ( 8.62k )
Number of downloads: 110oh, here you are after your AFK period. welcome back (IMG:[ invalid] style_emoticons/default/smile.gif)
|
|
|
|
|
|
Dec 14 2017, 21:20
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
|
Hi guys, another script fix, i made HV_REDifficulty by tatarime work again. This script checks the difficulty you have currenty set in HV against the difficulty you set in the script and alerts you if it's different when you click on the RE. It opens the RE in the same tab too, if you set the variable POPUP in the script to false. Here is it:
HV_REDifficulty_0.5.user.js.txt ( 1.44k )
Number of downloads: 697Then, a small script to make the navbar on top of every e-hentai page open HV in the same tab and not in a new window. Setting in the script alt_redirect to true makes it open alt.HV instead of HV. Here is it:
HV_Navbar_Same_Tab_0.1.1.user.js.txt ( 685bytes )
Number of downloads: 3344Changelog: 0.1 - First Version 0.1.1 - Fused HV_Navbar_Same_Tab and HV_Navbar_Same_Tab_Alt together. This post has been edited by gianfrix94: Jan 19 2018, 20:42
|
|
|
|
|
|
Dec 14 2017, 21:28
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
|
QUOTE(gianfrix94 @ Dec 14 2017, 20:20) Hi guys, another script fix, i made HV_REDifficulty by tatarime work again. This script checks the difficulty you have currenty set in HV against the difficulty you set in the script and alerts you if it's different when you click on the RE. It opens the RE in the same tab too, if you set the variable POPUP in the script to false. Here is it:
HV_REDifficulty_0.5.user.js.txt ( 1.44k )
Number of downloads: 697f4tal will be happy to know it: https://forums.e-hentai.org/index.php?showtopic=209815QUOTE Then, a small script to make the navbar on top of every e-hentai page open HV in the same tab and not in a new window. Here is it:
HV_Navbar_Same_Tab.user.js.txt ( 362bytes )
Number of downloads: 44if i may ask - differences with this one, further included in this other one?
|
|
|
|
|
|
Dec 14 2017, 21:43
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
|
QUOTE(Scremaz @ Dec 14 2017, 20:28) I'm not sure if this is sarcasm or not (IMG:[ invalid] style_emoticons/default/laugh.gif) QUOTE(Scremaz @ Dec 14 2017, 20:28) if i may ask - differences with this one, further included in this other one? It's pretty much completely another thing? It's not for REs, it's for the navbar on top, the one with [ Front Page, Torrents, ..., Hentaiverse ], it makes the HV link open in the same tab instead of a new window, i made it just because it bothered me. Btw, i'm pretty sure HV RE Same tab is not included into Monsterbation or Crunk Juice.
|
|
|
|
|
|
Dec 14 2017, 21:52
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
|
QUOTE(gianfrix94 @ Dec 14 2017, 20:43) I'm not sure if this is sarcasm or not (IMG:[ invalid] style_emoticons/default/laugh.gif) lol. just wanted to make you note that we moved some of the scripts in that other page. also, the compendium is updated, so on a general base the working scripts are there. and come on, i'm not mocking you. (IMG:[ invalid] style_emoticons/default/laugh.gif) QUOTE It's pretty much completely another thing? It's not for REs, it's for the navbar on top, the one with [ Front Page, Torrents, ..., Hentaiverse ], it makes the HV link open in the same tab instead of a new window, i made it just because it bothered me. Btw, i'm pretty sure HV RE Same tab is not included into Monsterbation or Crunk Juice.
ah, guess i misread it, my bad. then for *every* HV link, including, saying, those on EH main page? also, i was sure Same Tab was into CrunkJuice. turns out it's included in RED.
|
|
|
|
|
|
Dec 14 2017, 21:54
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10
|
QUOTE(gianfrix94 @ Dec 14 2017, 21:43) Btw, i'm pretty sure HV RE Same tab is not included into Monsterbation or Crunk Juice.
this is correct, because crunk juice is even more advanced than that: if you enable its RE timer, it will take you into battle with a single click This post has been edited by sickentide: Dec 14 2017, 21:55
|
|
|
|
|
|
Dec 14 2017, 22:14
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
|
QUOTE(Scremaz @ Dec 14 2017, 20:52) lol. just wanted to make you note that we moved some of the scripts in that other page. also, the compendium is updated, so on a general base the working scripts are there. and come on, i'm not mocking you. (IMG:[ invalid] style_emoticons/default/laugh.gif) No prob, i was joking (IMG:[ invalid] style_emoticons/default/laugh.gif) I saw the Compendium, and saw there HV RED by f4tal before, but i didn't continue using it because there were some serious bugs on my end, it literally stopped working or hid the RE link sometimes. QUOTE(Scremaz @ Dec 14 2017, 20:52) ah, guess i misread it, my bad. then for *every* HV link, including, saying, those on EH main page?
Where there is this bar, it changes the HV link in the bar: This post has been edited by gianfrix94: Dec 14 2017, 22:15
|
|
|
|
|
|
Dec 15 2017, 18:20
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
|
Another revived small script, it changes in battle the monsters letters to numbers [ (A,B,...) -> (1,2,...) ], it makes keyboard pinpointed spell slinging easier in my opinion. Here is it:
HV_MonsterLetterToNumber_1.1.user.js.txt ( 6.66k )
Number of downloads: 2776
|
|
|
|
|
|
Dec 17 2017, 03:30
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
|
Wew, i finally got around to making the Moogle Mail Manager i wanted to do from a long time. Someone get me off this JavaScript wild ride. Anyway, this script adds a button called [MM Manager] at the bottom of the Read/Sent Mail pages, between [<Prev] and [Next>], and that opens a menu that allows you to: - Update the list of stored MMs (do this at the first use on both read/sent pages and when you send/recieve new MMs) - Clear the list of stored MMs (mostly used for testing) - Show the list of all stored MMs - Show a filtered list of all stored MMs by User or Subject - Add/Remove Bookmark to your MMs (done through middle clicking on MMs after clicking the menu button) - Show only Bookmarked MMs - Show count of stored MMs - Show a list of a number of stored MMs at choice - Sort list of MM by clicking on [ From/To, Subject, Sent, Read] on MMs list page More functions could come in future, if they come to mind. Basically, this is useful if sometimes you want to search for some specific MM in your huge MM folder. Here is it:
MoogleManager_1.0.4.user.js.txt ( 16.68k )
Number of downloads: 5423Changelog: 1.0.0 - First Version 1.0.1 - Added Bookmarking features 1.0.2 - Added Sorting by [ From/To User, Subject, Sent time, Read time ], Counting of stored MMs, Get a number of MMs 1.0.3 - Small Bugfixes 1.0.4 - Bugfixes This post has been edited by gianfrix94: Mar 2 2018, 22:58
|
|
|
|
|
|
4 User(s) are reading this topic (4 Guests and 0 Anonymous Users)
0 Members:
|
|
|
|
|
|
|