Welcome Guest ( Log In | Register )

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

 
post Aug 6 2015, 22:04
Post #2187
boulay



Noob
********
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11
Level 500 (Godslayer)


Posting a new version here, the other one had some unwanted effects ^^

Attached File  HV_Battle_Compact.css ( 6.75k ) Number of downloads: 112

Attached File  HV_Battle_Compact_Chrome.zip ( 1.48k ) Number of downloads: 64

This Modifies the battle interface to reduce used space. Should be nice for multitasking and, even if it was not intended at first, mobile playing...

I fixed some derps while I was at it:
- the item panel was relocated to make the use more efficient
- the training level disappearance has been cleared too... (IMG:[invalid] style_emoticons/default/laugh.gif)

Monsters are still disposed like this:
1 2
3 4
5 6
7 8
9 10

Attached Image Attached Image

Script for installing the .css directly, made by djackallstar
CODE
// ==UserScript==
// @name        HV Battle Compact
// @updateURL   about:blank
// @grant       GM_getResourceURL
// @resource    hv_battlecompact http://forums.e-hentai.org/index.php?act=Attach&type=post&id=68301
// @include     http://hentaiverse.org/*
// ==/UserScript==

var cssId = 'hv_battlecompact'
if(!document.getElementById(cssId)) {
    var link = document.createElement('link')
    link.id = cssId
    link.rel = 'stylesheet'
    link.type = 'text/css'
    link.media = 'all'
    link.href = GM_getResourceURL('hv_battlecompact')
    document.head.appendChild(link)
}


This post has been edited by boulay: Aug 6 2015, 22:11
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 7 2015, 00:08
Post #2188
zeh_lp



Custom member title
*******
Group: Members
Posts: 2,044
Joined: 31-January 11
Level 444 (Dovahkiin)


QUOTE(boulay @ Aug 6 2015, 22:04) *

Posting a new version here, the other one had some unwanted effects ^^


