 |
 |
 |
[Script] Monsterbation 1.4.1.2, A comprehensive hovering script for HentaiVerse and ISK. Including CrunkJuice 1.3.0, an out-of-battle script |
|
May 19 2022, 22:24
|
uareader
Group: Catgirl Camarilla
Posts: 5,592
Joined: 1-September 14

|
QUOTE(abc12345678901 @ May 19 2022, 20:42)  For example i want it to use Cure first, then full Cure if Cure is on cooldown. CODE Bind(your_key_here, Strongest([Cast('Full-Cure'), Cast('Cure')])); It's from lowest to highest priority as you can see. QUOTE(abc12345678901 @ May 19 2022, 20:42)  is there anyway to disable an input if all skills associated with it are on cooldown Maybe adding "Nothing" (without the quotes) in the list of inputs? I only used "nothing" to disable F12 (I don't even remember why (IMG:[ invalid] style_emoticons/default/laugh.gif) ), so I don't know if that's what would work for you.
|
|
|
|
 |
|
May 20 2022, 05:31
|
AnonDarkMage7
Group: Gold Star Club
Posts: 925
Joined: 1-June 12

|
QUOTE(uareader @ May 19 2022, 16:24)  CODE Bind(your_key_here, Strongest([Cast('Full-Cure'), Cast('Cure')])); It's from lowest to highest priority as you can see. Maybe adding "Nothing" (without the quotes) in the list of inputs? I only used "nothing" to disable F12 (I don't even remember why (IMG:[ invalid] style_emoticons/default/laugh.gif) ), so I don't know if that's what would work for you. The code works, thanks. As for the second part though, i don't want to disable the input itself, at least not 100% of the time, just if the skills associated with that input are all on cooldown. as in functions now it'll cast cure, then full cure, then if i hit the input again by accident while cure and full cure are on cooldown I'll do nothing and every monster gets a chance to attack me for free. I tried putting 'nothing' in front of the list associated to that input command but that just breaks it.
|
|
|
|
 |
|
May 20 2022, 09:54
|
uareader
Group: Catgirl Camarilla
Posts: 5,592
Joined: 1-September 14

|
QUOTE(abc12345678901 @ May 20 2022, 05:31)  if i hit the input again by accident while cure and full cure are on cooldown I'll do nothing Actually, I think the default action when everything is on cooldown is an attack, which is why I thought adding "Nothing" as an action on the left within the "Strongest" list may work, but if it doesn't work, maybe it's a feature because the dev asked moderation about it, and that was deemed an illegal move (too much automation)
|
|
|
|
 |
|
May 24 2022, 18:40
|
Avrelius
Group: Members
Posts: 178
Joined: 9-November 11

|
QUOTE(zwei7 @ May 17 2022, 22:21)  I found a fix though, press f5 to refresh the page
That can be not a good solution. QUOTE(Nezu @ Jan 1 2022, 02:10)  When you refresh and it 'solves', what's happening is you're resubmitting the same form data as the previous riddle in that battle - so you're definitely getting a lot of wrong answers because of that. (Instead of using your browser's refresh, you can avoid this by clicking the URL in the address bar & hitting enter to make a new GET request for the page instead of POSTing the previous request. Most browsers warn you about refreshing because of this.)
|
|
|
|
 |
|
May 24 2022, 20:47
|
uareader
Group: Catgirl Camarilla
Posts: 5,592
Joined: 1-September 14

|
QUOTE clicking the URL in the address bar & hitting enter I think if I didn't have some CSS/JS customization, the popup hentaiverse load in would not have an address bar. Just wanted to mentions it just in case.
|
|
|
May 25 2022, 08:52
|
zwei7
Lurker
Group: Recruits
Posts: 9
Joined: 29-July 13

|
When i refresh it halves the countdown timer remaining, but no answers get submitted. I can then enter the pony answers and all is good.
|
|
|
|
 |
|
May 25 2022, 23:02
|
Noni
Group: Catgirl Camarilla
Posts: 13,156
Joined: 19-February 16

|
QUOTE(zwei7 @ May 25 2022, 08:52)  When i refresh it halves the countdown timer remaining, but no answers get submitted. I can then enter the pony answers and all is good.
others before you have found that this is a quick fix, so I guess it could be a solution for you. however, what_is_name posted a structural solution in January this year QUOTE(what_is_name @ Jan 3 2022, 17:46)  I have guessed that something insert a script to the page which cause the problem. In detial, if ajax next round function load a riddle page, Monseterbation will execute the third script in the page which show the countdown and handle the answer. If something insert another script to the page, then the third script may not the correct one to execute, then the countdown will not show, and in 0.89 Isekai without the answer check you won't able to submit the answer. For Monseterbation, there is some way to avoid that: use relative position to find script: replace the CODE document.getElementsByTagName('script')[2] to CODE document.querySelector('#riddlemaster+script') or find script from original riddle page instead of the active document: replace the CODE document.getElementsByTagName('script')[2] to CODE doc.getElementsByTagName('script')[2]
|
|
|
|
 |
|
Jun 13 2022, 03:32
|
1452478858
Group: Members
Posts: 244
Joined: 10-December 12

|
Can quickbar not show all spell slots?It's such a waste of space and a pain in my ass. This post has been edited by 1452478858: Jun 13 2022, 03:33
|
|
|
Jun 13 2022, 07:29
|
Noni
Group: Catgirl Camarilla
Posts: 13,156
Joined: 19-February 16

|
QUOTE(1452478858 @ Jun 13 2022, 03:32)  Can quickbar not show all spell slots?It's such a waste of space and a pain in my ass.  if you keep the quickbar on the left, and use the monsterbar on the right: that one can show spell slots. Also the default bar holds your regular spells. But it doesn't all fit on the right side, with spacing. Best to keep it default
|
|
|
|
 |
