Welcome Guest ( Log In | Register )

45 Pages V « < 38 39 40 41 > »   
Reply to this topicStart new topic
> [Script] Monsterbation 1.4.1.2, A comprehensive hovering script for HentaiVerse and ISK. Including CrunkJuice 1.3.0, an out-of-battle script

 
post May 19 2022, 22:24
Post #767
uareader



Critter
*********
Group: Catgirl Camarilla
Posts: 5,592
Joined: 1-September 14
Level 500 (Ponyslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2022, 05:31
Post #768
AnonDarkMage7



Regular Poster
******
Group: Gold Star Club
Posts: 925
Joined: 1-June 12
Level 500 (Ponyslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2022, 09:54
Post #769
uareader



Critter
*********
Group: Catgirl Camarilla
Posts: 5,592
Joined: 1-September 14
Level 500 (Ponyslayer)


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)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2022, 18:40
Post #770
Avrelius



Casual Poster
***
Group: Members
Posts: 178
Joined: 9-November 11
Level 437 (Dovahkiin)


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.)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2022, 20:47
Post #771
uareader



Critter
*********
Group: Catgirl Camarilla
Posts: 5,592
Joined: 1-September 14
Level 500 (Ponyslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 25 2022, 08:52
Post #772
zwei7



Lurker
Group: Recruits
Posts: 9
Joined: 29-July 13
Level 388 (Dovahkiin)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 25 2022, 23:02
Post #773
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 13,156
Joined: 19-February 16
Level 500 (Ponyslayer)


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]


User is online!Profile CardPM
Go to the top of the page
+Quote Post

 
post Jun 13 2022, 03:32
Post #774
1452478858



Casual Poster
***
Group: Members
Posts: 244
Joined: 10-December 12
Level 451 (Godslayer)


Can quickbar not show all spell slots?It's such a waste of space and a pain in my ass.

Attached Image

This post has been edited by 1452478858: Jun 13 2022, 03:33
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 13 2022, 07:29
Post #775
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 13,156
Joined: 19-February 16
Level 500 (Ponyslayer)


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.

Attached Image

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
User is online!Profile CardPM
Go to the top of the page
+Quote Post

 
post Jun 17 2022, 23:25
Post #776
lygarx



Casual Poster
****
Group: Gold Star Club
Posts: 364
Joined: 15-May 10
Level 462 (Dovahkiin)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 3 2022, 21:12
Post #777
Fap.Fap



Active Poster
*******
Group: Gold Star Club
Posts: 1,554
Joined: 19-October 11
Level 500 (Ponyslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 3 2022, 22:31
Post #778
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 13,156
Joined: 19-February 16
Level 500 (Ponyslayer)


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
User is online!Profile CardPM
Go to the top of the page
+Quote Post

 
post Jul 4 2022, 04:12
Post #779
Fap.Fap



Active Poster
*******
Group: Gold Star Club
Posts: 1,554
Joined: 19-October 11
Level 500 (Ponyslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 7 2022, 17:56
Post #780
krrork



Lurker
Group: Recruits
Posts: 8
Joined: 11-July 14
Level 274 (Godslayer)


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

 
post Jul 9 2022, 22:00
Post #781
Lunarika



Casual Poster
****
Group: Gold Star Club
Posts: 331
Joined: 2-April 12
Level 490 (Dovahkiin)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 19 2022, 05:39
Post #782
Hekiru



Newcomer
*
Group: Gold Star Club
Posts: 28
Joined: 4-June 09
Level 352 (Lord)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 23 2022, 15:54
Post #783
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 13,156
Joined: 19-February 16
Level 500 (Ponyslayer)


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
User is online!Profile CardPM
Go to the top of the page
+Quote Post

 
post Jul 25 2022, 02:32
Post #784
Lady_Slayer



Member of the Bal'masqué
*********
Group: Catgirl Camarilla
Posts: 5,389
Joined: 20-December 16
Level 500 (Ponyslayer)


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?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 25 2022, 05:31
Post #785
LogJammin



MagNet Magnate
*****
Group: Catgirl Camarilla
Posts: 597
Joined: 11-October 14
Level 500 (Ponyslayer)


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')])

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

 
post Jul 25 2022, 09:52
Post #786
sogeth



Active Poster
*******
Group: Gold Star Club
Posts: 1,364
Joined: 2-January 13
Level 500 (Ponyslayer)


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)

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


45 Pages V « < 38 39 40 41 > » 
Reply to this topicStart new topic
3 User(s) are reading this topic (3 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 18th April 2025 - 07:13