> [Script] HVRed 1.0.2, A script for managing Random Encounters

 
post Sep 29 2017, 23:19
Post #1
f4tal



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


HVRed Script
(current version: 1.0.2., 27.10.2017)
(May contain glitches and bugs, report about them, please, in that thread or in PM


Inspired byScreenshots
Attached Image Attached Image Attached Image Attached Image Attached Image
Attached Image Attached Image Attached Image Attached Image Attached Image

Features
Works on (you can disable whatever you don't need in settings) Does not work when
  • You are not logged in;
  • You are solving CloudFlare captcha;
  • You are selecting colors in Post Edit screen;
  • You are browsing moderator's notes for you;
  • You are seeing attachments (does not matter pictures or code);
  • You are seeing member's display name history;
  • You are giving Karma to user;
Information box
  • Shows the time left until next Random Encounter ("Time");
  • Shows how many Random Encounters you did since last "Dawn of a New Day" ("Count");
  • Shows links to the Random Encounters you have triggered and their dates ("List");
  • Script displays "Time", "Counts", "List" in the box in the corner or in the center;
  • Said box has two styles: white for "Ambience" skin and black for "Fusion" skin of the forum;
  • Also, player can change the appearance of said box and make it smaller;
  • "List" is hidden by default, you can click on "List of REs" button to make them to appear them.
  • When "Time" counts to 0:0 - the link "Ready" would appear that can transfer you on the "Front Page" and start RE;
Notifications
  • Notifies with sound alarm or with popup when new Random Encounter is ready;
  • Notifies with sound alarm or with popup when there is XXX seconds left until next Random Encounter;
  • Once sound alarm started playing - you can disable it by clicking a "Turn off the Sound" link (aka "mute mode");
  • You can choose between playing sound alarm in a loop or playing it only once;
  • Script may inform you only from Front Page if you select this option in settings;
More features
  • Open links to Random Encounter in [alt.hentaiverse.org] alt-site;
  • Open links to Random Encounter in the same tab (without opening it in popup window);
  • Do not hide the Random Encounter Link after clicking it;
  • Aggregated and open CSS that you can freely modify for your needs;
Hotkeys
  • CTRL + SHIFT + l - to open the "List";
  • CTRL + SHIFT + z - to reset the "Time";
  • CTRL + SHIFT + x - to reset the "Count";
  • CTRL + SHIFT + c - to reset the "List";
  • CTRL + SHIFT + v - to reset all;
  • You can freely change "l", "z", "x", "c" and "v" buttons in settings;
Settings
  • styleSmall: false // If you don't like the default appearance of the box (it is too big for you), then change that option to "true";
  • useServerSideTimer: true // With that option turned on, script will use the server-side time to determinate when your next RE would be. If for some reasons you want to use player-side time (that may overcome the real server-side time), then change that option to "false" and configure "myTimerSec" below;
  • myTimerSec: 1802 // Configure that option if only you have set "useServerSideTimer" to "false".

  • showOnForum: true // Display the script on forum?;
  • showOnFrontPage: true // Display the script on Front Page (aka News Page)?;
  • showOnGalleries: true // Display the script in Galleries?;

  • resetTimeOnReadyClick: false // By default, the "Time" is reset whenever the HVRed script sees a new RE link. Here you can define that script should reset the "Time" after pressing the "Ready" link;
  • openREinSameTab: false // By default, game opens a RE link in the popup window. If you find that behavior inconvenient, change that option to "true";
  • openREinAltSite: false // By default game opens a RE link on regular HentaiVerse site. If you want to force the game open a RE link in alt-site, change that option to "true";
  • donotHideREafterClick: false // By default game hides the RE link after player clicked it. If you want to make to make the link visibly after clicking, change that option to "true";

  • showPopupWhenReady: false // Should the script show a popup when new RE is ready?;
  • playSoundWhenReady: true // Should the script play a sound file when new RE is ready?;

  • mySec: 30 // Your custom XXX seconds (see below);
  • showPopupWhenMySec: true // Should the script show a popup when there is XXX seconds left to next RE?;
  • playSoundWhenMySec: false // Should the script play a sound file when there is XXX seconds left to next RE?;

  • notifyOnFrontPageOnly: true // Should the script notify you with popup and sound from the Front Page only?;
  • notifyOnlyOnce: false // Should the script notify you with popup and sound only once per each RE? (In other word - script tells you that RE link is ready and will NOT notify you again until you visit Front Page)?;
  • notifySoundLoop: false // Should the script play the sound alarm in a loop?;

  • sound: "default" // Here you can put a link to custom sound file that should be played (in quotes). If you want script to play default sound, then type "default". Depending on browser and its version, various format might be (might not be) supported - check [en.wikipedia.org] this link for help. Also, mind that some browsers do not allow to play/read files from the device itself (local files) for security reasons. To bypass that restriction in Chrome, try [www.chrome-allow-file-access-from-file.com] this solution.;

  • buttonShowList: "l" // CTRL + SHIFT + this button to open the "List";
  • buttonResetTime: "z" // CTRL + SHIFT + this button to reset the "Time";
  • buttonResetCount: "x" // CTRL + SHIFT + this button to reset the "Count";
  • buttonResetList: "c" // CTRL + SHIFT + this button to reset the "List";
  • buttonResetAll: "v" // CTRL + SHIFT + this button to reset all;
FAQ

Q. Script works incorrectly, shows incorrect time, constantly shows "Ready" link, etc?
A. 1. Try to make a Timer reset (CTRL+SHIFT+Z by default).
2. If don't help, try full reset (CTRL+SHIFT+V by default).
3. If don't help, try to wait until RE link will appear and then.

Q. Why that script does not work on another dark site?
A. I have no idea what are talking about. My guess is that you can open the script and manually edit the following:
CODE
// @match        https://*.e-hentai.org/*
// @match        https://name of another site/*
// @start-at     document-end


Q. How does RE works server-side?
A. In short, link is generated every 30 minutes and lives for 30 minutes unless you saw that link, then it will live 30 minute longer.
Attached Image

Q. Why the script saves all RE links if I can visit only the last one? Is it more wise to save the last one and the last one only?
A. Your browser caches pages and its content - it is possible that browser may cache the Front Page that you have seen two hours ago with already expired link. Also, you can press the "back" button in the browser and visit these cached pages.
With this being said, you can accidentally, while pressing the "back" button, overwrite the last (active) RE link with cached, no-longer available link.

Q. How can I make two RE in one minute with that script?
A. 1. Wait until RE happen;
2. Visit the Front Page, but instead of pressing the link, reload the page;
[ibb.co] Demo 1
3. Wait until script notify you that there is certain amount of seconds left until next RE;
4. Visit the saved (archived) link;
5. Finish the RE
6. Wait for few seconds and visit the new RE link;
[ibb.co] Demo 2

Q. How can I make two RE in a row, one after another?
A. 1. Wait until RE happen;
2. Visit the Front Page, but instead of pressing the link, reload the page;
3. Wait until script notify you that there is certain amount of seconds left until next RE;
4. Visit the saved (archived) link;
5. DO NOT Finish the RE, but instead visit the new RE link WHILE being in the RE battle;
6. Finish the current RE battle and you immediately will be proceed to next RE battle;
[rgho.st] Demo

Q. Is it legal to use any of those two features? Would I be banned?
A.No, admin said it is okay.

Q. What the difference between this script and gianfrix94's script? Why some users prefer the latter?
A.That script auto-reloads the Front Page when new RE link is ready. Admin said that auto-reloading of Front Page is prohibited feature, so use that script on your risk.

Thanks
Thank the following people for bug reports, ideas, explanations, and and just good words:
  • Cryosite,
  • ALL_MIGHT,
  • End Of All Hope,
  • Draw99Gray,
  • sigo8,
  • Goldage,
  • Maharid,
  • and of course, Tenboro
Download
QUOTE
Attached File  HVRed__1.0.2_.user.js.txt ( 34.2k ) Number of downloads: 8024

Old versions:
  1. Not recommended to use, leaved here just for historic purpose and download counters:
  2. Attached File  HVRed__1.0.1_.user.js.txt ( 33.97k ) Number of downloads: 172
  3. Attached File  HVRed__0.9.7_.user.js.txt ( 9.85k ) Number of downloads: 102
  4. Attached File  HVRed__0.9.6_.user.js.txt ( 9.9k ) Number of downloads: 78
  5. Attached File  HVRed__0.9.5_.user.js.txt ( 9.61k ) Number of downloads: 95
  6. Attached File  HVRed__1.0.0_.user.js.txt ( 33.66k ) Number of downloads: 108
Installation
  1. If you never ever installed any scripts and do not what TamperMonkey & GreaseMonkey are, then first read that guide;
  2. Copypaste HVRed script in your TamperMonkey or GreaseMonkey;
  3. Configure script's settings as you wish;
  4. Save the script and pray it would work...
  5. Script is compatible with Default Font;
  6. Tested in Chrome 49 and Mozilla 45.


This post has been edited by f4tal: Oct 28 2017, 02:22


--------------------
DOs & DON'Ts - You are novice and need help with HentaiVerse? Read this.

Useful Links:
FAQ | Advice (for novices) | Advice Advanced (for proficient players) | Ask the Experts | Price check | Discuss your stats and build | Freeshop | Script guide | Script compendium

Useful scripts:
  • Smart Search - script for WTS/WTB. Helps you to bulk-scan various WTB/WTS thread, find items for cheaper price, do a search with * (wildcards) and Regex.
  • Monsterbation - script for battles. Greatly enhance your battle experience (drop tracker, turn counter, show current round, display information about monsters, so on) and allows you to attack enemies by hovering the cursor.
  • ToolBox - multi-purpose script. Allows multi-bazaar/shrine/salvage, helps create a shop, calculates price of shrined materials against bazaar price, provides lots of handy tweaks. Based on holy_demon's ItemManager and Superlatanium's Percentile Range scripts.
  • Red - script for Random Encounters. Gives you timer until next RE and notify you when RE is ready, shows list, links, counters, allows open RE link in alt-site, open in same tab.
Я говорю на русском языке. Если нужна помощь с игрой, а английский 'вери бэд', то пиши мне в личку, помогу чем смогу :)
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

4 Pages V < 1 2 3 4 >  
Reply to this topicStart new topic
Replies(40 - 59)
 
post Oct 13 2017, 18:12
Post #41
f4tal



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


QUOTE(sigo8 @ Oct 13 2017, 07:08) *
But I didn't see a 2 min timeshift when I decoded it, it matched the time on my computer down to the second. Maybe your clock is off?

Strangely, but no.
I was stunned too about this "2 min shift" too and tested in my two PC and phone - everytime I have this shift.
The idea I still have that this is a "shift" to whole my timeZone (GMT+3), but in this case it is even more strange.
Not sure how to explain it, I thought maybe people will help me? unsure.gif


--------------------
DOs & DON'Ts - You are novice and need help with HentaiVerse? Read this.

Useful Links:
FAQ | Advice (for novices) | Advice Advanced (for proficient players) | Ask the Experts | Price check | Discuss your stats and build | Freeshop | Script guide | Script compendium

Useful scripts:
  • Smart Search - script for WTS/WTB. Helps you to bulk-scan various WTB/WTS thread, find items for cheaper price, do a search with * (wildcards) and Regex.
  • Monsterbation - script for battles. Greatly enhance your battle experience (drop tracker, turn counter, show current round, display information about monsters, so on) and allows you to attack enemies by hovering the cursor.
  • ToolBox - multi-purpose script. Allows multi-bazaar/shrine/salvage, helps create a shop, calculates price of shrined materials against bazaar price, provides lots of handy tweaks. Based on holy_demon's ItemManager and Superlatanium's Percentile Range scripts.
  • Red - script for Random Encounters. Gives you timer until next RE and notify you when RE is ready, shows list, links, counters, allows open RE link in alt-site, open in same tab.
Я говорю на русском языке. Если нужна помощь с игрой, а английский 'вери бэд', то пиши мне в личку, помогу чем смогу :)
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 16 2017, 03:28
Post #42
Kadokura




