Loading. Please Wait... 
 |
 |
 |
[Script] Monsterbation 1.4.1.2, A comprehensive hovering script for HentaiVerse and ISK. Including CrunkJuice 1.3.0, an out-of-battle script |
|
Apr 17 2019, 10:12
|
KamuiSeph
Group: Gold Star Club
Posts: 2,076
Joined: 29-August 08

|
Hey sickentide... More errors (IMG:[ invalid] style_emoticons/default/laugh.gif) sorry. I tried to modify the bindings/alerts internally (through the P menu) for a second persona. userscript.html?id=7ce2d64e-eb0b-4f3b-a9ac-5ab42e06f083:2 ERROR: Execution of script 'Hentaiverse Monsterbation' failed! Unexpected identifier (anonymous) @ userscript.html?id=7ce2d64e-eb0b-4f3b-a9ac-5ab42e06f083:2 userscript.html?id=7ce2d64e-eb0b-4f3b-a9ac-5ab42e06f083:2 SyntaxError: Unexpected identifier at Enhance (userscript.html?id=7ce2d64e-eb0b-4f3b-a9ac-5ab42e06f083:931) at Window.eval (userscript.html?id=7ce2d64e-eb0b-4f3b-a9ac-5ab42e06f083:2230) at <anonymous>:2:494 at eval (userscript.html?id=7ce2d64e-eb0b-4f3b-a9ac-5ab42e06f083:2) at eval (userscript.html?id=7ce2d64e-eb0b-4f3b-a9ac-5ab42e06f083:3) at Object.eval (userscript.html?id=7ce2d64e-eb0b-4f3b-a9ac-5ab42e06f083:2233) at eval (userscript.html?id=7ce2d64e-eb0b-4f3b-a9ac-5ab42e06f083:2235) at eval (<anonymous>) at <anonymous>:2:494 at Object.b [as F_c] (<anonymous>:1:414) Any ideas?
|
|
|
|
 |
|
Apr 17 2019, 22:42
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10

|
QUOTE(KamuiSeph @ Apr 17 2019, 10:12)  Any ideas?
hmm... if the out-of-combat interface still works, can you take a dump (yes, i will use this expression at every opportunity) of your settings and put them up on pastebin? most likely one of the expressions or bind/hover functions is invalid. do you happen to use a non-standard keyboard layout that is prone to inserting illegal characters?
|
|
|
Apr 17 2019, 23:16
|
xesxesgnik
Group: Gold Star Club
Posts: 1,228
Joined: 28-April 14

|
Is it possible to not dismiss end of round popup upon an easter artifact drop, as in 'do not dismiss popup if equipment drops, quality specified by cutoff below'?
|
|
|
Apr 17 2019, 23:20
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10

