Welcome Guest ( Log In | Register )

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

 
post Dec 15 2016, 23:47
Post #3396
Juggernaut Santa



Living in HV 0.83 until Tenboro adds the Tower to Persistent
***********
Group: Gold Star Club
Posts: 11,135
Joined: 26-April 12
Level 500 (Ponyslayer)


QUOTE(Shind Mar @ Dec 15 2016, 22:14) *

Fixed that issue.
[attachembed=96015]

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

 
post Dec 15 2016, 23:54
Post #3397
Cleavs



A certain pervert. OT expert. Just dancing around in the game.
***********
Group: Gold Star Club
Posts: 24,317
Joined: 18-January 07
Level 500 (Ponyslayer)


Regen is blinking. this is a bad screen, thus you're a bad person.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 15 2016, 23:57
Post #3398
Juggernaut Santa



Living in HV 0.83 until Tenboro adds the Tower to Persistent
***********
Group: Gold Star Club
Posts: 11,135
Joined: 26-April 12
Level 500 (Ponyslayer)


QUOTE(Scremaz @ Dec 15 2016, 22:54) *

Regen is blinking. this is a bad screen, thus you're a bad person.

Ask f4tal. I don't have the script.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 16 2016, 00:06
Post #3399
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 500 (Godslayer)


QUOTE(Scremaz @ Dec 15 2016, 22:54) *

Regen is blinking. this is a bad screen, thus you're a bad person.

Hey, i like blinking, with that i can see at first glance what is finishing.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 19 2016, 11:14
Post #3400
trikon000



Blue Wizard is about to die. Nevermind, just killed him.
*******
Group: Gold Star Club
Posts: 1,127
Joined: 17-August 07
Level 500 (Ponyslayer)


QUOTE(tatarime @ Jul 19 2016, 05:04) *

HV_ItembarEx 0.4

Attached Image or Attached Image

Attached File  HV_ItembarEx.user.zip ( 2.71k ) Number of downloads: 94

(10/14: little bug fix)

FEATURES:
  • Graphical Itembar
  • Disable click until end of duration
  • Hide items
  • Suport Reloader