*******
Group: Gold Star Club
Posts: 1,616
Joined: 29-September 10
Level 500 (Ponyslayer)


It seems that
CODE
openREinAltSite: true

only works when the value of
CODE
openREinSameTab

is set to true, if is set to false the script opens RE in main site. sad.gif

Attached Image


--------------------
Karma+ Thank you 💕 ˚✧₊⁎( ˘ω˘ )⁎⁺˳✧                    WTB |∺| WTS |∺| FREE Services
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 16 2017, 04:04
Post #43
Juggernaut Santa



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


QUOTE(f4tal @ Oct 13 2017, 12:12) *

Strangely, but no.
I was stunned too about this "2 min shift" too and tested in my two PC and phone - everytime I have this shift.
The idea I still have that this is a "shift" to whole my timeZone (GMT+3), but in this case it is even more strange.
Not sure how to explain it, I thought maybe people will help me? unsure.gif

Do you get dawn shifted by 2 min as well? If so you should ask your government why they cannot simply follow the rest of the world's clock laugh.gif

Like: London 3:00? So here it should be 6:00 right? NO FUCK YA I DECIDE IT'S 6:02 IN MY COUNTRY #YOLO #FUCKTHESYSTEM laugh.gif


--------------------
[WTS] My shop (Cheap Stuff) + Free Forge and Coupon Clipper Service + Monster Scan Bounty for Low Levels + My Legendary Drops History
[WTB] Any Scythe (unlimited) / Legendary * Scythe of Slaughter (1) @5M or exchange w/ PEERLESS Longsword / My Galleries (30) / My Bounties (0 Open)
Finding 2 Doujins - Bounty of 100k Each / Need Source of some image? Check this before asking anything to anyone :P
Weapons: {[ Rapier / Shield ] / [Waki] } / [ Axe / Club / Rapier ] / { Axe / [ Shortsword / Rapier ]} / [ Katana / Waki ] / Estoc / Longsword / Mace / Scythes
Power Set: [Helmet] / [Body] / [Hands] / [Legs] / [Feet] // Shielding Plate Set: [Helmet] / [Body] / [Hands] / [Legs] / [Feet]
Shade Set: [Helmet] / [Body] / [Hands] / [Legs] / [Feet] // Reinforced Leather of Deflection Set: [Helmet] / [Body] / [Hands] / [Legs] / [Feet]
Fire Mage Set: [ [Hot(ly) Rod] ] / [ [Torch] / [Pitchfork] ] / [Burning Hat] / [Fiery Cloak] / [Ignition Cloth Gloves] / [Butt on fire] / [Floor (that is lava)]
Adept Learner: MAX; Scavenger: 32/50; Luck of the Draw: 12/25; Quartermaster: 8/20; Archaeologist: 5/10; Forge: 126/50 (MAX); Monsters: 88 (34/95)
QUOTE(Uncle Stu @ Jul 7 2017, 01:45) *
I am uncle stu, you are a bad person, that is how the world is, just face it and dont pretend something you are not. ^_^
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 16 2017, 04:17
Post #44
f4tal



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


