Loading. Please Wait...
|
|
|
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
Nov 20 2013, 21:59
|
Gasior
Group: Members
Posts: 2,667
Joined: 20-October 10
|
HV Equipment Comparison 0.6.2.6
HVEquipCompare.user.zip ( 13.62k )
Number of downloads: 84- Update to wiki data (11 Nov 2013, still not quite accurate) -- Dagger and Gossamer are not supported - Rearranged code of wiki comparison - Fixed wiki highlight problem - Some code cleaning and fixing *version without /multiplier* Inform Me if I messed up something.
|
|
|
|
|
|
Nov 23 2013, 00:32
|
Gasior
Group: Members
Posts: 2,667
Joined: 20-October 10
|
HV Equipment Comparison 0.6.2.7
HVEquipCompare.user.zip ( 14.62k )
Number of downloads: 75 After post my version i found out, that ggxxsol released v.0.6.2.5r some time ago. (Big Thanks for your work) I added to my script the changes that he made, and do my own. - added best EDB for staff's (needed some fixing) - corresponding EDB highlight to wiki for staff's - added % to "Attack Crit Damage" - fixed wiki highlight for Power armor - readded data for Dagger, Scythe, Tower shield, Gossamer (based on ggxxsol version) - blocked wiki highlight for retired eq - ±0.01 margin for quality max It have Peerless data, so i left godlike.
|
|
|
|
|
|
Nov 26 2013, 04:25
|
Lement
Group: Members
Posts: 2,977
Joined: 28-February 12
|
Here is a little script that I made to send stuff to wolfgirl(Press O for next, space for next equip(as it asks you in a confirmation window popup on-page). Requires you to only have unlocked equips you wish to send(it picks first)). Requires you to change 'wolfgirl of autumn92' to whatever name you wish should you send to someone else. Maybe in future have the name stored in localstorage or read them from a list, would make it convenient for large-item auctions or something. CODE // ==UserScript== // @name HV send next equip to wolfgirl // @version 1.1.1 // @namespace HVTA // @description O for next // @match http://hentaiverse.org/?s=Bazaar&ss=mm&filter=Write+New // @match http://hentaiverse.org/?s=Bazaar&ss=mm&filter=Write%20New // @run-at document-end // ==/UserScript== if(document.querySelector('img[src="http://ehgt.org/v/mooglemail/writenew.png"]'))document.querySelector('img[src="http://ehgt.org/v/mooglemail/writenew.png"]').click(); if(document.querySelector('img[src="http://ehgt.org/v/mooglemail/removeattachment.png"]'))document.querySelector('img[src="http://ehgt.org/v/mooglemail/send.png"]').onclick(); document.addEventListener('keyup',function(e){ if(e.keyCode==79){document.querySelector('input[name="message_to_name"]').value='wolfgirl of autumn92'; document.querySelector('input[name="message_subject"]').value='phase'; document.querySelector('img[src="http://ehgt.org/v/mooglemail/attachequip.png"]').onclick(); document.querySelector('div.eqdp').onclick(); document.querySelector('div[onclick="mooglemail.commit_transaction()"]').onclick(); } return;},false);
|
|
|
|
|
|
Nov 26 2013, 15:09
|
firepen
Group: Members
Posts: 191
Joined: 17-August 13
|
My script is based on the HV STAT Slim. And I've mixed some scripts. I think it is useful for fighters in many ways.
hvstatslim_total.user.zip ( 3.46k )
Number of downloads: 98This post has been edited by firepen: Nov 26 2013, 15:10
|
|
|
Nov 27 2013, 06:51
|
Red of EHCOVE
Group: Gold Star Club
Posts: 9,493
Joined: 28-April 07
|
Cool thread. Since this is actually useful, shouldn't this be in the System Discussion, not Chat?
|
|
|
Nov 28 2013, 03:22
|
firepen
Group: Members
Posts: 191
Joined: 17-August 13
|
QUOTE(firepen @ Nov 26 2013, 15:09) My script is based on the HV STAT Slim. And I've mixed some scripts. I think it is useful for fighters in many ways.
hvstatslim_total.user.zip ( 3.46k )
Number of downloads: 98 editorial version
hvstatslim_total_pack_KAI.user.zip ( 3.69k )
Number of downloads: 92[ serviceapi.nmv.naver.com] script test videoThis post has been edited by firepen: Nov 28 2013, 03:35
|
|
|
|
|
|
Nov 28 2013, 20:54
|
Gasior
Group: Members
Posts: 2,667
Joined: 20-October 10
|
HV Equipment Comparison 0.6.2.8
HVEquipCompare.user.zip ( 16.33k )
Number of downloads: 81- Update to wiki data (22 Nov 2013) - old 'W' key changed to 'B' - 'W' now show something like this: 'W': 'B': * Burden/Interference: 0% = Lowest possible * It not shows ranges, but base for: ^ Specific Damage Mitigation (too many data to operate, maybe later) ^ Proc chance and duration ^ some minor stats * If Eq isn't in built-in database, it will show the same as 'B' This post has been edited by Gasior: Nov 28 2013, 20:56
|
|
|
|
|
|
Nov 30 2013, 10:42
|
Cats Lover
Group: Gold Star Club
Posts: 2,800
Joined: 18-April 13
|
HV Stopwatch 0.1.2 I made simple script of stopwatch to measure clear time of battle. (IMG:[ invalid] style_emoticons/default/laugh.gif)
HV_stopwatch_0.1.2.user.zip ( 1.33k )
Number of downloads: 170- Click time to start or stop. - Automatically stop on clearing the last round of arena, IW, and GF.
|
|
|
Nov 30 2013, 11:44
|
Pillowgirl
Group: Gold Star Club
Posts: 5,389
Joined: 2-December 12
|
QUOTE(Cats Lover @ Nov 30 2013, 18:42) HV Stopwatch 0.1.2 I made simple script of stopwatch to measure clear time of battle. (IMG:[ invalid] style_emoticons/default/laugh.gif)
HV_stopwatch_0.1.2.user.zip ( 1.33k )
Number of downloads: 170- Click time to start or stop. - Automatically stop on clearing the last round of arena, IW, and GF. Will try later.
|
|
|
|
|
|
Nov 30 2013, 19:37
|
etothex
Group: Members
Posts: 4,557
Joined: 18-May 09
|
QUOTE(firepen @ Nov 27 2013, 17:22) editorial version
hvstatslim_total_pack_KAI.user.zip ( 3.69k )
Number of downloads: 92[ serviceapi.nmv.naver.com] script test video a feature request in general, but can anyone alter the effects duration to only show self effects, or have a hotkey pressed to show durations. I don't really care for monster effects, and tbqh I only care about heartseeker in self buffs. Having to whip my mouse up to the icon to check if i should use my channeling proc for heartseeker happens alot.
|
|
|
Dec 4 2013, 20:17
|
kuro009
Group: Members
Posts: 747
Joined: 8-May 10
|
Can anyone make a script that will enable us to select multiple equipments in the Bazaar and sell them at once?
|
|
|
Dec 9 2013, 19:45
|
Ichy
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09
|
How do I bind some spell to left mouse button? Too lazy to use keyboard.
|
|
|
Dec 9 2013, 21:01
|
hihohahi
Group: Members
Posts: 661
Joined: 19-February 09
|
QUOTE(hihohahi @ Nov 5 2013, 20:15) For the HV Keybind 2.5.0, any way for Cast function not deselect a spell if it's already selected?
..also
|
|
|
Dec 10 2013, 12:33
|
Gasior
Group: Members
Posts: 2,667
Joined: 20-October 10
|
HV Equipment Comparison 0.6.2.9
HVEquipCompare_0.6.2.9.zip ( 18.66k )
Number of downloads: 76- Added Lottery page (data for Leg+ may be inaccurate due to their rarity) - Fixed Forge Upgrades and Enchantments pages - Fixed old (Main Hand)/(Off Hand) label - Added Specific Damage Mitigations - Added 'useMultiplier' option somewhere at the top - Fixed some bugs
|
|
|
Dec 12 2013, 02:08
|
ctxl
Group: Members
Posts: 425
Joined: 20-May 12
|
HV - Track Drops 2.2 New: groups common drops together, counts gems, and sorts things. [ pastie.org] Save this as a .user.js, modify settings (optional), and install. Click on the Stamina icon anytime, anywhere to use. Sample output below.
|
|
|
|
|
|
Dec 12 2013, 19:59
|
goldminer
Group: Members
Posts: 401
Joined: 13-November 13
|
QUOTE(ctxl @ Dec 11 2013, 19:08) HV - Track Drops 2.2 New: groups common drops together, counts gems, and sorts things. [ pastie.org] Save this as a .user.js, modify settings (optional), and install. Click on the Stamina icon anytime, anywhere to use. Sample output below. Thanks always. Testing the script on Chrome31 and FF25, but it does not work at all. I got like these two key-value pairs on Local Storage after some grindfest test. - Key: "Drops", Value: "Rounds,Credits,Crystals,Trash Gear,Rounds,Crystals,Potion,Rounds,Scroll,Crystals,Rounds,Rounds" - Key: "Drops.Last", Value: "" Is there another specific way to use this except just clicking on the stamina icon? And is there anyone who makes it work well?
|
|
|
|
|
|
Dec 12 2013, 23:03
|
ctxl
Group: Members
Posts: 425
Joined: 20-May 12
|
QUOTE(goldminer @ Dec 12 2013, 09:59) Testing the script on Chrome31 and FF25, but it does not work at all.
Works fine in Chrome 31. In Firefox 26, turn off the random encounter timer (reTimer: false). Move countdownRE(nextRE); below the function if you want to use it. Sorry about that. QUOTE(goldminer @ Dec 12 2013, 09:59) Is there another specific way to use this except just clicking on the stamina icon? And is there anyone who makes it work well? Nope.
|
|
|
|
|
|
Dec 15 2013, 09:13
|
something
Group: Members
Posts: 1,106
Joined: 14-January 07
|
QUOTE(sigo8 @ Jan 21 2013, 22:41) New version of Health alert. Fixed the Overrun problem by stealing some code from HVStat (quadrupling the number of lines of code).
HV_HealthAlert.2.0.user.js.zip ( 659bytes )
Number of downloads: 139 is there any chance you can update this for 0.77? it's probably the one feature i miss about HVSTAT since i tend to sleep through arenas and end up dead without it
|
|
|
Dec 15 2013, 11:54
|
Gasior
Group: Members
Posts: 2,667
Joined: 20-October 10
|
HV Equipment Comparison 0.6.2.10
HVEquipCompare_0.6.2.10.user.zip ( 18.49k )
Number of downloads: 65- Update to wiki data (14 Dec 2013)
|
|
|
Dec 16 2013, 16:10
|
f_riz
Group: Gold Star Club
Posts: 1,051
Joined: 13-December 10
|
QUOTE Item Menu. kudos to tiap again, changes are as follows: line 34 : var target = item.querySelector('.fd2 > div'); line 142 : var temp = data.match(/equips.set\((\d+),\s?'(.+?)'\)/);
itemmenu.user.js.zip ( 2.22k )
Number of downloads: 156 Item menu on salvage, enchant, item world, upgrade are now broken. Maybe it's because the new feature of equipment renaming?
|
|
|
4 User(s) are reading this topic (4 Guests and 0 Anonymous Users)
0 Members:
|
|
|
|
|
|
|