SUPPORTS: Firefox / Chrome
(This script is another player's request)

I noticed that it wasn't displaying Infusion of Frost correctly in the item bar.

In the var list
CODE

    ["Infusion of Cold", "coldinfusion", null, true],

should be
CODE

    ["Infusion of Frost", "coldinfusion", null, true],



If this is an older version and already corrected, you can ignore this then.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 19 2016, 12:21
Post #3401
tatarime



2016年12月208日
******
Group: Gold Star Club
Posts: 802
Joined: 23-June 10
Level 500 (Godslayer)


QUOTE(trikon000 @ Dec 19 2016, 18:14) *

I noticed that it wasn't displaying Infusion of Frost correctly in the item bar.

Hahaha, thanks trikon000!
I misspelled in "Bubble Gum" before. (IMG:[invalid] style_emoticons/default/tongue.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 19 2016, 21:55
Post #3402
Juggernaut Santa



Living in HV 0.83 until Tenboro adds the Tower to Persistent
***********
Group: Gold Star Club
Posts: 11,135
Joined: 26-April 12
Level 500 (Ponyslayer)


Is there a WORKING script to hide figurines from the shrine? I tried the ones on the compendium but they don't work.
On both firefox and chrome.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 19 2016, 22:10
Post #3403
FabulousCupcake



Casual Poster
****
Group: Gold Star Club
Posts: 496
Joined: 15-April 14
Level 451 (Dovahkiin)


QUOTE(ppp82p @ Dec 19 2016, 20:55) *

Is there a WORKING script to hide figurines from the shrine? I tried the ones on the compendium but they don't work.
On both firefox and chrome.


Tried to test this…
…then I realised I don't have any figurines (´;ω;`)

———

CODE
@-moz-document url("http://hentaiverse.org/?s=Bazaar&ss=ss") {
.idp[onclick*='Figurine'],
.idp[onclick*='Coupon'] {
    pointer-events: none;
    text-decoration: line-through;
}
}


Use with Stylish and edit the item name in the code.

(IMG:[my.mixtape.moe] https://my.mixtape.moe/xooace.png)

Can't completely hide the row with css alone, but at least we can make it unclickable so you can't offer it to Snowflake accidentally.
I hope this does not anger Snowflake.

This post has been edited by FabulousCupcake: Dec 19 2016, 22:13
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 19 2016, 23:47
Post #3404
trikon000



Blue Wizard is about to die. Nevermind, just killed him.
*******
Group: Gold Star Club
Posts: 1,127
Joined: 17-August 07
Level 500 (Ponyslayer)


QUOTE(ppp82p @ Dec 19 2016, 14:55) *

Is there a WORKING script to hide figurines from the shrine? I tried the ones on the compendium but they don't work.
On both firefox and chrome.

I use the no pony script from here: https://forums.e-hentai.org/index.php?showt...nable+Figurines

If it is not working for you, it is likely there is something you got interfering with the script.

This post has been edited by trikon000: Dec 19 2016, 23:48
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 20 2016, 01:24
Post #3405
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 500 (Godslayer)


QUOTE(ppp82p @ Dec 19 2016, 20:55) *

Is there a WORKING script to hide figurines from the shrine? I tried the ones on the compendium but they don't work.
On both firefox and chrome.

Here is it, wrote it just now:
Attached File  hideCollectables.user.js.txt ( 500bytes ) Number of downloads: 73

Should work nicely (IMG:[invalid] style_emoticons/default/smile.gif)

This post has been edited by gianfrix94: Dec 20 2016, 01:40
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 20 2016, 01:33
Post #3406
Cleavs



A certain pervert. OT expert. Just dancing around in the game.
***********
Group: Gold Star Club
Posts: 24,317
Joined: 18-January 07
Level 500 (Ponyslayer)


QUOTE(gianfrix94 @ Dec 20 2016, 00:24) *

Here is it, wrote it just now:
Attached File  hideCollectables.user.js.txt ( 500bytes ) Number of downloads: 73

Tell me if it doesn't work, it does hide my Ponies but i only have Ponies and no Trophies or Artifacts right now to test (IMG:[invalid] style_emoticons/default/smile.gif)

seems to work and to hide only ponies. nice job.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 20 2016, 01:39
Post #3407
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 500 (Godslayer)


QUOTE(Scremaz @ Dec 20 2016, 00:33) *

seems to work and to hide only ponies. nice job.

Well then (IMG:[invalid] style_emoticons/default/biggrin.gif)
I'll now remove that call for a tester in the post (IMG:[invalid] style_emoticons/default/smile.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 20 2016, 02:12
Post #3408
Juggernaut Santa



Living in HV 0.83 until Tenboro adds the Tower to Persistent
***********
Group: Gold Star Club
Posts: 11,135
Joined: 26-April 12
Level 500 (Ponyslayer)


Oh, nice. Finally.
Now my shrine feels lonely again (IMG:[invalid] style_emoticons/default/biggrin.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 20 2016, 16:31
Post #3409
NerfThis



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14
Level 500 (Ponyslayer)


backup

HVEquipCompare_0.6.6.1 [attachmentid=106495]

This post has been edited by NerfThis: Aug 5 2017, 00:33
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 20 2016, 18:31
Post #3410
nobody_xxx



((´☻ω☻`) $◞౪◟$ (´☻ω☻`))
***********
Group: Gold Star Club
Posts: 13,753
Joined: 7-December 10
Level 496 (Godslayer)


QUOTE(NerfThis @ Dec 20 2016, 21:31) *

HVEquipCompare_0.6.6.1 [attachmentid=96262]

* 0.6.6.1
- Update to Wiki Ranges data (20 December 2016)
Buckler of the Barrier - Block Pmax 37.52
Power Leggings of Slaughter - ADB Mmax 24.8
Cottons and Phases - Casting Speeds
[attachmentid=96266]
[attachmentid=96267]
fix19 - fixed bug, null return from elementFromPoint.
fix18 - fixed hover stop code (not important).


err , what the different between that normal fix19 and leftUIfix19 , hansvar ?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 20 2016, 18:41
Post #3411
NerfThis



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14
Level 500 (Ponyslayer)


QUOTE(nobody_xxx @ Dec 21 2016, 01:31) *

err , what the different between that normal fix19 and leftUIfix19 , hansvar ?

The difference is CC icon position.
leftUI
[attachmentid=86264]

This post has been edited by NerfThis: Dec 20 2016, 18:43
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 20 2016, 18:52
Post #3412
nobody_xxx



((´☻ω☻`) $◞౪◟$ (´☻ω☻`))
***********
Group: Gold Star Club
Posts: 13,753
Joined: 7-December 10
Level 496 (Godslayer)


QUOTE(NerfThis @ Dec 20 2016, 23:41) *

The difference is CC icon position.
leftUI
[attachmentid=86264]

I see (IMG:[invalid] style_emoticons/default/biggrin.gif)

btw , isn't that sssss2 battle scripts , hansvar ? (IMG:[invalid] style_emoticons/default/heh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 20 2016, 19:21
Post #3413
NerfThis



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14
Level 500 (Ponyslayer)


QUOTE(nobody_xxx @ Dec 21 2016, 01:52) *

I see (IMG:[invalid] style_emoticons/default/biggrin.gif)

btw , isn't that sssss2 battle scripts , hansvar ? (IMG:[invalid] style_emoticons/default/heh.gif)

I was allowed to use some code by him.
Then I made Left Focus UI using his code.
CracklingCast leftUI is part of Left Focus UI pack. [attachmentid=96390] (all in one pack for Left Focus UI)

This post has been edited by NerfThis: Dec 23 2016, 14:10
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2016, 03:45
Post #3414
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 500 (Godslayer)


Using Sapo Reloader on Chrome+Tampermonkey, i tried to try to stop the Blinking on Buff/Debuff (by setting noBlinking to true), but it didn't work.
Everything else works.
Has anyone got any idea why it continues blinking?
Here is the Reloader i'm using, just in case:
Attached File  Reloader.user.js.txt ( 27.06k ) Number of downloads: 46


PS: Btw, small update to my mod of HV Cooldown to allow the alt.hentaiverse.org domain. Go update it if you care, link in signature (IMG:[invalid] style_emoticons/default/smile.gif)

This post has been edited by gianfrix94: Dec 22 2016, 03:47
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2016, 09:14
Post #3415
NerfThis



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14
Level 500 (Ponyslayer)


QUOTE(gianfrix94 @ Dec 22 2016, 10:45) *

Using Sapo Reloader on Chrome+Tampermonkey, i tried to try to stop the Blinking on Buff/Debuff (by setting noBlinking to true), but it didn't work.


see [developer.mozilla.org] https://developer.mozilla.org/en-US/docs/We...rescriptexecute
Browser compatibility
Chrome: No support

This post has been edited by NerfThis: Dec 22 2016, 09:15
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 169 170 171 172 > » 
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: 24th September 2025 - 01:36