|
QUOTE(Saioux @ Apr 17 2019, 23:16)  Is it possible to not dismiss end of round popup upon an easter artifact drop, as in 'do not dismiss popup if equipment drops, quality specified by cutoff below'?
easy! change line 2111: CODE if ( cfg.noPopup && (!cfg.stopOnEquipDrop || !regexp.quality[cfg.equipmentCutoff].test(log.innerHTML)) ) { to this: CODE if ( cfg.noPopup && log.innerHTML.indexOf('utton') < 0 && (!cfg.stopOnEquipDrop || !regexp.quality[cfg.equipmentCutoff].test(log.innerHTML)) ) {
|
|
|
Apr 17 2019, 23:29
|
xesxesgnik
Group: Gold Star Club
Posts: 1,228
Joined: 28-April 14

|
Nice! I guess it exploits the fact that the actual button is displayed on the log?
edit: oh nvm I guess it's the name 'button' lol
This post has been edited by Saioux: Apr 17 2019, 23:30
|
|
|
Apr 18 2019, 01:58
|
Hakrei
Group: Gold Star Club
Posts: 757
Joined: 16-December 09

|
After updating to the newest version of monsterbation I was wondering if there's an option to stop auto hover during channel and/or gem drops like the earlier version
|
|
|
Apr 18 2019, 01:59
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10

|
QUOTE(Hakrei @ Apr 18 2019, 01:58)  After updating to the newest version of monsterbation I was wondering if there's an option to stop auto hover during channel and/or gem drops like the earlier version
this has been determined to be against the rules, sorry
|
|
|
Apr 18 2019, 02:11
|
KamuiSeph
Group: Gold Star Club
Posts: 2,076
Joined: 29-August 08

|
snip
This post has been edited by KamuiSeph: Apr 18 2019, 15:34
|
|
|
Apr 18 2019, 03:09
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10

|
ah, it seems to be this part: CODE Bind(KEY_S, Toggle('Spirit'))Bind(KEY_Q, Shift, ToggleHover); try changing it to this and see if it works: CODE Bind(KEY_S, Toggle('Spirit'));Bind(KEY_Q, Shift, ToggleHover);
|
|
|
Apr 18 2019, 05:00
|
KamuiSeph
Group: Gold Star Club
Posts: 2,076
Joined: 29-August 08

|
Works like a charm! Thanks again!
|
|
|
|
 |
|
Apr 18 2019, 20:53
|
Juggernaut Santa
Group: Gold Star Club
Posts: 11,132
Joined: 26-April 12

|
QUOTE(sickentide @ Mar 28 2019, 17:29)  Q: what kind of killer feature will get users to switch to a version using the new monster database?
This: QUOTE(Juggernaut Santa @ Apr 18 2019, 20:41)  monster name replacer QUOTE(t_t_z @ Mar 2 2019, 22:02)  Well, here's a simple version of Monsterbation I brushed up with randomized names (changeable in line 1654 starting with "var possible_names = ..."). You'd want to copy/paste your settings from previous. Possibly have bugs or such, didn't do extensive testing. Changes were: - Adding var possible_names and function RandomizeMonsterNames() (line 1654)
- Adding localStorage.removeItem('HVrandomnames') after every localStorage.removeItem('HVmonsterData') (line 569, 1626, 1638)
- Calling RandomizeMonsterNames() at the end of every Enhance() and Observe() (line 546, 595)
HentaiverseMonsterbation.1.2.4.3__random_names_.user.js.txt ( 107.16k )
Number of downloads: 13(maybe with a way to set multiple lists for different enemy types, or at least an extra list for enemy bosses custom names so they can't get the names of normal monsters...if this is possible of course, having a chance to change bad monsters' names at all is already plenty (IMG:[ invalid] style_emoticons/default/biggrin.gif)) (IMG:[ invalid] style_emoticons/default/biggrin.gif)
|
|
|
|
 |
|
Apr 18 2019, 21:17
|
Starlight99
Group: Gold Star Club
Posts: 392
Joined: 9-November 18

|
monsterInfo: true, // show monster data from decondelite's database
what is the problem caused by the information can not be displayed. my personal problem ? or server problem?
|
|
|
Apr 18 2019, 22:44
|
Noni
Group: Catgirl Camarilla
Posts: 13,343
Joined: 19-February 16

|
QUOTE(Starlight99 @ Apr 18 2019, 21:17)  monsterInfo: true, // show monster data from decondelite's database
what is the problem caused by the information can not be displayed. my personal problem ? or server problem?
server problem: decon told us that the API is down / broken. We need to make a new one that is more stable.
|
|
|
Apr 19 2019, 01:11
|
Starlight99
Group: Gold Star Club
Posts: 392
Joined: 9-November 18

|
QUOTE(DJNoni @ Apr 19 2019, 04:44)  server problem: decon told us that the API is down / broken. We need to make a new one that is more stable.
thx hope everything will be better
|
|
|
Apr 20 2019, 22:49
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10

|
QUOTE(Juggernaut Santa @ Apr 18 2019, 20:53)  since it's purely cosmetic it should probably be a separate script, and way down on the priority list, but i'll think about it
|
|
|
Apr 23 2019, 17:34
|
Starlight99
Group: Gold Star Club
Posts: 392
Joined: 9-November 18

|
Hey,thank you for your help. What should I do to move the quickbarBesideMonsters to the left of the monster? (IMG:[ s2.ax1x.com] https://s2.ax1x.com/2019/04/23/EEhYtK.png) -------- riddleRight: false, // shrink riddlemaster to the right After I tried many different combinations of settings, I still didn't find the difference between false and true. What should be the effect of that? now,my settings: QUOTE effectsAboveMonsters: false, vitalsAboveMonsters: false, quickbarBesideMonsters: false, riddleRight: false, condenseLeft: true,
Thanks
|
|
|
|
 |
|
Apr 23 2019, 23:05
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10

|
QUOTE(Starlight99 @ Apr 23 2019, 17:34)  What should I do to move the quickbarBesideMonsters to the left of the monster?
lines 938-939: CODE 'position: absolute; z-index: 1; } #battle_right { left: -7px !important; top: 107px !important; }' + '#pane_quickbar { display: flex; position: absolute; left: -212px; top: 69px; width: 203px; }' : change them to: CODE 'position: absolute; z-index: 1; } #battle_right { left: 149px !important; top: 107px !important; }' + '#pane_quickbar { display: flex; position: absolute; left: -586px; top: 69px; width: 203px; }' : and possibly adjust the numbers to fit your other adjustments QUOTE(Starlight99 @ Apr 23 2019, 17:34)  What should be the effect of that?
it should basically do what you would expect, but condenseLeft overrides it
|
|
|
|
 |
|
Apr 24 2019, 04:14
|
Lunarika
Group: Gold Star Club
Posts: 331
Joined: 2-April 12

|
Is it against the rules to make auto-hover stop on buffs like regen, heartseeker, channeling about to expire?
|
|
|
Apr 24 2019, 08:02
|
Noni
Group: Catgirl Camarilla
Posts: 13,343
Joined: 19-February 16

|
QUOTE(Lunarika @ Apr 24 2019, 04:14)  Is it against the rules to make auto-hover stop on buffs like regen, heartseeker, channeling about to expire?
regen, hearthseeker - that is allowed. For regen, it's: alertBuffs: /(regen.png), stopOnBuffsExpiring: true, channeling is not a buff that you cast yourself, and it's not allowed to stop auto-hover on expiration of that.
|
|
|
Apr 27 2019, 01:14
|
grandioso0
Newcomer
 Group: Members
Posts: 42
Joined: 28-April 13

|
Hi I tried using the script on Firefox with GreaseMonkey but I'm having trouble
The scripts itself works fine during battle, but somehow it makes me go to the login screen after each round. Is there any limitation of script usage for new or inactive players or is it more likely to be a problem with my browser settings?
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|