Loading. Please Wait... 
 |
 |
 |
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
Feb 5 2013, 17:42
|
puinyu
Group: Catgirl Camarilla
Posts: 1,778
Joined: 18-April 12

|
QUOTE(ctxl @ Feb 6 2013, 00:25)  Tiap's code works in Chrome for me with the following custom font settings:
font-family Verdana font-size 8 font-weight normal font-style normal vertical adjust 0
I still can't use it.. may be I have troubles using Stylish (IMG:[ invalid] style_emoticons/default/cry.gif) edit: I removed @-moz-document domain line(and last line) and looks like its working now (IMG:[ invalid] style_emoticons/default/smile.gif) This post has been edited by puinyu: Feb 5 2013, 17:54
|
|
|
Feb 8 2013, 11:18
|
aloc1234
Group: Members
Posts: 2,876
Joined: 20-January 12

|
Is there such thing as a script to sell all equipment below x quality? (Say, below average)
|
|
|
Feb 8 2013, 12:18
|
sigo8
Group: Gold Star Club
Posts: 3,492
Joined: 9-November 11

|
QUOTE(puinyu @ Feb 5 2013, 07:42)  edit: I removed @-moz-document domain line(and last line) and looks like its working now (IMG:[ invalid] style_emoticons/default/smile.gif) lol, I complete forgot about that, it's how you limit what the style applies to on Firefox. You would thing the Chrome version of Stylish would auto-convert it but I guess not.
|
|
|
Feb 12 2013, 17:17
|
chamois
Group: Members
Posts: 400
Joined: 12-November 10

|
I can't find a new version for HV HUD Equipment Base Stat Display after HV 0.7.3 so i fixed it myself. Upload for anyone interest in.
HVHUD_0.9.5.zip ( 5.01k )
Number of downloads: 92This post has been edited by chamois: Feb 12 2013, 17:34
|
|
|
|
 |
|
Feb 14 2013, 21:01
|
pureyang
Group: Gold Star Club
Posts: 765
Joined: 6-June 12

|
QUOTE(mrttao @ Jan 26 2013, 23:39)  QUOTE(ChosenUno @ Sep 30 2012, 05:43)  Salvage Filter V2. Some of you may have noticed that the first version doesn't work anymore, due to the extra text. Well, V2 is here! Apart from the fix to make the text clickable again, I've also added some cool stuff. 1. It now only shows tier 1 equipments. Because frankly, I don't think any of us salvage tier 2/3. 2. SALVAGE NEXT! Now you can be even lazier and click only once instead of twice!
Salvage_Filter.zip ( 1.86k )
Number of downloads: 1740.73 changed the tiers of some items. Could we please have a version adjusted for the new tiers? Went ahead and did it myself.
Salvage_Filter_v2.2.zip ( 2.77k )
Number of downloads: 114v2.2: - Adjusted tiers to match changes in v0.73 of HV - Reduced space between lines a bit so that it doesn't push default text offscreen. Known issues: Both this version and the unmodified one from chosenuno break (they display items too low to be salvaged) when used in conjunction with the script: https://forums.e-hentai.org/index.php?showt...p;#entry2297450Credits: All credits belong to ChosenUno, I only did a minor (but necessary) tweak to his script. This post has been edited by mrttao: Feb 14 2013, 21:22
|
|
|
|
 |
|
Feb 14 2013, 21:16
|
pureyang
Group: Gold Star Club
Posts: 765
Joined: 6-June 12

|
QUOTE(chamois @ Feb 12 2013, 09:17)  I can't find a new version for HV HUD Equipment Base Stat Display after HV 0.7.3 so i fixed it myself. Upload for anyone interest in.
HVHUD_0.9.5.zip ( 5.01k )
Number of downloads: 92What is HV HUD and how do I use it?
|
|
|
Feb 19 2013, 07:08
|
soliloquy
Group: Catgirl Camarilla
Posts: 646
Joined: 1-September 10

