 |
 |
 |
[Script] Monsterbation 1.4.1.2, A comprehensive hovering script for HentaiVerse and ISK. Including CrunkJuice 1.3.0, an out-of-battle script |
|
Mar 15 2019, 09:46
|
tox01
Group: Gold Star Club
Posts: 567
Joined: 16-April 09

|
QUOTE(Drksrpnt @ Mar 15 2019, 08:20)  The flickering stopped today, I dunno what caused it in the first place but it's over. So, probably nothing to do with the script.
It may return... -__-; Let's hope not... My experience: it's not constant (may flicker and may not) and there are different levels and power of flickering. This post has been edited by tox01: Mar 15 2019, 09:47
|
|
|
Mar 16 2019, 06:25
|
Drksrpnt
Group: Gold Star Club
Posts: 3,551
Joined: 27-December 10

|
QUOTE(tox01 @ Mar 15 2019, 03:46)  It may return... -__-; Let's hope not...
My experience: it's not constant (may flicker and may not) and there are different levels and power of flickering.
Yeah it started flickering again today, but only very lightly. So, it's not something that fixed itself. Weird.
|
|
|
Mar 16 2019, 06:55
|
Nayas
Group: Members
Posts: 701
Joined: 6-February 11

|
When it starts flickering I switch to alt.hentaiverse, and that always helps. Might be some cache issue, that's unrelated to the script, also using FF.
Sickentide, since you are still developing this, could you add .cooldown style element to monsterBar? (the thing that shows skill icon next to monsters) It would be useful for me to see a cooldown in different place other than hotbar.
This post has been edited by Nayas: Mar 16 2019, 06:57
|
|
|
|
 |
|
Mar 18 2019, 01:02
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10