QUOTE(Kadokura @ Oct 15 2017, 22:28) *

It seems that
CODE
openREinAltSite: true

only works when the value of
CODE
openREinSameTab

is set to true, if is set to false the script opens RE in main site. sad.gif

Yes, it is my mistake. Fixed in version 1.0.1 smile.gif

QUOTE(End Of All Hope @ Oct 15 2017, 23:04) *

Do you get dawn shifted by 2 min as well? If so you should ask your government why they cannot simply follow the rest of the world's clock laugh.gif
Like: London 3:00? So here it should be 6:00 right? NO FUCK YA I DECIDE IT'S 6:02 IN MY COUNTRY #YOLO #FUCKTHESYSTEM laugh.gif

Oh? So, it is regional problem? Seriously? O_o


---
New version (1.0.1) has been released
  • Fixed the problem when openREinAltSite and openREinSameTab could not work well together properly.


This post has been edited by f4tal: Oct 16 2017, 04:18


--------------------
DOs & DON'Ts - You are novice and need help with HentaiVerse? Read this.

Useful Links:
FAQ | Advice (for novices) | Advice Advanced (for proficient players) | Ask the Experts | Price check | Discuss your stats and build | Freeshop | Script guide | Script compendium

Useful scripts:
  • Smart Search - script for WTS/WTB. Helps you to bulk-scan various WTB/WTS thread, find items for cheaper price, do a search with * (wildcards) and Regex.
  • Monsterbation - script for battles. Greatly enhance your battle experience (drop tracker, turn counter, show current round, display information about monsters, so on) and allows you to attack enemies by hovering the cursor.
  • ToolBox - multi-purpose script. Allows multi-bazaar/shrine/salvage, helps create a shop, calculates price of shrined materials against bazaar price, provides lots of handy tweaks. Based on holy_demon's ItemManager and Superlatanium's Percentile Range scripts.
  • Red - script for Random Encounters. Gives you timer until next RE and notify you when RE is ready, shows list, links, counters, allows open RE link in alt-site, open in same tab.
