Welcome Guest ( Log In | Register )

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

 
post Mar 30 2014, 09:22
Post #1268
roxxxas



"stop crying"
*******
Group: Members
Posts: 2,408
Joined: 14-July 12
Level 426 (Godslayer)


QUOTE(oohmrparis @ Mar 30 2014, 10:46) *

Can be stopped if you use a custom font


that fix the problem, thank you. (IMG:[invalid] style_emoticons/default/biggrin.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 1 2014, 11:51
Post #1269
kuro009



Peerless Retarded H-Collector of E-Hentai
*****
Group: Members
Posts: 747
Joined: 8-May 10
Level 303 (Godslayer)


It was getting on my nerves, so I made a script:

HV Inner Scroll-bar Remover: Attached File  HVInnerScrollbarRemover.user.zip ( 683bytes ) Number of downloads: 290

- Removes the inner scroll-bar in the Settings page.

It shall make the Settings page look like this:
Attached Image

Note: The blank space at the bottom of the page is left intentionally for those who have either obtained all the Titles or have gained all/some of the Innate Arcana Hath Perks.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 2 2014, 22:43
Post #1270
TheGreyPanther



Prowler
********
Group: Gold Star Club
Posts: 3,765
Joined: 8-April 11
Level 500 (Godslayer)


I have small request for a script or if a script exist that does what I desire then directions would suffice.

I alway find it a pain in the ass to sell the crap equipment that accumulate in my inventory.
A script that could sell all the crap alternatively hide all "good" equipment in the equipment shop is what I seek.
For simplicities sake I would consider rare equipment below superior and common equipment below exquisite crap. I know it's not a proper division but it is a simple one.

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

 
post Apr 3 2014, 03:54
Post #1271
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


Btw, is it possible to create a script to record battle logs?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 9 2014, 13:25
Post #1272
n125



Elite Poster
*********
Group: Gold Star Club
Posts: 6,282
Joined: 23-May 08
Level 500 (Godslayer)


In Firefox, is HV Keybinds 2.5.0 unable to override the default HV hotkeys? For example, if I bind a spell to the S key and I press it during a battle, the spell will be highlighted in the spell list, but Spirit Stance will be toggled instead of the spell being cast. Disabling a default hotkey (i.e., binding it to "Nothing") doesn't work either. Everything works as it should in Chromium and friends.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 12 2014, 07:43
Post #1273
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


Just tested out a few things, and it turns out that the "No Pony" script wouldn't work on Hentaiverse's default font... it needs a little fix to work.

Also, I couldn't get the HentaiVerse Equipment Comparison to work at all...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 12 2014, 12:50
Post #1274
oohmrparis



We are ping-pong player
*****
Group: Gold Star Club
Posts: 524
Joined: 18-June 13
Level 500 (Ponyslayer)


CODE
var figurine = document.querySelectorAll('#item_pane tr td:first-Child');
for(i = 0; i < figurine.length; i++) {
  if(/Figurine/.test(figurine[i].children[0].getAttribute('onclick'))) {
    figurine[i].parentElement.style.display = 'none';
  }
}


No Pony work Rewriting the code to this
But, because there are a lot of scripts you can not use a default font
Would you want to use custom font is good
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 12 2014, 16:12
Post #1275
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


Thanks. Posted the finished script here.

DLed the Hentaiverse font, turns out it's the Starcraft TTF... I would like to use it as custom font, but I couldn't make it look exactly the same as default... I recall that freakerup had the same problem iirc.

This post has been edited by LostLogia4: Apr 12 2014, 16:45
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 12 2014, 16:32
Post #1276
oohmrparis



We are ping-pong player
*****
Group: Gold Star Club
Posts: 524
Joined: 18-June 13
Level 500 (Ponyslayer)


CODE
// @match           http://*.hentaiverse.org/?s=Bazaar&ss=*


You rewrite to this line of the @ include
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 12 2014, 16:52
Post #1277
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(oohmrparis @ Apr 12 2014, 22:32) *

CODE
// @match           http://*.hentaiverse.org/?s=Bazaar&ss=*

You rewrite to this line of the @ include
*check the script in a hurry*
Already done that from the start... actually, no, I've modified the script to be more specific really.

My script has this codings:
CODE
// @include         *hentaiverse.org/?s=Bazaar&ss=is*
// @include         *hentaiverse.org/?s=Bazaar&ss=ss*

so you will neither shrine nor sell them, in any and all Hentaiverse domains. MoogleMail works fine.

This post has been edited by LostLogia4: Apr 12 2014, 18:22
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 12 2014, 16:58
Post #1278
oohmrparis



We are ping-pong player
*****
Group: Gold Star Club
Posts: 524
Joined: 18-June 13
Level 500 (Ponyslayer)


Sorry, I had forgotten all about MM. (IMG:[invalid] style_emoticons/default/tongue.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 12 2014, 17:06
Post #1279
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


Good thing I've prepared the script in advance... that line would've embargo the figurine trafficking trading...

And now, what about the HentaiVerse Equipment Comparison? Tried several versions, but none of them worked... (default font, Firefox 28)

This post has been edited by LostLogia4: Apr 12 2014, 17:17
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 18 2014, 21:19
Post #1280
qw3rty67



Active Poster
*******
Group: Members
Posts: 1,118
Joined: 30-April 09
Level 444 (Godslayer)


Can we make requests here?
I'd like a script that lets me use a quickslotted skill on a highlighted monster. If I mouse over monster C and have Inferno on slot 6, I can just press 6 to cast it. How much would this cost?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 19 2014, 12:49
Post #1281
kuro009



Peerless Retarded H-Collector of E-Hentai
*****
Group: Members
Posts: 747
Joined: 8-May 10
Level 303 (Godslayer)


QUOTE(qw3rty67 @ Apr 19 2014, 00:49) *

Can we make requests here?
I'd like a script that lets me use a quickslotted skill on a highlighted monster. If I mouse over monster C and have Inferno on slot 6, I can just press 6 to cast it. How much would this cost?

Use this (just set the desired spell/skill on the Numpad option).

This post has been edited by kuro009: Apr 19 2014, 12:50
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 23 2014, 13:41
Post #1282
Razor320



Casual Poster
***
Group: Members
Posts: 220
Joined: 17-October 13
Level 361 (Godslayer)


Aw, few days ago i've really sat down and coded pretty usable alpha version of automatic auction support (using userJS). It handles bids, updates first post and writes messages with errors (like 'your bid is too low' or 'item already sold') in auction thread.

Since i've done it just for my own entertaiment, i don't want to fight my way with administration to approve it. Is anyone other interested in this here?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 24 2014, 15:23
Post #1283
kserox



Poster Irregular
*****
Group: Catgirl Camarilla
Posts: 727
Joined: 26-December 10
Level 500 (Godslayer)


Does anybody have a link for a working script that colores your equipment according to its quality?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 25 2014, 18:15
Post #1284
qw3rty67



Active Poster
*******
Group: Members
Posts: 1,118
Joined: 30-April 09
Level 444 (Godslayer)


QUOTE(kuro009 @ Apr 19 2014, 06:49) *

Use this (just set the desired spell/skill on the Numpad option).

Is this chrome only? There's no popup and none of the keys do anything.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 25 2014, 23:13
Post #1285
kuro009



Peerless Retarded H-Collector of E-Hentai
*****
Group: Members
Posts: 747
Joined: 8-May 10
Level 303 (Godslayer)


QUOTE(qw3rty67 @ Apr 25 2014, 21:45) *

Is this chrome only? There's no popup and none of the keys do anything.

Nope. There's no Chromium Specific coding in it. I use it in firefox.

Install the script > enter a battle (any battle. Be it GF/Arena/IW/RoB) > press "x" (without quote). A menu should now be visible at the Default HV Logo (Top Left Corner). Now you know what to do.

@Anyone, I have a request:
Can anybody add the "Stack" number to HV-Stat Slim or trim that particular section of code from the original HV-Stat script?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 26 2014, 20:25
Post #1286
ariosty



Active Poster
*******
Group: Catgirl Camarilla
Posts: 1,317
Joined: 12-December 12
Level 500 (Godslayer)


May I make a request here?
I need a script that pops an alert when the stunned effect on, let's say, the first living monster expires (NOT expiring). Also I wish the script has a feature similar to the "Adjust key event handling not to overrun when an alert is shown" option of HVStat.
I am willing to pay some Hath for this script if you wish. Thanks.

Update: I use Firefox only.

This post has been edited by ariosty: Apr 26 2014, 20:37
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 27 2014, 09:34
Post #1287
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


Buggy release with new spell profile saving/loading feature, pls feedback any bug you found (IMG:[invalid] style_emoticons/default/tongue.gif)

SpellSpam 3.4.0
[attachmentid=41294]

Change log:
- changing spell profile with hotkey

Bind different Attack/Skill/Spell to numkey, clicks, and hover. Support Rotation/Multicast. Eg: Cast Cure, Full-Cure, Heroic Health Potion, Spark of Life with right click, or Merciful Blow, Vital Strike, Shield Bash, Attack with hover (mousemelee-like). Press X to open customization tooltip. Hold Ctr/Alt/or Shift to temporarily disable the script without having to open the tooltip

Features:
- left/right/middle click, hotkey, or hover over a monster to cast a spell (targetting, non-targetting, special skill, or normal attack)
- left/right/middle click on the battle log to cast non-targetting spell.
- Press X Press any alphabet key to view a status box, and activate click, numkey, hover to your liking
- Type your spell/skill name next to an interaction to choose which spell/skill to spam (case sensitive, you only need to type the beginning part of the spell name eg. "Weak" would still cast Weaken, but "weak" or "eaken" wouldn't work
- You can type "Attack" (or "Att" if you're lazy) to use normal attack - yes you can play MouseMelee with this xD
- Rotation: use dot, comma, or semicolon to separate spells in the same roation. Spell should be ordered by their priority.
Example:
CODE
Cure; Full-Cure; Heroic Health Potion; Spark of Life

Cast cure first. If cure on cooldown, cast Full-Cure. If Full-Cure on cooldown, use Heroic Health. If no moe Heroic health, cast Spark.

CODE
Merciful Blow; Vital Strike; Shield Bash; Attack

Cast Merciful Blow (T3) first. If it's not yet available, cast Vital Strike(T2). If not available, cast Shield Bash(T1). If no skill is available, attack normally.

- Spell Profile you can now change spell profile with hotkey. Press shift + alpha key (A, B, C... Z) to assign your current spell profile to an alpha key, Press the alpha key to load its assigned spell profile. To delete, assign the key to an unchecked profile (all boxes are unticked). The status box now shows the list of all assigned profile.

- Ctr, Alt disables the script temporarily. Shift now only disables hover mode.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 63 64 65 66 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 16th September 2025 - 12:21