|
QUOTE(Saioux @ Mar 15 2019, 00:20)  Is there a quick tweak I could do to code to have usableBlink applied to health gem as well?
after line 639 there are two sections that look like this: CODE if ( (gem[3] === 0 && mp < 0.5+0.5*cfg.mpboost/(cfg.mpboost+100)) || (gem[3] === 1 && sp < 0.75+0.25*cfg.spboost/(cfg.spboost+100)) ) { replace the first with this: CODE if ( (gem[3] === 0 && mp < 0.5+0.5*cfg.mpboost/(cfg.mpboost+100)) || (gem[3] === 1 && sp < 0.75+0.25*cfg.spboost/(cfg.spboost+100)) || (gem[2] === '/y/e/healthpot.png' && document.querySelector('img[src$="green.png"]').clientWidth/414 < 0.5) ) { and the second with this: CODE if ( (gem[3] === 0 && mp < 0.5+0.5*cfg.mpboost/(cfg.mpboost+100)) || (gem[3] === 1 && sp < 0.75+0.25*cfg.spboost/(cfg.spboost+100)) || (gem[2] === '/y/e/healthpot.png' && document.querySelector('img[src$="green.png"]').clientWidth/496 < 0.5) ) { you may wish to change the 0.5 at the end with your threshold of choice QUOTE(Nayas @ Mar 16 2019, 05:55)  Sickentide, since you are still developing this, could you add .cooldown style element to monsterBar? (the thing that shows skill icon next to monsters) It would be useful for me to see a cooldown in different place other than hotbar.
i put this on the list of things to look into, but i'll have to get clever about making it work efficiently, since it may add up to 40 cooldown elements to the page This post has been edited by sickentide: Mar 18 2019, 01:03
|
|
|
|
 |
|
Mar 18 2019, 02:38
|
xesxesgnik
Group: Gold Star Club
Posts: 1,228
Joined: 28-April 14

|
I guess they are keeping track of how much health is on for utilitarian style and normal style? awesome! Thank you so much for your help (IMG:[ invalid] style_emoticons/default/biggrin.gif). If you don't mind, may I ask for one more favor? QUOTE(Saioux @ Mar 17 2019, 19:28)  Died on round 145 because I tried to cast protection right after sol proced lmao. Fuck my life...
Is it possible to have non-target spells, i.e. buff like protection, to respect alerts??
QUOTE(KamuiSeph @ Mar 17 2019, 19:34)  Yeah.... I'd love just a fucking "can't do anything if sparked except for cure/full-cure/health draught/potion/elixir/last elixir/drain"
I have definitely cast regen instead of cure by accident at least once.
Is there a way to resolve this issue? That is, is it possible to have non-target spells respect alert? I think it's 99% of the reasons why one gets defeated lol. EDIT: QUOTE(sickentide @ Mar 17 2019, 20:45)  sorry, this has come up before and it would be too much of a bot thing
Dang okay okay. Guess I should be just more careful lol... This post has been edited by Saioux: Mar 18 2019, 03:12
|
|
|
|
 |
|
Mar 18 2019, 02:45
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10

|
sorry, this has come up before and it would be too much of a bot thing
|
|
|
Mar 18 2019, 10:16
|
Dk2017
Group: Gold Star Club
Posts: 281
Joined: 19-August 17

|
Could you add respect alerts to Strongest() For example, like latest version L251 CODE // Bind(KEY_1, Strongest([TargetMonster(0), Cast('Imperil')])); -- Cast Imperil on monster A. I bind q w e for imp target 1 3 7 Sometimes after round, i just press 1 2 3 naturally, so if 1st imp break my spark of life, probably the next two action make myself to die This post has been edited by Dk2017: Mar 18 2019, 10:17
|
|
|
|
 |
|
Mar 18 2019, 20:22
|
Noni
Group: Catgirl Camarilla
Posts: 13,513
Joined: 19-February 16

|
QUOTE(Dk2017 @ Mar 18 2019, 09:16)  Could you add respect alerts to Strongest() For example, like latest version L251 CODE // Bind(KEY_1, Strongest([TargetMonster(0), Cast('Imperil')])); -- Cast Imperil on monster A. I bind q w e for imp target 1 3 7 Sometimes after round, i just press 1 2 3 naturally, so if 1st imp break my spark of life, probably the next two action make myself to die No. Please stop asking this, everyone! It is explicitly forbidden by admin.
|
|
|
|
 |
|
Mar 23 2019, 11:30
|
KamuiSeph
Group: Gold Star Club
Posts: 2,076
Joined: 29-August 08

|
QUOTE // monsters that haven't been scanned in this number of days will be highlighted Anyway to just set this to false? It keeps flagging FSM and schoolgirls and random shit that I know I scanned myself like a day ago. I have scanTime = 365, and the shit still happens. Usually the first round of any arena/IW/fest and most of RE's will highlight monsters that have been scanned a million times by me and by other people ~_~
|
|
|
Mar 23 2019, 13:15
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10

|
the way to disable it is to set submitScans: false, but the behaviour you describe sounds like an error with the database that may be in the process of being fixed
|
|
|
Mar 24 2019, 01:30
|
KitsuneAbby
Group: Catgirl Camarilla
Posts: 7,572
Joined: 12-July 14

|
QUOTE(sickentide @ Mar 23 2019, 11:15)  the way to disable it is to set submitScans: false, but the behaviour you describe sounds like an error with the database that may be in the process of being fixed
The database is fine ATM. He's probably having a slow response time due to network issues or something wrong on his own computer. Happens more or less frequently. When there is an issue with the database, you're pretty much guaranteed to know about it within the day, since I highlight PL2250 monsters when I play.
|
|
|
Mar 27 2019, 20:58
|
KitsuneAbby
Group: Catgirl Camarilla
Posts: 7,572
Joined: 12-July 14

|
Hi everyone.
Simple question: is there a way to get this working in Chrome for Android? I can't seem to find any extension system for that browser, and the Tampermonkey app (which is a browser) sucks ass.
Thanks in advance.
|
|
|
Mar 28 2019, 00:14
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10

|
i don't know about chrome, but if using firefox for android is an option, that can use the tampermonkey add-on
|
|
|
|
 |
|
Mar 28 2019, 17:29
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10

|
Q: what kind of killer feature will get users to switch to a version using the new monster database? A:
HentaiverseMonsterbation.1.3.0.user.js.txt ( 146.43k )
Number of downloads: 2053[attachembed=129075] this is the real mclownsy. not only does it do what you would expect, with multiple profiles so you no longer have to run multiple installs of the script, you can also set it to switch profiles automatically when you change persona or equipment set. i won't stand for automatic, unprompted loading in the background, so you will have to look at the character page once and the equipment page for each persona to prime it. if you use a script to switch sets that bypasses the default ui, i recommend modifying that script to do the switching for you. it's a simple manipulation of the localStorage.HVmbp object as demonstrated in the ProfileSwitch function you can also use the automatic profile switching independent from the interface by editing the script text directly, and dump your settings in raw text format for easy cut & baste between multiple turkeys, and the interface can be brought up during battle with the press of a button unfortunately, this Great Convenience (大便) comes with some small drawbacks: i changed the format of some settings to allow for clean manipulation: expressions and functions are now stored as strings, all colours are now disabled by setting them to false, monsterHighlight and monsterKeywords have been rolled into one, cdTopAdjust and cdFontSize are gone, ajaxIntervals is disabled by setting it to 0 and monsterBar is turned off by setting it to []. the default bind setting is now a multiline string; if your browser does not support this, you can replace the line breaks with concatenations and there's more: i have added a few settings to let you shrink the view to either side, allowing for more efficient viewing of pornographic materials and semi-erotic content during play. there's the Any modifier allowing for more concise bindings, and there's a small performance tweak, thanks to tox01 alerting me that style.width is faster than clientWidth this update is straight out of development hell. if you come up with some idiotic use case that i haven't thought of and run into trouble, please do let me know. if changing a setting breaks things, you can reset it to the default by blanking its field and saving. i am aware of the interference with the monster database search, this is something that will have to be addressed in a crunk juice update, but fist i'd like to ask: it would facilitate development and reduce the need to reuse code if i were to roll monsterbation and crunk juice back into one. would you be all right with this if i add two global settings at the top: one to enable combat features, turned on by default, and one to enable out-of-combat features, turned off by default?
|
|
|
|
 |
|
Mar 28 2019, 19:16
|
Noni
Group: Catgirl Camarilla
Posts: 13,513
Joined: 19-February 16

|
QUOTE(sickentide @ Mar 28 2019, 16:29)  Q: what kind of killer feature will get users to switch to a version using the new monster database? A:
HentaiverseMonsterbation.1.3.0.user.js.txt ( 146.43k )
Number of downloads: 2053[attachembed=129075] this is the real mclownsy. not only does it do what you would expect, with multiple profiles so you no longer have to run multiple installs of the script, you can also set it to switch profiles automatically when you change persona or equipment set. i won't stand for automatic, unprompted loading in the background, so you will have to look at the character page once and the equipment page for each persona to prime it. if you use a script to switch sets that bypasses the default ui, i recommend modifying that script to do the switching for you. it's a simple manipulation of the localStorage.HVmbp object as demonstrated in the ProfileSwitch function you can also use the automatic profile switching independent from the interface by editing the script text directly, and dump your settings in raw text format for easy cut & baste between multiple turkeys, and the interface can be brought up during battle with the press of a button unfortunately, this Great Convenience (大便) comes with some small drawbacks: i changed the format of some settings to allow for clean manipulation: expressions and functions are now stored as strings, all colours are now disabled by setting them to false, monsterHighlight and monsterKeywords have been rolled into one, cdTopAdjust and cdFontSize are gone, ajaxIntervals is disabled by setting it to 0 and monsterBar is turned off by setting it to []. the default bind setting is now a multiline string; if your browser does not support this, you can replace the line breaks with concatenations and there's more: i have added a few settings to let you shrink the view to either side, allowing for more efficient viewing of pornographic materials and semi-erotic content during play. there's the Any modifier allowing for more concise bindings, and there's a small performance tweak, thanks to tox01 alerting me that style.width is faster than clientWidth this update is straight out of development hell. if you come up with some idiotic use case that i haven't thought of and run into trouble, please do let me know. if changing a setting breaks things, you can reset it to the default by blanking its field and saving. i am aware of the interference with the monster database search, this is something that will have to be addressed in a crunk juice update, but fist i'd like to ask: it would facilitate development and reduce the need to reuse code if i were to roll monsterbation and crunk juice back into one. would you be all right with this if i add two global settings at the top: one to enable combat features, turned on by default, and one to enable out-of-combat features, turned off by default? Thanks for this impressive update! I don't use crunk juice at all. Sorry to say, but HV Utils does all those things better. From technical perspective there may well be a reason for integrating it, but I don't understand why that would be. For my part, as long as it doesn't slow HV down when running it, it can be included and turned off by default. Are there many users of crunkjuice? Bugs: 1. Every battle starts with 'Server communication failed: 0 ()'This post has been edited by DJNoni: Mar 29 2019, 08:38
|
|
|
|
 |
|
Mar 28 2019, 20:14
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10

|
QUOTE(DJNoni @ Mar 28 2019, 18:16)  HV Utils does all those things better. From technical perspective there may well be a reason for integrating it, but I don't understand why that would be. For my part, as long as it doesn't slow HV down when running it, it can be included and turned off by default.
they're not meant to do the same thing, though. utils is a complete redesign from the ground up, while crunk juice is meant to be a collection of minimally intrusive, lightweight additions to the default ui. the main practical reason would be to use the interface for both feature sets without maintaining two copies of all the different pieces of code that make it work. it wouldn't affect performance since it would simply add code to a function that doesn't run during combat QUOTE(DJNoni @ Mar 28 2019, 18:16)  Every battle starts with 'Server communication failed: 0 ()'
can't say i can replicate that on my end. what browser are you using, and is anyone else getting this?
|
|
|
|
 |
|
Mar 28 2019, 21:05
|
Noni
Group: Catgirl Camarilla
Posts: 13,513
Joined: 19-February 16

|
QUOTE(sickentide @ Mar 28 2019, 19:14)  they're not meant to do the same thing, though. utils is a complete redesign from the ground up, while crunk juice is meant to be a collection of minimally intrusive, lightweight additions to the default ui. the main practical reason would be to use the interface for both feature sets without maintaining two copies of all the different pieces of code that make it work. it wouldn't affect performance since it would simply add code to a function that doesn't run during combat can't say i can replicate that on my end. what browser are you using, and is anyone else getting this?
SRWare Iron Version 60.0.3150.1 (Official build) (32-bits) I run HV Utils and HV Utils URL to manage my RE's, also inside battles Edit: It went away. The problem isn't occuring anymore. For my part, just integrate whatever you want if it helps you. This post has been edited by DJNoni: Mar 29 2019, 08:39
|
|
|
|
 |
|
Mar 31 2019, 20:36
|
xesxesgnik
Group: Gold Star Club
Posts: 1,228
Joined: 28-April 14

|
I think the icons are not aligned properly on the newer version? Also, it doesn't let me use any of the bindings I set. 
|
|
|
|
 |
|
Mar 31 2019, 20:53
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10

|
QUOTE(DJNoni @ Mar 28 2019, 20:05)  It went away. The problem isn't occuring anymore.
oof, all right. i was worried i would have to do debugging on a nonstandard browser QUOTE(Saioux @ Mar 31 2019, 19:36)  I think the icons are not aligned properly on the newer version? Also, it doesn't let me use any of the bindings I set.
looks like an invalid setting interrupted script execution. first, i would try resetting the settings via the interface. if that doesn't help, try replacing the bind setting in the script text with "", and be sure to watch out for format changes when using settings from a previous version This post has been edited by sickentide: Mar 31 2019, 20:54
|
|
|
|
 |
|
Mar 31 2019, 21:52
|
Quititan
Newcomer
  Group: Members
Posts: 75
Joined: 30-April 14

|
(I got help from Google Translator when I was writing this.)
Before I tell you anything else, I have been using Monsterbation well so far. Thank you very much.
I want to position the quickbar on the left so that HV takes up only a smaller space. To do this, I want to overlap the status display space on the right side of the monster with another program. But now there is a quickbar on the right.
When using 'quickbarBesideMonsters', Can you give me an option with a Quickbar on the left, not the right side of the monster? I want to be displayed in the following order. Log - (middle) - Quickbar - Monster
Is it possible to also move the SPIRIT button up the left side of the HP?
This post has been edited by Quititan: Mar 31 2019, 21:54
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|