Я говорю на русском языке. Если нужна помощь с игрой, а английский 'вери бэд', то пиши мне в личку, помогу чем смогу :)
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 21 2017, 03:02
Post #45
ALL_MIGHT



Becoming addicted to LN and WN
*******
Group: Gold Star Club
Posts: 1,548
Joined: 14-October 16
Level 460 (Godslayer)


Found a error in Script.
Attached Image
I am using HVred 0.9.7
(Don't know if you have corrected this error in latest update or not.)

[I think this occurred because , yesterday also i completed 24.
but today when it went to 25 wacko.gif .
I hope this info help in detecting error biggrin.gif ]
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 21 2017, 03:19
Post #46
f4tal



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


QUOTE(ALL_MIGHT @ Oct 20 2017, 22:02) *

Found a error in Script.

That may happen in a case if you have triggered the Dawn from other device or somehow script missed the Dawn message. Usually, script resets its data when it sees the Dawn message, but in your case script haven't seen it for some reasons. smile.gif

Your options here:
1. Either let the script "get" the Dawn message - script will automatically reset itself;
2. Or reset it manually via combination SHIFT + CTRL + R (it will reset the data, timer also);


--------------------
DOs & DON'Ts - You are novice and need help with HentaiVerse? Read this.

Useful Links:
FAQ | Advice (for novices) | Advice Advanced (for proficient players) | Ask the Experts | Price check | Discuss your stats and build | Freeshop | Script guide | Script compendium

Useful scripts:
  • Smart Search - script for WTS/WTB. Helps you to bulk-scan various WTB/WTS thread, find items for cheaper price, do a search with * (wildcards) and Regex.
  • Monsterbation - script for battles. Greatly enhance your battle experience (drop tracker, turn counter, show current round, display information about monsters, so on) and allows you to attack enemies by hovering the cursor.
  • ToolBox - multi-purpose script. Allows multi-bazaar/shrine/salvage, helps create a shop, calculates price of shrined materials against bazaar price, provides lots of handy tweaks. Based on holy_demon's ItemManager and Superlatanium's Percentile Range scripts.
  • Red - script for Random Encounters. Gives you timer until next RE and notify you when RE is ready, shows list, links, counters, allows open RE link in alt-site, open in same tab.
Я говорю на русском языке. Если нужна помощь с игрой, а английский 'вери бэд', то пиши мне в личку, помогу чем смогу :)
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 21 2017, 03:48
Post #47
ALL_MIGHT