|
Jun 17 2022, 23:25
|
lygarx
Group: Gold Star Club
Posts: 364
Joined: 15-May 10

|
QUOTE(abc12345678901 @ May 19 2022, 11:42)  how do i set up the script so that a input uses skills in a certain order? For example i want it to use Cure first, then full Cure if Cure is on cooldown. Also is there anyway to disable an input if all skills associated with it are on cooldown or is that too far, the amount of times i put myself at 1 hp or killed myself because i double tapped an input, ironically trying to use cure, is a lot higher than I'd like.
pretty sure that kind of script is illegal and would lead to banning. it is on the territory of complete combat automation. which is not allowed. it is possible and they likely already exist, but it leads to being banned.
|
|
|
|
 |
|
Jul 3 2022, 21:12
|
Fap.Fap
Group: Gold Star Club
Posts: 1,554
Joined: 19-October 11

|
Iam trying to use a Infusion
Bind(KEY_c, Use('n1'));
but no matter on which key i bind "n1" its not using it.
also in my quickbar for Items / Scrolls / Infusion, the Infusion icon is not showing
|
|
|
Jul 3 2022, 22:31
|
Noni
Group: Catgirl Camarilla
Posts: 13,156
Joined: 19-February 16

|
QUOTE(Fap.Fap @ Jul 3 2022, 21:12)  Iam trying to use a Infusion
Bind(KEY_c, Use('n1'));
but no matter on which key i bind "n1" its not using it.
also in my quickbar for Items / Scrolls / Infusion, the Infusion icon is not showing
CODE Bind(KEY_C, Any, Impulse(Use('n1')));
Mind the capital C
|
|
|
Jul 4 2022, 04:12
|
Fap.Fap
Group: Gold Star Club
Posts: 1,554
Joined: 19-October 11

|
QUOTE(Noni @ Jul 3 2022, 22:31)  CODE Bind(KEY_C, Any, Impulse(Use('n1')));
Mind the capital C (IMG:[ invalid] style_emoticons/default/rolleyes.gif) thanks
|
|
|
Jul 7 2022, 17:56
|
krrork
Lurker
Group: Recruits
Posts: 8
Joined: 11-July 14

|
thx
|
|
|
Jul 9 2022, 22:00
|
Lunarika
Group: Gold Star Club
Posts: 331
Joined: 2-April 12

|
If I had an old version of Monsterbation, would that be the cause of me failing some of the newer riddlemasters? I swear I haven't been that bad at them and I have a penalty on it, so I'm wondering if it's only submitting one of the answers instead of multiple.
|
|
|
Jul 19 2022, 05:39
|
Hekiru
Newcomer
 Group: Gold Star Club
Posts: 28
Joined: 4-June 09

|
QUOTE(Lunarika @ Jul 9 2022, 23:00)  If I had an old version of Monsterbation, would that be the cause of me failing some of the newer riddlemasters? I swear I haven't been that bad at them and I have a penalty on it, so I'm wondering if it's only submitting one of the answers instead of multiple.
I'm having bad time with riddlemaster too, forever penalty. Using latest version
|
|
|
|
 |
|
Jul 23 2022, 15:54
|
Noni
Group: Catgirl Camarilla
Posts: 13,156
Joined: 19-February 16

|
QUOTE(Lunarika @ Jul 9 2022, 22:00)  If I had an old version of Monsterbation, would that be the cause of me failing some of the newer riddlemasters? I swear I haven't been that bad at them and I have a penalty on it, so I'm wondering if it's only submitting one of the answers instead of multiple.
Could be, best to use latest version. Some people suggested that it may load an old riddle from cache but I just experienced that the submit button was grayed out in old monsterbation
|
|
|
Jul 25 2022, 02:32
|
Lady_Slayer
Group: Catgirl Camarilla
Posts: 5,389
Joined: 20-December 16

|
how to make the hover on monster quick cast magic? like I usually find my mage character does staff physical damage to the monster. how to do the setting?
|
|
|
Jul 25 2022, 05:31
|
LogJammin
Group: Catgirl Camarilla
Posts: 597
Joined: 11-October 14

|
QUOTE(dongmian @ Jul 25 2022, 00:32)  how to make the hover on monster quick cast magic? like I usually find my mage character does staff physical damage to the monster. how to do the setting?
Go to settings and change "hover action" to your spell rotation. For example, this is the wind spell rotation: Strongest([Cast('Storms of Njord'), Cast('Downburst'), Cast('Gale')])
|
|
|
|
 |
|
Jul 25 2022, 09:52
|
sogeth
Group: Gold Star Club
Posts: 1,364
Joined: 2-January 13

|
QUOTE(Lunarika @ Jul 9 2022, 13:00)  If I had an old version of Monsterbation, would that be the cause of me failing some of the newer riddlemasters? I swear I haven't been that bad at them and I have a penalty on it, so I'm wondering if it's only submitting one of the answers instead of multiple.
It's almost certainly that you are submitting only ONE of the answers instead of multiple. You need to mark ALL the appropriate ponys, not just one of them (unless there is only one, of course). This bit me hard in when the new RM was introduced in Isekai. At first I didn't even realize there could be different ponys simultaneously. I just answered as soon as I saw one, and assumed they were all the same. By the time I figured out you could answer multiple different ponys, it was too late. I don't think I ever got out of penalty that season. (IMG:[ invalid] style_emoticons/default/sad.gif)
|
|
|
|
 |
|
3 User(s) are reading this topic (3 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|