Welcome Guest ( Log In | Register )

291 Pages V « < 142 143 144 145 146 > »   
Reply to this topicStart new topic
> HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd)

 
post Apr 16 2016, 17:58
Post #2861
dairyman20111889



Casual Poster
****
Group: Members
Posts: 430
Joined: 27-April 09
Level 500 (Godslayer)


QUOTE(f4tal @ Apr 16 2016, 09:34) *

For me everything works
Tampermonkey 4.0.25 & Iron 48.0.2550.0
Reloader 1.3.2

But, I did change:
gem_icon.src = 'http://ehgt.org/v/e/' + icon;
to
gem_icon.src = 'http://hentaiverse.org/y/e/' + icon;

&

if ( targ.children[0].src == 'http://ehgt.org/v/s/nbardead.png' ) return;
to
if ( targ.children[0].src == 'http://hentaiverse.org/y/s/nbardead.png' ) return;

I did id because ehgt.org's images were unavailably for few minutes, but it is looks like now this server back to work.

Dairyman20111889, try script now - there is a chance that everything will work correctly because Tenboro fixed some things on background.
Had this problem for few seconds. I guess it is all because nbardead.png image was unavailable (see above). Check script now - should worked.

Maybe it is because you started arena, then hour update happened and then you did another arena? All this time script think that you are in all-long-hour-ago battle. From now on script should work correctly.

Again, maybe be because of update suddenly happened during regular arena? ^^"

I have done several arenas and REs since the patch and the timer did not get reset in between any of them.
I was not mid-battle when the patch happened.

This post has been edited by dairyman20111889: Apr 16 2016, 17:58
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 16 2016, 18:02
Post #2862
f4tal



Veteran Poster
********
Group: Members
Posts: 2,662
Joined: 10-January 13
Level 416 (Godslayer)