Becoming addicted to LN and WN
*******
Group: Gold Star Club
Posts: 1,548
Joined: 14-October 16
Level 460 (Godslayer)


QUOTE(f4tal @ Oct 21 2017, 00:49) *

if you have triggered the Dawn from other device or somehow script missed the Dawn message.

Nope,
I used same device and same browser

This post has been edited by ALL_MIGHT: Oct 21 2017, 03:48
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 21 2017, 03:52
Post #48
f4tal



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


QUOTE
Nope,
I used same device and same browser

Then, it is more interesting. Don't know for sure why it happened huh.gif
Either reset the data manually or let the script get the next Dawn.

This post has been edited by f4tal: Oct 21 2017, 03:52


--------------------
DOs & DON'Ts - You are novice and need help with HentaiVerse? Read this.

Useful Links:
FAQ | Advice (for novices) | Advice Advanced (for proficient players) | Ask the Experts | Price check | Discuss your stats and build | Freeshop | Script guide | Script compendium

Useful scripts:
  • Smart Search - script for WTS/WTB. Helps you to bulk-scan various WTB/WTS thread, find items for cheaper price, do a search with * (wildcards) and Regex.
  • Monsterbation - script for battles. Greatly enhance your battle experience (drop tracker, turn counter, show current round, display information about monsters, so on) and allows you to attack enemies by hovering the cursor.
  • ToolBox - multi-purpose script. Allows multi-bazaar/shrine/salvage, helps create a shop, calculates price of shrined materials against bazaar price, provides lots of handy tweaks. Based on holy_demon's ItemManager and Superlatanium's Percentile Range scripts.
  • Red - script for Random Encounters. Gives you timer until next RE and notify you when RE is ready, shows list, links, counters, allows open RE link in alt-site, open in same tab.
Я говорю на русском языке. Если нужна помощь с игрой, а английский 'вери бэд', то пиши мне в личку, помогу чем смогу :)
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 25 2017, 08:02
Post #49
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,198
Joined: 27-April 10
Level 500 (Ponyslayer)


Totally Missed this script, it's awesome, thanks again f4tal, you are great! wub.gif


--------------------
My Shop.
My WTB.


Patience is a virtue of the strong. I'm weak.

Please use MoogleMail to have a fast response but to help me also post a message in my thread so it will be keep alive.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 26 2017, 19:22
Post #50
f4tal



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


QUOTE(Maharid @ Oct 25 2017, 03:02) *

Totally Missed this script, it's awesome, thanks again f4tal, you are great! wub.gif

Thanks smile.gif
Don't know what other features to include in that script. If anyone have nay idea - tell me


--------------------
DOs & DON'Ts - You are novice and need help with HentaiVerse? Read this.

Useful Links:
FAQ | Advice (for novices) | Advice Advanced (for proficient players) | Ask the Experts | Price check | Discuss your stats and build | Freeshop | Script guide | Script compendium