OMG I love it (IMG:[invalid] style_emoticons/default/wub.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 9 2015, 17:11
Post #2189
Acer37



Casual Poster
***
Group: Members
Posts: 209
Joined: 19-December 12
Level 384 (Godslayer)


I can't get any scripts to work in Iron. They show up in the extensions and are enabled, but they don't do anything. All I did was download the script zip and then drag the user.js to the extension tab like I have done in fire fox.
I have these same scripts working in fire fox. Any advice would be very helpful.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 10 2015, 05:31
Post #2190
tatarime



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


QUOTE(Acer37 @ Aug 9 2015, 17:11) *

I can't get any scripts to work in Iron. They show up in the extensions and are enabled, but they don't do anything. All I did was download the script zip and then drag the user.js to the extension tab like I have done in fire fox.
I have these same scripts working in fire fox. Any advice would be very helpful.


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

 
post Aug 10 2015, 14:37
Post #2191
jacquelope



Bound bound bounding along
***********
Group: Members
Posts: 10,441
Joined: 28-July 15
Level 484 (Godslayer)


QUOTE(Evil Scorpio @ Apr 21 2012, 10:46) *

Yay, it works now. But there is a problem if you have more than 17 monsters:

(IMG:[i2.lulzimg.com] http://i2.lulzimg.com/e23c2f6760.jpg)

I know this is off topic but if you have more than 17 monsters to face, isn't that already a bit of a problem? (IMG:[invalid] style_emoticons/default/laugh.gif) (IMG:[invalid] style_emoticons/default/ohmy.gif) (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 10 2015, 15:26
Post #2192
holy_demon



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


QUOTE(jacquelope @ Aug 10 2015, 22:37) *

I know this is off topic but if you have more than 17 monsters to face, isn't that already a bit of a problem? (IMG:[invalid] style_emoticons/default/laugh.gif) (IMG:[invalid] style_emoticons/default/ohmy.gif) (IMG:[invalid] style_emoticons/default/laugh.gif)


that comment was meant for a monster lab script. Also you quoted a 3 year-old post.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2015, 14:23
Post #2193
Dead-ed



Niten = 我が両刀に断てぬもの無し。
********
Group: Members
Posts: 3,577
Joined: 4-March 14
Level 500 (Godslayer)


Excuse me,
is there any script which is able to highlight certain keywords on the screen automatically?
Say, i input some monster names to the script as a list & so on.
I'll give 200k as incentive, yeah it's small due to my bad finance & priorities.

This post has been edited by Dead-ed: Aug 12 2015, 15:30
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2015, 22:43
Post #2194
tatarime



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


QUOTE(Dead-ed @ Aug 12 2015, 14:23) *

Excuse me,
is there any script which is able to highlight certain keywords on the screen automatically?
Say, i input some monster names to the script as a list & so on.
I'll give 200k as incentive, yeah it's small due to my bad finance & priorities.

Here you are.
Config: Alt + W
Attached File  HV___Keyword_Highlighter.user.zip ( 1.66k ) Number of downloads: 57
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2015, 22:51
Post #2195
Dead-ed



Niten = 我が両刀に断てぬもの無し。
********
Group: Members
Posts: 3,577
Joined: 4-March 14
Level 500 (Godslayer)


QUOTE(tatarime @ Aug 12 2015, 13:43) *

Here you are.
Config: Alt + W
Attached File  HV___Keyword_Highlighter.user.zip ( 1.66k ) Number of downloads: 57


thanks, sending the reward asap.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 16 2015, 02:08
Post #2196
VriskaSerket



Veteran Poster
********
Group: Catgirl Camarilla
Posts: 4,118
Joined: 27-December 08
Level 500 (Godslayer)


QUOTE(VriskaSerket @ Jun 20 2013, 11:18) *

Attached File  HV___MonsterLab_BabySitter.user.zip ( 1.51k ) Number of downloads: 502
(food+pills+crystals for all)
Attached File  HV___MonsterLab_BabySitter__lite_.user.zip ( 899bytes ) Number of downloads: 401
(only food+pills.)
Attached File  HV___MonsterLab_BabySitter__bad_Santa_.user.zip ( 1.02k ) Number of downloads: 166
(only food+pills only for good(set min PL by G) and not dead(no red bars) monsters )

for chrome @ 21.08.13
Attached File  HV_MonsterLab_BabySitter.zip ( 3.36k ) Number of downloads: 396
(all versions)

Updated for 0.83
-moved gift stat code to main ml page.
-removed restoring morale by crystals feature.
-still feeding with food(not overfeeding) and pills.
Attached File  HV___MonsterLab_BabySitter.user.js.zip ( 1.51k ) Number of downloads: 125

How to use: press "f" to feed them all with food and pills

Attached Image
================
for old chrome versions replace ".click()" with ".onclick()"
================
if you want only gift stat feature use this instead

CODE

// ==UserScript==
// @name HV - MonsterLab BabySitter
// @match http://hentaiverse.org/?s=Bazaar&ss=ml
// @run-at         document-end
// @version 1.83
// ==/UserScript==

    var gifts = null;
    var mb = document.getElementById("messagebox");
    if (mb!=null) {
        gifts = mb.outerHTML.match(/Received.*?\./g);
    }
    if (gifts!=null) {
        gifts.sort();
        gifts2 = [];
        j = 0;
        gifts2[j] = [];
        gifts2[j][0]='total: ';
        gifts2[j][1]=gifts.length;
        for (var i=0; i < gifts.length; i++) {
            if (gifts2[j][0] == gifts[i]) {
                gifts2[j][1]++;
            }
            else {
                j++;
                gifts2[j] = [];
                gifts2[j][0]=gifts[i];
                gifts2[j][1]=1;
            }
        }
        
        var giftstext = '<div id="messagebox" style="height:500px; font-size:14pt"> ';
        for (var i=0; i < gifts2.length; i++) {
           giftstext += (gifts2[i][0]+' x'+gifts2[i][1]+'<br>');
        }
        giftstext += ' </div>';
        var mb = document.getElementById("messagebox");
        if (mb == null){
            mb = document.createElement("div");
            document.body.appendChild(mb);
        }
        mb.outerHTML = giftstext;
    }


This post has been edited by VriskaSerket: Nov 2 2015, 11:05
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 16 2015, 06:40
Post #2197
Void Domain



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,131
Joined: 30-May 10
Level 500 (Godslayer)


QUOTE(VriskaSerket @ Aug 16 2015, 08:08) *

-removed restoring morale by crystals feature.

Why remove this? So now I have to morale them manually? (IMG:[invalid] style_emoticons/default/huh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 16 2015, 08:04
Post #2198
VriskaSerket



Veteran Poster
********
Group: Catgirl Camarilla
Posts: 4,118
Joined: 27-December 08
Level 500 (Godslayer)


QUOTE(Void Domain @ Aug 16 2015, 04:40) *

Why remove this? So now I have to morale them manually? (IMG:[invalid] style_emoticons/default/huh.gif)

O_o someone actually used that? why? pills always was cheaper than crystals.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 16 2015, 09:27
Post #2199
Void Domain



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,131
Joined: 30-May 10
Level 500 (Godslayer)


QUOTE(VriskaSerket @ Aug 16 2015, 14:04) *

O_o someone actually used that? why? pills always was cheaper than crystals.

I am just slowly feeding my low pl mobs to 1000 (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 16 2015, 12:54
Post #2200
VriskaSerket



Veteran Poster
********
Group: Catgirl Camarilla
Posts: 4,118
Joined: 27-December 08
Level 500 (Godslayer)


QUOTE(Void Domain @ Aug 16 2015, 07:27) *

I am just slowly feeding my low pl mobs to 1000 (IMG:[invalid] style_emoticons/default/laugh.gif)

well, sorry, but that script wasnt designed for that .)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 16 2015, 17:56
Post #2201
tetron



Certified Retard!
*********
Group: Gold Star Club
Posts: 5,583
Joined: 30-July 14
Level 488 (Godslayer)


QUOTE(VriskaSerket @ Aug 16 2015, 05:38) *

Updated for 0.83
-moved gift stat code to main ml page.
-removed restoring morale by crystals feature.
-still feeding with food(not overfeeding) and pills.
[attachmentid=68821]
How to use: press "f" to feed them all with food and pills

================
for old chrome versions replace ".click()" with ".onclick()"
================

Wait a minute...I don't see the part of the code which is used to feed Happy Pills. (IMG:[invalid] style_emoticons/default/huh.gif)

This post has been edited by tetron: Aug 16 2015, 17:59
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 17 2015, 00:40
Post #2202
VriskaSerket



Veteran Poster
********
Group: Catgirl Camarilla
Posts: 4,118
Joined: 27-December 08
Level 500 (Godslayer)


QUOTE(tetron @ Aug 16 2015, 15:56) *

Wait a minute...I don't see the part of the code which is used to feed Happy Pills. (IMG:[invalid] style_emoticons/default/huh.gif)

damn, sorry, im the worst copypaster ever. i accidentally whole of it.
and tested only 2 days, not enough to notice that.
fixed.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 18 2015, 13:52
Post #2203
tatarime



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


"Keyword Highlighter" script is released.
Attached ImageAttached Image
Attached File  HV___Keyword_Highlighter_0.4.user.zip ( 3.37k ) Number of downloads: 56

(02/20: https & alt)

Attached File  HV___Keyword_Highlighter_for_Battle.user.zip ( 2.68k ) Number of downloads: 129

This is stable version of it.
It supports a variety of CSS Style (e.g. color, background-color, font-weight, text-shadow, etc...).
And it can also be used as "HVSTAT" or "Equipment Highlights".
Config: Alt + W

This post has been edited by tatarime: Feb 20 2017, 15:10
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 18 2015, 14:08
Post #2204
karyl123



Hey Tayo !!!
*******
Group: Gold Star Club
Posts: 1,659
Joined: 9-January 11
Level 452 (Godslayer)


hello is there any script that tell if there is no enchancement on main weapon when starting arena ?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 19 2015, 19:58
Post #2205
tatarime



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


QUOTE(karyl123 @ Aug 18 2015, 14:08) *

hello is there any script that tell if there is no enchancement on main weapon when starting arena ?

Is this what you mean?
Please change the line of "var weponurl" in the script to your weapon.
Attached File  HV___Check_Enchant.user.zip ( 624bytes ) Number of downloads: 75


*Sorry, there was probably a bug in earlier version*

This post has been edited by tatarime: Aug 19 2015, 21:10
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 19 2015, 20:31
Post #2206
karyl123



Hey Tayo !!!
*******
Group: Gold Star Club
Posts: 1,659
Joined: 9-January 11
Level 452 (Godslayer)


QUOTE(tatarime @ Aug 20 2015, 00:58) *

Is this what you mean?
Please change the line of "var weponurl" in the script to your weapon.
[attachmentid=69062]


thankyou. but cannot test it. because I already use all my arena attemp. maybe after reset i will give update (IMG:[invalid] style_emoticons/default/biggrin.gif)

update. : purfect (IMG:[invalid] style_emoticons/default/biggrin.gif)



This post has been edited by karyl123: Aug 20 2015, 02:46
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 109 110 111 112 > » 
Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 7th May 2025 - 02:31