|
I have an issue with magic scores sometimes when looking at gear in the forums. (IMG:[ i.imgur.com] http://i.imgur.com/d4fHW12.png) EDB, wis, and int are all lower, yet it has a higher magic score. This post has been edited by ramenface: Feb 19 2013, 07:09
|
|
|
Feb 19 2013, 17:38
|
Lement
Group: Members
Posts: 2,977
Joined: 28-February 12

|
Recheck your current gear when you level up, it doesn't update automatically.
|
|
|
Feb 19 2013, 22:36
|
soliloquy
Group: Catgirl Camarilla
Posts: 646
Joined: 1-September 10

|
I even reopened hentaiverse and hovered over all my equipped items. Robes, most of the time, just don't properly show their gear score.
|
|
|
Feb 19 2013, 22:53
|
Lement
Group: Members
Posts: 2,977
Joined: 28-February 12

|
Remove and reinstall the script?
Also, what browser are you using?
|
|
|
Feb 20 2013, 00:44
|
soliloquy
Group: Catgirl Camarilla
Posts: 646
Joined: 1-September 10

|
I am using Chrome. I have tried to reinstall the script. With and without tampermonkey.
|
|
|
Feb 20 2013, 00:48
|
Lement
Group: Members
Posts: 2,977
Joined: 28-February 12

|
Have you tried innate extension, and what version of chrome? Have you tried clearing localstorage, cache, cookies? Innate extension: Put the script in the folder with text file named manifest.json and contents QUOTE { "name": "Magicscores", "version": "1.0.3", "description": "Compares magic gear damage values", "manifest_version": 2, "permissions": ["http://hentaiverse.org/*"], "content_scripts": [ { "matches": [ "http://hentaiverse.org/*"], "js":["Magicscoresscriptname.user.js"], "run_at": "document_end" } ] }
Go in tools->extension->click developer mode and either pack the extension and drag the resulting file onto chrome or load unpacked extension. This post has been edited by Lement: Feb 20 2013, 04:12
|
|
|
|
 |
|
Feb 20 2013, 01:32
|
soliloquy
Group: Catgirl Camarilla
Posts: 646
Joined: 1-September 10

|
Hrm, I'm getting the error could not load extension. Manifest is not valid JSON. Line: 10, column: 2, Dictionary keys must be quoted. This is loading an unpacked extension
Chrome dev channel: Version 26.0.1410.5 dev-m.
This post has been edited by ramenface: Feb 20 2013, 01:33
|
|
|
Feb 20 2013, 02:32
|
sigo8
Group: Gold Star Club
Posts: 3,492
Joined: 9-November 11

|
woops, Well might as well use this miss post. The riddle master has mad my old auto arena script basically useless, so I got off my ass and upgraded it.
HV_Auto_Arena.2.0.user.js.zip ( 987bytes )
Number of downloads: 82 This version lets you choose which order you go visit each arena. The default path is "First Blood" then form "The Trio and the Tree" backwards. This post has been edited by sigo8: Feb 20 2013, 02:49
|
|
|
Feb 20 2013, 04:13
|
Lement
Group: Members
Posts: 2,977
Joined: 28-February 12

|
QUOTE(ramenface @ Feb 20 2013, 01:32)  Hrm, I'm getting the error could not load extension. Manifest is not valid JSON. Line: 10, column: 2, Dictionary keys must be quoted. This is loading an unpacked extension
Chrome dev channel: Version 26.0.1410.5 dev-m.
Whoops. One { too many, copypasted and cut it.
|
|
|
Feb 20 2013, 04:27
|
soliloquy
Group: Catgirl Camarilla
Posts: 646
Joined: 1-September 10

|
Hrm, still happening when loaded as an unpacked extension. Let me list what scripts I'm using. HVSTAT, quickbar 2, riddlelimiter, hentaiverse equipment comparison, hv random encounter notification, hentaiverse shop system.
|
|
|
Feb 20 2013, 04:52
|
Lement
Group: Members
Posts: 2,977
Joined: 28-February 12

|
Try turning them(well, it'd be mainly comparison) off and see if it persists.
Also, are you using the updated version of it? Last patch broke the scores iirc.
This post has been edited by Lement: Feb 20 2013, 04:52
|
|
|
Feb 20 2013, 04:53
|
n125
Group: Gold Star Club
Posts: 6,282
Joined: 23-May 08

|
QUOTE(ramenface @ Feb 18 2013, 21:08)  I have an issue with magic scores sometimes when looking at gear in the forums. [img]http://i.imgur.com/d4fHW12.png[/img EDB, wis, and int are all lower, yet it has a higher magic score.
I noticed this one time as well, using the fixed Magic Scores script available a few pages back. I just shrugged and assumed there was some sort of error with the script.
|
|
|
Feb 20 2013, 07:23
|
soliloquy
Group: Catgirl Camarilla
Posts: 646
Joined: 1-September 10

|
I am using midori_'s magicscores2_Edited.user.zip
|
|
|
Feb 20 2013, 07:33
|
n125
Group: Gold Star Club
Posts: 6,282
Joined: 23-May 08

|
Yeah, that's the one I'm using.
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|