Useful scripts:
  • Smart Search - script for WTS/WTB. Helps you to bulk-scan various WTB/WTS thread, find items for cheaper price, do a search with * (wildcards) and Regex.
  • Monsterbation - script for battles. Greatly enhance your battle experience (drop tracker, turn counter, show current round, display information about monsters, so on) and allows you to attack enemies by hovering the cursor.
  • ToolBox - multi-purpose script. Allows multi-bazaar/shrine/salvage, helps create a shop, calculates price of shrined materials against bazaar price, provides lots of handy tweaks. Based on holy_demon's ItemManager and Superlatanium's Percentile Range scripts.
  • Red - script for Random Encounters. Gives you timer until next RE and notify you when RE is ready, shows list, links, counters, allows open RE link in alt-site, open in same tab.
Я говорю на русском языке. Если нужна помощь с игрой, а английский 'вери бэд', то пиши мне в личку, помогу чем смогу :)
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 27 2017, 05:53
Post #51
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,198
Joined: 27-April 10
Level 500 (Ponyslayer)


The only thing that come to my mind is adding a way to selcet our own sound, being it online or an mp3\wav on our PC.


--------------------
My Shop.
My WTB.


Patience is a virtue of the strong. I'm weak.

Please use MoogleMail to have a fast response but to help me also post a message in my thread so it will be keep alive.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 27 2017, 06:33
Post #52
f4tal



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


QUOTE(Maharid @ Oct 27 2017, 00:53) *

The only thing that come to my mind is adding a way to selcet our own sound, being it online or an mp3\wav on our PC.

Sure, why not? Will add it tomorrow smile.gif


--------------------
DOs & DON'Ts - You are novice and need help with HentaiVerse? Read this.

Useful Links:
FAQ | Advice (for novices) | Advice Advanced (for proficient players) | Ask the Experts | Price check | Discuss your stats and build | Freeshop | Script guide | Script compendium

Useful scripts:
  • Smart Search - script for WTS/WTB. Helps you to bulk-scan various WTB/WTS thread, find items for cheaper price, do a search with * (wildcards) and Regex.
  • Monsterbation - script for battles. Greatly enhance your battle experience (drop tracker, turn counter, show current round, display information about monsters, so on) and allows you to attack enemies by hovering the cursor.
  • ToolBox - multi-purpose script. Allows multi-bazaar/shrine/salvage, helps create a shop, calculates price of shrined materials against bazaar price, provides lots of handy tweaks. Based on holy_demon's ItemManager and Superlatanium's Percentile Range scripts.
  • Red - script for Random Encounters. Gives you timer until next RE and notify you when RE is ready, shows list, links, counters, allows open RE link in alt-site, open in same tab.
Я говорю на русском языке. Если нужна помощь с игрой, а английский 'вери бэд', то пиши мне в личку, помогу чем смогу :)
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 28 2017, 02:21
Post #53
f4tal



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


New version (1.0.2) has been released
  • Now you can use your custom sounds for notifications (just provide a link to local file on your PC or url). Use "default" command to make the script to play default sound (one in-coded in the script).
Do not update if you don't need that feature - it is nothing too important smile.gif

Various browsers support different formats, but if you are using modern browsers (circa 2015) then you may not bother.
Some browsers (Chrome) do not allow to play local files (for security reasons), so you should try some workaround, like this one: [www.chrome-allow-file-access-from-file.com] http://www.chrome-allow-file-access-from-f...om/windows.html

Also just to make things clear - you should provide a url to FILE itself, not to the PAGE where sound plays.


--------------------
DOs & DON'Ts - You are novice and need help with HentaiVerse? Read this.

Useful Links:
FAQ | Advice (for novices) | Advice Advanced (for proficient players) | Ask the Experts | Price check | Discuss your stats and build | Freeshop | Script guide | Script compendium

Useful scripts:
  • Smart Search - script for WTS/WTB. Helps you to bulk-scan various WTB/WTS thread, find items for cheaper price, do a search with * (wildcards) and Regex.
  • Monsterbation - script for battles. Greatly enhance your battle experience (drop tracker, turn counter, show current round, display information about monsters, so on) and allows you to attack enemies by hovering the cursor.
  • ToolBox - multi-purpose script. Allows multi-bazaar/shrine/salvage, helps create a shop, calculates price of shrined materials against bazaar price, provides lots of handy tweaks. Based on holy_demon's ItemManager and Superlatanium's Percentile Range scripts.
  • Red - script for Random Encounters. Gives you timer until next RE and notify you when RE is ready, shows list, links, counters, allows open RE link in alt-site, open in same tab.
Я говорю на русском языке. Если нужна помощь с игрой, а английский 'вери бэд', то пиши мне в личку, помогу чем смогу :)
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 28 2017, 08:34
Post #54
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,198
Joined: 27-April 10
Level 500 (Ponyslayer)


Thanks for the new version.

However, i am unable to play sound.