Hmmm, then only FabulousCupcake can help you. =(
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 16 2016, 23:36
Post #2863
garm0



Active Poster
*******
Group: Members
Posts: 1,871
Joined: 1-January 10
Level 436 (Godslayer)


FabulousCupcake, I get the same problems with Reloader No Popup and battle timer not resetting, under Firefox 45.0.2 with greasemonkey:

details are here: https://forums.e-hentai.org/index.php?s=&am...t&p=4441106

This post has been edited by garm0: Apr 17 2016, 00:48
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 17 2016, 00:26
Post #2864
dairyman20111889



Casual Poster
****
Group: Members
Posts: 430
Joined: 27-April 09
Level 500 (Godslayer)


Always relieved to hear it's not just me. You've got a different browser too.

EDIT: Now that I've had a closer look, I don't think any of this data being is refreshed/displayed correctly:
(IMG:[puu.sh] http://puu.sh/olbmF/7211e02957.jpg)

EDIT EDIT: Seems that monster position plays a part in HP display not appearing. Whenever I defeat a monster, everything below it doesn't have its HP displayed for the rest of that round.

This post has been edited by dairyman20111889: Apr 17 2016, 09:34
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 17 2016, 09:56
Post #2865
f4tal



Veteran Poster
********
Group: Members
Posts: 2,662
Joined: 10-January 13
Level 416 (Godslayer)


Those who have problem with Reloader 1.3.3a.

FabulousCupcake released new fixed version of Reloader . You can use information presented below or just download version that has this fixes already.

Open script and change this lines:

if ( targ.children[0].src == 'http://ehgt.org/v/s/nbardead.png' ) return; // Skip if dead (line 444)

to

if ( targ.children[0].src == 'http://hentaiverse.org/y/s/nbardead.png' ) return; // Skip if dead

&

if ( targ.children[0].src == 'http://ehgt.org/v/s/nbardead.png' ) return; // Skip if dead (line 456)

to

if ( targ.children[0].src == 'http://hentaiverse.org/y/s/nbardead.png' ) return; // Skip if dead

P.S. Lines 444 & 456 in a Reloader 1.3.3a, if you are using different version - this lines will be placed in different place around the script. Just search for "nbardead" tag.

I see what problem you all mean, last reloader 1.3.3a have this. Using this fix above should work =)

You DO need this fix if you see this symptoms:
1. After defeating first enemy in a group - all other monsters lose their HP
2. After defeating first enemy in a group - auto-advance to next round stop working

Actually those who don't use hvStateHP don't see any problem with Reloaded at all, but better do this fix until 1.3.3b or 1.3.4 will be release ^^"

...I don't know if this fix will work for those who have problem with CounterPlus part of. I have did three test battle on low-levelled arena. Everything works fine for me...

This post has been edited by f4tal: Apr 17 2016, 10:17
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 17 2016, 10:04
Post #2866
FabulousCupcake



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


.
Reloader v1.3.3b

Description
Makes HV use AJAX/XHR to selectively update the battle interface, increasing the speed you can achieve when playing.
This version also adds various feature to enhance the gameplay; use the Vanilla Reloader for no extra features.
You need to install Tampermonkey to run it on Chrome; it cannot be run as native userscript.
Or run it as an extension, if you know how to do it.

Changelog
— v1.3.3 —
- Added HV Counter Plus Save / Income Summary extra feature compatibility.
- Added Option to disable chrome mousemelee cursor tracking fix.
- Added Support for external ReloaderCompatible™ script ( now dispatches 2 events when page is initially loaded and reloaded ); same with vanilla reloader.
- Adjusted default mouseMelee stop threshold; minHP[0.4»0.35], minMP[0.12»0.2]
- Cleanups again, and comments on various things.
- Updated todolist
- Added description lol
- Fixed Counter Plus not adding previously stored records correctly (1.3.3a)
- Added https:// and alt. hentaiverse @include (1.3.3b)
- Fixed HVStateHP not detecting dead monster after HV 0.84 update (1.3.3b)
- [www.diffchecker.com] v1.3.3a » v.1.3.3b diff here
- [www.diffchecker.com] v1.3.2b » v1.3.3 diff here

— v1.3.2 —
- Added HV State HP module with flexible/relative/fluid hp bar width feature.
- Fixed HV Counter Plus showing results at the end of every round ( instead of only at game end ), it should now work properly.
- Removed hidePopup option/settings. Just enable skip if you don't want to see it.
- Cleanups on updatePage()
- Fixed Script not working with Random Encounters (1.3.2a)
- Fixed Mousemelee behaviour that keep attacking on round change (1.3.2b)
- [www.diffchecker.com] v1.3.1 » v1.3.2 diff here

Download
Attached File  reloader_1.3.3b.user.js.txt ( 26.3k ) Number of downloads: 4643
Attached File  reloader_1.3.3a.user.js.txt ( 26.26k ) Number of downloads: 2852
Attached File  reloader_1.3.2b.user.js.txt ( 24.15k ) Number of downloads: 1106

Preview
Attached Image

Notes
v1.3.3b should be compatible with HV 0.84
All the various kinds of reported issues was due to a single failure in hvstatehp.
I will try to find a way to isolate such issue in the future updates.

You should not change to different hentaiverse domain ( alt/www/- ) mid battle.

This post has been edited by FabulousCupcake: Apr 17 2016, 10:26
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 17 2016, 11:54
Post #2867
garm0



Active Poster
*******
Group: Members
Posts: 1,871
Joined: 1-January 10
Level 436 (Godslayer)


1.3.3b has solved No You Are Victorious Popup problem for me (Firefox 45.0.2, greasemonkey), however:

battle stats do not reset...:

Attached Image



At least the game is playable again, thanks f4tal and FabulousCupcake!

Edit: looks like it resets properly now....

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

 
post Apr 17 2016, 12:23
Post #2868
f4tal



Veteran Poster
********
Group: Members
Posts: 2,662
Joined: 10-January 13
Level 416 (Godslayer)


QUOTE
Edit: looks like it resets properly now....

Nice to hear ^^
It maybe not working properly before, because it messed storage data a little from previous version...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 17 2016, 14:23
Post #2869
nobody_xxx



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


any new no pop up scripts for 0.84 HV ???


my usual pop up scripts v1.2 is kinda slower respond now in this new patch (IMG:[invalid] style_emoticons/default/sad.gif)

need more than 1s to move into next round (IMG:[invalid] style_emoticons/default/dry.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 18 2016, 02:08
Post #2870
esam



Autistic Infidel
*******
Group: Members
Posts: 2,193
Joined: 23-January 16
Level 427 (Godslayer)


I have updated to the new version of Reloader, but the spirit stance icon will not disappear after activating it.
(IMG:[puu.sh] http://puu.sh/omedG.png)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 18 2016, 03:12
Post #2871
tatarime



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


HV_ForgeHelper 1.2

Attached Image

Attached Image

Attached File  HV_ForgeHelper.user.zip ( 1.68k ) Number of downloads: 115


FEATURES:
  • Upgrade x5 x10 x20
  • Enchant x2 x4 x8 x16
  • Fixed Interface
  • Updated for HV 0.84
SUPPORTS: Firefox / Chrome
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 18 2016, 03:14
Post #2872
dairyman20111889



Casual Poster
****
Group: Members
Posts: 430
Joined: 27-April 09
Level 500 (Godslayer)


QUOTE(FabulousCupcake @ Apr 17 2016, 02:04) *
.Reloader v1.3.3b

Confirming that this update solved my reported issues. Thanks for the quick fix!

This post has been edited by dairyman20111889: Apr 18 2016, 03:14
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 18 2016, 13:34
Post #2873
f4tal



Veteran Poster
********
Group: Members
Posts: 2,662
Joined: 10-January 13
Level 416 (Godslayer)


UPDATE!

-= HISTORY =-
!!! Version: 2.6 [Date: 18.04.2016]
- Added Next scripts:
--- 2 Pane Moogle [2.1].user
--- CracklingCast [1.0.3].user
--- Equipment Comparison [0.6.5.2].user
--- ForgeHelper [1.1].user
--- ForgeHelper [1.2].user
--- HV Dark [1.2].user
--- HV Dark Lite [1.2].user
--- HV Dark Lite NoScript [0.2].user
--- HV Deep Sea [0.3].user
--- HV EcchiVerse [0.1].user
--- HV Gray Theme [1.0].user
--- HV Trainer [1.0].user
--- REDifficulty [0.4].user
--- Reloader [1.3.3b].user
--- Smart Monster Lab [2.0.3].user
*** Total 525 scripts

DOWNLOAD AS ATTACHMENT:

[attachmentid=83973]

[www.mediafire.com] DOWNLOAD FROM MEDIAFIRE


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

 
post Apr 18 2016, 14:54
Post #2874
Kenanga



Leecher
********
Group: Gold Star Club
Posts: 3,455
Joined: 17-October 12
Level 474 (Godslayer)


QUOTE(FabulousCupcake @ Apr 17 2016, 15:04) *

.
Reloader v1.3.3b


I still had blinking at the end of rounds.
I'm using chrome 50.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 18 2016, 16:10
Post #2875
f4tal



Veteran Poster
********
Group: Members
Posts: 2,662
Joined: 10-January 13
Level 416 (Godslayer)


QUOTE
I'm using chrome 50.

It is looks like Chrome 50 has some kind of bug with HentaiVerse. Try to change to previous version or use Iron-browser (it has chromium inside).

QUOTE
Chrome 50 appears to have a rendering bug that makes some text elements in HV fail to display properly. Use a different browser for now.

- said Tenboro.

Official iron repository: [download1.srware.net] http://download1.srware.net/old/

Download portable version of Iron and use it until this Chrome 50 will not be fixed =(

This post has been edited by f4tal: Apr 18 2016, 16:11
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 18 2016, 17:14
Post #2876
Kenanga



Leecher
********
Group: Gold Star Club
Posts: 3,455
Joined: 17-October 12
Level 474 (Godslayer)


QUOTE(f4tal @ Apr 18 2016, 21:10) *

It is looks like Chrome 50 has some kind of bug with HentaiVerse. Try to change to previous version or use Iron-browser (it has chromium inside).
- said Tenboro.

Official iron repository: [download1.srware.net] http://download1.srware.net/old/

Download portable version of Iron and use it until this Chrome 50 will not be fixed =(


I think it's not the browser.
I tried iron 48 it's the same, it's not blinking every time, just at the end of round to the next one, when usually popup showup.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 18 2016, 17:23
Post #2877
f4tal



Veteran Poster
********
Group: Members
Posts: 2,662
Joined: 10-January 13
Level 416 (Godslayer)


QUOTE
I tried iron 48 it's the same, it's not blinking every time, just at the end of round to the next one, when usually popup showup.

Hm. This is very strange, actually.
Wildguesing - Have you tried to change "popupTime: 0," in Reloader's settings to another value other then zero? Tried to enter 50, 100, 200? Maybe this will work?
Do you use other scripts? Maybe some custom skin/theme? =(
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 18 2016, 17:33
Post #2878
Sapo84



Deus lo vult
********
Group: Gold Star Club
Posts: 3,332
Joined: 14-June 09
Level 500 (Ponyslayer)


QUOTE(Kenanga @ Apr 18 2016, 17:14) *

I think it's not the browser.
I tried iron 48 it's the same, it's not blinking every time, just at the end of round to the next one, when usually popup showup.

Probably because the popup is still inserted in the page (I think it's needed for HV-Counter-Plus or something like that).
It's one of the two reasons I still use a forked version (and my lack of free time and Dark Souls 3 release are the reasons I'm still at 1.3.2 (IMG:[invalid] style_emoticons/default/heh.gif)).

[github.com] https://github.com/Sapo84/Reloader/commit/2...9c02709d4661e08
check green line 551
From what I understand it will break HV-Counter-Plus, but it may be fixable by inserting an else and putting the popup to display none in it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 18 2016, 19:29
Post #2879
Kenanga



Leecher
********
Group: Gold Star Club
Posts: 3,455
Joined: 17-October 12
Level 474 (Godslayer)


QUOTE(f4tal @ Apr 18 2016, 22:23) *

Hm. This is very strange, actually.
Wildguesing - Have you tried to change "popupTime: 0," in Reloader's settings to another value other then zero? Tried to enter 50, 100, 200? Maybe this will work?
Do you use other scripts? Maybe some custom skin/theme? =(


No changes even if I change the popuptime value or isn't using any other scripts.
I think it's blinking when loading the next round.


QUOTE(Sapo84 @ Apr 18 2016, 22:33) *

Probably because the popup is still inserted in the page (I think it's needed for HV-Counter-Plus or something like that).
It's one of the two reasons I still use a forked version (and my lack of free time and Dark Souls 3 release are the reasons I'm still at 1.3.2 (IMG:[invalid] style_emoticons/default/heh.gif)).

[github.com] https://github.com/Sapo84/Reloader/commit/2...9c02709d4661e08
check green line 551
From what I understand it will break HV-Counter-Plus, but it may be fixable by inserting an else and putting the popup to display none in it.


don't know about that (IMG:[invalid] style_emoticons/default/blink.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 18 2016, 20:02
Post #2880
boulay



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


Dem big releases:

HV Dark, v1.2.1

[attachmentid=84000][attachmentid=84001][attachmentid=84002][attachmentid=84017]

Changelog:
- HV 0.84 check, invalid picture url fixes

HV Dark Lite, v1.2.1

[attachmentid=84003][attachmentid=84004][attachmentid=84005]

Changelog:
- HV 0.84 check, invalid picture url fixes

HV Dark Lite NoScript, v0.2.1

[attachmentid=84006][attachmentid=84007][attachmentid=84008]

Changelog:
- HV 0.84 check, invalid picture url fixes

HalloweenVerse, beta 7

Attached File  HalloweenVerse_beta_7.css ( 129.86k ) Number of downloads: 74
Attached File  HalloweenVerse_beta_7_Chrome.zip ( 17.16k ) Number of downloads: 63
Attached File  HalloweenVerse_beta_7_Opera.zip ( 17.16k ) Number of downloads: 54
Attached File  HalloweenVerse_NoStylish_Pack.zip ( 1.6k ) Number of downloads: 57


Changelog:
- HV 0.84 check, invalid picture url fixes
- Login page fix
- various small visual fixes
- Now caught up with scripts color fixes

HV Deep Sea, v0.4

[attachmentid=84052][attachmentid=84053][attachmentid=84054][attachmentid=84055]

Changelog:
- HV 0.84 check, invalid picture url fixes
- New pictures substitution
- various small visual fixes

Too much at the same time >_>

This post has been edited by boulay: Apr 19 2016, 10:54
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 142 143 144 145 146 > » 
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: 19th January 2025 - 04:25