Welcome Guest ( Log In | Register )

291 Pages V « < 26 27 28 29 30 > »   
Reply to this topicStart new topic
> HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd)

 
post Feb 4 2013, 08:11
Post #541
sigo8



Clover Sprite
********
Group: Gold Star Club
Posts: 3,415
Joined: 9-November 11
Level 500 (Ponyslayer)


QUOTE(eqwer @ Feb 3 2013, 19:05) *

Attached Image

Attached Image
i remember someone had post a solution to solve this problem, but i can't find now

Here's the version I'm using
CODE
@-moz-document domain("hentaiverse.org") {

div.cmo1 { padding-right: 50px; }
div.cwbt1, div.cwbt2 {
  margin: 5px auto 0 0 !important;
  width: 120px !important;
}

div.eqsp3 { padding: 3px 0 0 15px !important; }

.fd10 div { font-size: 8pt !important; }
.fd12 div { font-size: 10pt !important; }

/*#stats_pane > div { height: auto !important; }*/

#arena_pane > script + div { height: 613px !important; }
#arena_pane > div + div { height: auto !important; }
#arena_pane > div > table > tbody > tr > td { height: 30px !important; }

#mailform > #leftpane > div > div > #leftpane,
#mailform > #leftpane > div > div > .fd10 > div,
#mailform > #leftpane + div > div > .fd10 > div,
#mailform > #leftpane + div > div > .fd10 + div {
  display: inline-block !important;
}
#mailform > #leftpane > div > div,
#mailform > #leftpane + div > div {
  text-align: left !important;
}

}
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 4 2013, 16:52
Post #542
ctxl



バカ
****
Group: Members
Posts: 425
Joined: 20-May 12
Level 455 (Godslayer)


QUOTE(eqwer @ Feb 3 2013, 19:05) *

i remember someone had post a solution to solve this problem, but i can't find now

Here's where the bottom part of sigo8's came from: https://forums.e-hentai.org/index.php?showt...t&p=1762123

Not sure where the extra bit on top is from, though.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 4 2013, 17:34
Post #543
puinyu



ARIA Star Club
*******
Group: Catgirl Camarilla
Posts: 1,778
Joined: 18-April 12
Level 455 (Godslayer)


sigo8 and Tiap's doesn't work for me with Chrome + Stylish but this one works for me.
[userstyles.org] http://userstyles.org/styles/browse/hentaiverse
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 4 2013, 23:30
Post #544
sigo8



Clover Sprite
********
Group: Gold Star Club
Posts: 3,415
Joined: 9-November 11
Level 500 (Ponyslayer)


QUOTE(ctxl @ Feb 4 2013, 06:52) *

Here's where the bottom part of sigo8's came from: https://forums.e-hentai.org/index.php?showt...t&p=1762123

Not sure where the extra bit on top is from, though.

I added it myself.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 5 2013, 15:25
Post #545
aloc1234



Lurker
********
Group: Members
Posts: 2,876
Joined: 20-January 12
Level 351 (Godslayer)


I looked in HV Scripts on the wiki, but found only one that seems not to work:


Skill Script

I wanted a script to add hotkeys to my specific fighting style skills(great cleave, for instance, in 2h case). Is there anything like that?

This post has been edited by aloc1234: Feb 5 2013, 15:27
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 5 2013, 15:38
Post #546
puinyu



ARIA Star Club
*******
Group: Catgirl Camarilla
Posts: 1,778
Joined: 18-April 12
Level 455 (Godslayer)


QUOTE(sigo8 @ Feb 5 2013, 06:30) *

I added it myself.


may I ask how to use your code?
I added to the Stylish(Chrome) but it doesn't work (IMG:[invalid] style_emoticons/default/cry.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 5 2013, 17:25
Post #547
ctxl



バカ
****
Group: Members
Posts: 425
Joined: 20-May 12
Level 455 (Godslayer)


QUOTE(puinyu @ Feb 5 2013, 05:38) *
may I ask how to use your code?
I added to the Stylish(Chrome) but it doesn't work (IMG:[invalid] style_emoticons/default/cry.gif)
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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 5 2013, 17:42
Post #548
puinyu



ARIA Star Club
*******
Group: Catgirl Camarilla
Posts: 1,778
Joined: 18-April 12
Level 455 (Godslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 8 2013, 11:18
Post #549
aloc1234



Lurker
********
Group: Members
Posts: 2,876
Joined: 20-January 12
Level 351 (Godslayer)


Is there such thing as a script to sell all equipment below x quality? (Say, below average)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 8 2013, 12:18
Post #550
sigo8



Clover Sprite
********
Group: Gold Star Club
Posts: 3,415
Joined: 9-November 11
Level 500 (Ponyslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 12 2013, 17:17
Post #551
chamois



Casual Poster
****
Group: Members
Posts: 400
Joined: 12-November 10
Level 298 (Godslayer)


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.

Attached File  HVHUD_0.9.5.zip ( 5.01k ) Number of downloads: 90


This post has been edited by chamois: Feb 12 2013, 17:34
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 14 2013, 21:01
Post #552
pureyang



Regular Poster
******
Group: Gold Star Club
Posts: 765
Joined: 6-June 12
Level 490 (Dovahkiin)


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!

Attached File  Salvage_Filter.zip ( 1.86k ) Number of downloads: 173


0.73 changed the tiers of some items.
Could we please have a version adjusted for the new tiers?


Went ahead and did it myself.
Attached File  Salvage_Filter_v2.2.zip ( 2.77k ) Number of downloads: 113


v2.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;#entry2297450

Credits: 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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 14 2013, 21:16
Post #553
pureyang



Regular Poster
******
Group: Gold Star Club
Posts: 765
Joined: 6-June 12
Level 490 (Dovahkiin)


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.

Attached File  HVHUD_0.9.5.zip ( 5.01k ) Number of downloads: 90



What is HV HUD and how do I use it?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 19 2013, 07:08
Post #554
soliloquy



hi
*****
Group: Catgirl Camarilla
Posts: 646
Joined: 1-September 10
Level 460 (Godslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 19 2013, 17:38
Post #555
Lement



Lalalala la~ la la~!
********
Group: Members
Posts: 2,977
Joined: 28-February 12
Level 326 (Godslayer)


Recheck your current gear when you level up, it doesn't update automatically.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 19 2013, 22:36
Post #556
soliloquy



hi
*****
Group: Catgirl Camarilla
Posts: 646
Joined: 1-September 10
Level 460 (Godslayer)


I even reopened hentaiverse and hovered over all my equipped items. Robes, most of the time, just don't properly show their gear score.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 19 2013, 22:53
Post #557
Lement



Lalalala la~ la la~!
********
Group: Members
Posts: 2,977
Joined: 28-February 12
Level 326 (Godslayer)


Remove and reinstall the script?

Also, what browser are you using?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 20 2013, 00:44
Post #558
soliloquy



hi
*****
Group: Catgirl Camarilla
Posts: 646
Joined: 1-September 10
Level 460 (Godslayer)


I am using Chrome. I have tried to reinstall the script. With and without tampermonkey.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 20 2013, 00:48
Post #559
Lement



Lalalala la~ la la~!
********
Group: Members
Posts: 2,977
Joined: 28-February 12
Level 326 (Godslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 20 2013, 01:32
Post #560
soliloquy



hi
*****
Group: Catgirl Camarilla
Posts: 646
Joined: 1-September 10
Level 460 (Godslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 26 27 28 29 30 > » 
Reply to this topicStart new topic
3 User(s) are reading this topic (3 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 9th January 2025 - 18:16