I use this settng:
CODE

    var setting = {
        // >>> Settings Start Here <<< //
        styleSmall: true,
        useServerSideTimer: false,
        myTimerSec: 1800,

        showOnForum: true,
        showOnFrontPage: true,
        showOnGalleries: true,

        resetTimeOnReadyClick: true,
        openREinSameTab: false,
        openREinAltSite: true,
        donotHideREafterClick: false,

        showPopupWhenReady: false,
        playSoundWhenReady: true,

        mySec: 10,
        showPopupWhenMySec: false,
        playSoundWhenMySec: true,

        notifyOnFrontPageOnly: true,
        notifyOnlyOnce: false,
        notifySoundLoop: false,

        sound: "C:\\Cartella\\sound.mp3",

        buttonShowList: "l",
        buttonResetTime: "z",
        buttonResetCount: "x",
        buttonResetList: "c",
        buttonResetAll: "v",
        // >>> Settings End Here <<< //

Sound don't play but if i add it to FF address bar it play on browser normally.

BTW, questo è il file: [drive.google.com] https://drive.google.com/open?id=0B1ONqkmNf...WWpOTUxGUjFKZkU

I also tryed converting it in bas364 to embed it in the file but it seem that it is too big.

EDIT: The main problem is that the default sound have a low volume, even if i leave the page open if i am playing another audio\video the sound will just be too low to be heard over thats.

This post has been edited by Maharid: Oct 30 2017, 09:34


--------------------
My Shop.
My WTB.


Patience is a virtue of the strong. I'm weak.

Please use MoogleMail to have a fast response but to help me also post a message in my thread so it will be keep alive.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 31 2017, 01:38
Post #55
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,198
Joined: 27-April 10
Level 500 (Ponyslayer)


How much is useful this script, today saved me 2 RE cause i misckicked and lost the link that i recovered with the list.

BTW, just a curiosity, f4tal-kun, are you italian?


--------------------
My Shop.
My WTB.


Patience is a virtue of the strong. I'm weak.

Please use MoogleMail to have a fast response but to help me also post a message in my thread so it will be keep alive.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 31 2017, 07:25
Post #56
f4tal



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


QUOTE(Maharid @ Oct 28 2017, 03:34) *

However, i am unable to play sound.

Playing/opening the local files from JavaScript is a big culprit, because it is a security threat and most browsers do not allow to work with local files (apart from sideloading or uploading them). Mostly Chrome is badass here with very strict policy rules here.

Actually, the best thing is upload your custom sound to some filehosting and provide the link in script. Script download the file once, then cache it for future use, so no heavy bandwidth here.

QUOTE

I also tryed converting it in bas364 to embed it in the file but it seem that it is too big.

Yes, it would be very big, but actually it is not a big deal for JavaScript - it can handle base64 pretty well. Of course, if we are not speaking here about 10 MB mp3 - it would be atrocious. But for 5-100 KB SFX - base64 is a way.
You can check the script itself and look for the "default" word. Here you can see base64-encoded default sound file and replace it in any way you like.

QUOTE(Maharid @ Oct 30 2017, 20:38) *

How much is useful this script, today saved me 2 RE cause i misckicked and lost the link that i recovered with the list.

BTW, just a curiosity, f4tal-kun, are you italian?

You are welcome smile.gif

No, I am Russian. I thought everybody knows that heh.gif


--------------------
DOs & DON'Ts - You are novice and need help with HentaiVerse? Read this.

Useful Links:
FAQ | Advice (for novices) | Advice Advanced (for proficient players) | Ask the Experts | Price check | Discuss your stats and build | Freeshop | Script guide | Script compendium

Useful scripts:
  • Smart Search - script for WTS/WTB. Helps you to bulk-scan various WTB/WTS thread, find items for cheaper price, do a search with * (wildcards) and Regex.
  • Monsterbation - script for battles. Greatly enhance your battle experience (drop tracker, turn counter, show current round, display information about monsters, so on) and allows you to attack enemies by hovering the cursor.
  • ToolBox - multi-purpose script. Allows multi-bazaar/shrine/salvage, helps create a shop, calculates price of shrined materials against bazaar price, provides lots of handy tweaks. Based on holy_demon's ItemManager and Superlatanium's Percentile Range scripts.
  • Red - script for Random Encounters. Gives you timer until next RE and notify you when RE is ready, shows list, links, counters, allows open RE link in alt-site, open in same tab.
Я говорю на русском языке. Если нужна помощь с игрой, а английский 'вери бэд', то пиши мне в личку, помогу чем смогу :)
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Oct 31 2017, 13:33
Post #57
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,198
Joined: 27-April 10
Level 500 (Ponyslayer)


Ok, i was able to add the file with an online direct link, thanks.

And for the nationality, i was mislead by you're "circa 2015" in the 1.0.2 post. biggrin.gif

This post has been edited by Maharid: Oct 31 2017, 13:34


--------------------
My Shop.
My WTB.


Patience is a virtue of the strong. I'm weak.

Please use MoogleMail to have a fast response but to help me also post a message in my thread so it will be keep alive.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Nov 4 2017, 17:28
Post #58
ALL_MIGHT



Becoming addicted to LN and WN
*******
Group: Gold Star Club
Posts: 1,548
Joined: 14-October 16
Level 460 (Godslayer)


I just noticed my RE script is also not working right.
As it is showing 350+minutes to next RE
Attached Image


Now both RE and toolbx script are having problem.

Basically for 1 week i neither used these scripts nor played HV
So after 1 week i copied script again the tampermonkey.
But i found all these issues.
I am using chrome Version 62.0.3202.75 (Official Build) (64-bit)
(i thought problem was only in toolbox script)anime_cry.gif
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Nov 4 2017, 17:37
Post #59
TakanashiRi



Member
***
Group: Members
Posts: 222
Joined: 2-May 14
Level 388 (Godslayer)


QUOTE(ALL_MIGHT @ Nov 4 2017, 09:28) *

I just noticed my RE script is also not working right.
As it is showing 350+minutes to next RE
Attached Image
Now both RE and toolbx script are having problem.

Basically for 1 week i neither used these scripts nor played HV
So after 1 week i copied script again the tampermonkey.
But i found all these issues.
I am using chrome Version 62.0.3202.75 (Official Build) (64-bit)
(i thought problem was only in toolbox script)anime_cry.gif

maybe you should try to check your pc time zone/time?


--------------------
Current Set
Legendary Tempestuous Rapier of SlaughterStrength Dexterity Agility Level Soulbound, IW 10, forged 65, ADB 89%, Parry 56%
Legendary Ruby Force Shield of DeflectionStrength Dexterity Endurance Level 335, Str Dex End, IW 10, forged 50, BLK 90%
Legendary Zircon Power Helmet of WardingStrength Dexterity Endurance Level 329, IW 6, ADB 48%
Neko NekoStrength Dexterity Endurance Level Soulbound, IW 10, forged 5, ADB 94%
Legendary Ruby Power Gauntlets of ProtectionStrength Dexterity Endurance Level Soulbound, IW 10, forged 5, ADB 99%
Legendary Ruby Power Leggings of ProtectionStrength Dexterity Endurance Level 336, IW 10, forged 5, ADB 94%
Legendary Cobalt Power Boots of ProtectionStrength Dexterity Endurance Level 304, IW 6, forged 5, ADB 84%

...WTS Used equip?
Legendary Ruby Force Shield of ProtectionStrength Dexterity Agility Level 250, Str Dex Agi, IW 1, forged 25, BLK 28% @2m~2.5m
Magnificent Amber Power Leggings of SlaughterStrength Dexterity Level 280, ADB -7% @450k~600k
Legendary Amber Plate Greaves of WardingStrength Dexterity Endurance Level 245 @30k~50k

Peerless Shielding Plate Cuirass of ProtectionStrength Dexterity Endurance Level 253, BLK 100% @not selling...but...if you offer me a price which make me feel like selling then i will sell it...

Hath Perks:Innate Arcana III, Postage Paid, Vigorous Vitality, Dæmon Duality I, Enigma Energizer, Long Gone Before Daylight, Crystarium III
Training:Adept Learner 103/300, Assimilator 6/25, Ability Boost 95/368, Scavenger 42/50, Luck of the Draw 18/25, Quartermaster 13/20, Archaeologist 8/10, Scholar of War 4/5, Pack Rat 5/10

[WTB]Legendary Tempestuous Willow Staff of Destruction
Thanks y.......k ..for give me a legend power boots..
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Nov 4 2017, 18:16
Post #60
ALL_MIGHT



Becoming addicted to LN and WN
*******
Group: Gold Star Club
Posts: 1,548
Joined: 14-October 16
Level 460 (Godslayer)


QUOTE(TakanashiRi @ Nov 4 2017, 15:07) *

maybe you should try to check your pc time zone/time?

Thanks
biggrin.gif
It worked.
But toolbox is still not working
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post


4 Pages V < 1 2 3 4 >
Fast ReplyReply to this topicStart new topic
1 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
1 Members: k999k99

 


Lo-Fi Version Time is now: 27th September 2022 - 17:49