Welcome Guest ( Log In | Register )

45 Pages V « < 23 24 25 26 > »   
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 Aug 12 2019, 02:21
Post #467
SidZBear



Regular Poster
*****
Group: Gold Star Club
Posts: 560
Joined: 31-May 16
Level 500 (Ponyslayer)


QUOTE(sickentide @ Aug 10 2019, 22:54) *

here's an update that will streamline & accelerate your consumable use, and a few other things Attached File  HentaiverseMonsterbation.1.3.1.0.user.js.txt ( 154.54k ) Number of downloads: 4406

it now throws a boohbah if you try to use the Use function inside a hover loop, so as to avert incidental cheating

now you may ask, how will this soup up my consumable use? well here's the real boner: the bindable Impulse function. it performs an action exactly once, regardless of active hover loops and alert conditions. try it with your Strongest MP recovery chain. as a result of the needed changes, HoverAction now takes priority over shift/ctrl/alt actions and the whole hover system may be more robust and efficient, or it may introduce a whole new generation of heinous bugs

this may help to relieve the mage/melee imbalance a little: while mages are still limited in their speed by the need to survive, resilient melee players can drop their imperils without slowing down

and you now get a little icon to toggle between the monster info and quickbar, should they overlap, as well as a little icon that lets you switch profiles on the fly and bring up the settings

finally, i have viewed ssds with scorn for the longest time, but it would seem that modern ssds can last longer than hdds if you use them properly, so i have added an option to minimise disk write actions. this may also be useful if you experience slowdown due to slow disk access, but it comes at a disadvantage: manually reloading the page resets temporary data to the last automatic reload (riddlemaster or settings), so if you have to reload for whatever reason, i suggest bringing up the settings and hitting Exit. this setting is turned on by default



So, I have updating to this version from 1.2.2.0
Biggest problem I am already having; I have another addon that throws popup windows on certain HP/MP/SP percentages, as well as full overcharge. works just fine in 1.2.2.0, but on the update, only my overcharge popup ever appears. Any idea of what could be causing the conflict?

Also, keybindings don't seem to work in this version, for me. Likely this one is a PEBKAC though.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 12 2019, 14:51
Post #468
sickentide



sexromancer
*******
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10
Level 500 (Ponyslayer)


QUOTE(SidZBear @ Aug 12 2019, 02:21) *

I have another addon that throws popup windows on certain HP/MP/SP percentages, as well as full overcharge.

so if this addon of yours disables both hover actions (allowed) and manual actions (forbidden), and does so on full overcharge (explicitly forbidden), i, well, err...

QUOTE(SidZBear @ Aug 12 2019, 02:21) *

Also, keybindings don't seem to work in this version, for me. Likely this one is a PEBKAC though.

if you change the settings by editing the script, be sure to respect the new data format as demonstrated by the defaults. simply copying over your old settings will not work. or perhaps you are on an older browser that cannot handle multiline strings. in that case, replace every instance of this:
CODE
\
Bind

with this:
CODE
" +
"Bind

and trim the final \, or simply use the interface to set up your bindings, as well as all other settings

This post has been edited by sickentide: Aug 12 2019, 14:51
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 25 2019, 14:36
Post #469
Reco17



うんざり
*****
Group: Gold Star Club
Posts: 717
Joined: 8-March 14
Level 500 (Ponyslayer)


Any method or further release to use one-time 'Use function' action by mouse?

I was set wheel up and wheel click to use(mana potion) and use(draught) for comport, like masturbating with left hand while playing HV with right hand only...? anyway, It seems can't do it at 1.3.1.0 (IMG:[invalid] style_emoticons/default/anime_cry.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 26 2019, 00:23
Post #470
sickentide



sexromancer
*******
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10
Level 500 (Ponyslayer)


QUOTE(Reco17 @ Aug 25 2019, 14:36) *

Any method or further release to use one-time 'Use function' action by mouse?

i may have been a bit too cautious with the anti-cheat measures. try this: Attached File  HentaiverseMonsterbation.1.3.1.1.user.js.txt ( 154.44k ) Number of downloads: 7040
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 26 2019, 04:08
Post #471
Reco17



うんざり
*****
Group: Gold Star Club
Posts: 717
Joined: 8-March 14
Level 500 (Ponyslayer)


QUOTE(sickentide @ Aug 26 2019, 10:23) *

i may have been a bit too cautious with the anti-cheat measures. try this: Attached File  HentaiverseMonsterbation.1.3.1.1.user.js.txt ( 154.44k ) Number of downloads: 7040



It works well! Thank you! (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 28 2019, 04:58
Post #472
GOJiong



Casual Poster
***
Group: Members
Posts: 153
Joined: 18-August 15
Level 266 (Godslayer)


Hi there, I just wondering is there anyway to bind any items (i.e. health draught) to mouse buttons?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 28 2019, 10:54
Post #473
Reco17



うんざり
*****
Group: Gold Star Club
Posts: 717
Joined: 8-March 14
Level 500 (Ponyslayer)


QUOTE(GOJiong @ Aug 28 2019, 14:58) *

Hi there, I just wondering is there anyway to bind any items (i.e. health draught) to mouse buttons?


yes.. in 1.3.1.1, my setting is;

Impulse(Strongest([Use(5)])) (this don't need to be Strongest, actually)
Impulse(Strongest([Use(11), Use(4), Cast('Full-Cure'), Cast('Cure')]))

at wheel up and right click, respectively.


for me item 5 is mana potion, 11 is health elixer, 4 is health potion. number is same as setting at HV item inventory.

This post has been edited by Reco17: Aug 28 2019, 10:55
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 28 2019, 14:05
Post #474
GOJiong



Casual Poster
***
Group: Members
Posts: 153
Joined: 18-August 15
Level 266 (Godslayer)


QUOTE(Reco17 @ Aug 28 2019, 10:54) *

yes.. in 1.3.1.1, my setting is;

Impulse(Strongest([Use(5)])) (this don't need to be Strongest, actually)
Impulse(Strongest([Use(11), Use(4), Cast('Full-Cure'), Cast('Cure')]))

at wheel up and right click, respectively.
for me item 5 is mana potion, 11 is health elixer, 4 is health potion. number is same as setting at HV item inventory.


Well, each time I insert your code into mouse binding, a message "Fearsome powers thrust Laputa into orbit. Their dreaded empire once ruled the earth!" will pops out.

I guess it is an error message, and I can not save the modification I did.

This post has been edited by GOJiong: Aug 28 2019, 16:49
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 28 2019, 16:54
Post #475
Reco17



うんざり
*****
Group: Gold Star Club
Posts: 717
Joined: 8-March 14
Level 500 (Ponyslayer)


QUOTE(GOJiong @ Aug 29 2019, 00:05) *

Well, each time I insert your code into mouse binding, a message "Fearsome powers thrust Laputa into orbit. Their dreaded empire once ruled the earth!" will pops out.

I guess it is an error message, and I can not save the modification I did.


you're using 1.3.1.0. should update to 1.3.1.1
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 9 2019, 04:44
Post #476
RoadShoe



Press any key to continue... Where's the any key?
********
Group: Catgirl Camarilla
Posts: 3,241
Joined: 9-August 15
Level 500 (Godslayer)


Hey guys,

I've been out of touch for a while.

Should I upgrade from 1.2.4.0 to 1.3.1.1?

Any solid benefit?

Thanks in advance. (IMG:[invalid] style_emoticons/default/smile.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 9 2019, 07:36
Post #477
Noni



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


QUOTE(RoadShoe @ Sep 9 2019, 04:44) *

Hey guys,

I've been out of touch for a while.

Should I upgrade from 1.2.4.0 to 1.3.1.1?

Any solid benefit?

Thanks in advance. (IMG:[invalid] style_emoticons/default/smile.gif)


Some neat features: a setting page inside the game, easier potions during hover. But not absolutely needed to upgrade, the hover functions are still the same.

oh, right - I think you need to update HV utils and Monsterbation for the monster DB functions to work again!

This post has been edited by DJNoni: Sep 9 2019, 07:37
User is online!Profile CardPM
Go to the top of the page
+Quote Post

 
post Sep 20 2019, 17:37
Post #478
Farow



Newcomer
*
Group: Recruits
Posts: 18
Joined: 23-September 11
Level 262 (Godslayer)


There's a bug with logging crystal drops. When only 1 crystal is dropped, the userscript doesn't log it. I've attached a patch.

Attached File  crystals.patch.txt ( 2.27k ) Number of downloads: 29


This post has been edited by Farow: Sep 20 2019, 17:39
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 22 2019, 05:32
Post #479
프레이



Only one group, up to homomorphism
*****
Group: Gold Star Club
Posts: 701
Joined: 21-October 17
Level 500 (Ponyslayer)


Hover actions for 1.3+ versions wouldn't work for me on Chrome. No error messages in Chrome's console either but hotkeys would trigger the skill sequences just fine.

Reverting back to the oldest 1.2.3.5 version worked though.

This post has been edited by Frotag: Sep 22 2019, 05:33
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 22 2019, 23:24
Post #480
sickentide



sexromancer
*******
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10
Level 500 (Ponyslayer)


QUOTE(Farow @ Sep 20 2019, 17:37) *

There's a bug with logging crystal drops.

ah, so the message for a single crystal is different. i wasn't able to test this when i wrote the tracker, thanks

QUOTE(Frotag @ Sep 22 2019, 05:32) *

Hover actions for 1.3+ versions wouldn't work for me on Chrome.

are you using an older version of chrome or a non-standard user script interpreter, and what hover actions were you unable to use?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 23 2019, 01:27
Post #481
프레이



Only one group, up to homomorphism
*****
Group: Gold Star Club
Posts: 701
Joined: 21-October 17
Level 500 (Ponyslayer)


QUOTE(sickentide @ Sep 22 2019, 17:24) *

are you using an older version of chrome or a non-standard user script interpreter, and what hover actions were you unable to use?


Newest chrome, tampermonkey, no other scripts/extensions, none of the default hovers (none / shift / ctrl / etc) would do anything. This includes the basic attack ('Nothing') and all the fire / ice spells ('Flames of Loki', 'Blizzard', ...). However they would work when assigned to buttons like wheelUp, clickRight, etc.

This post has been edited by Frotag: Sep 23 2019, 01:28
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 23 2019, 21:32
Post #482
sickentide



sexromancer
*******
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10
Level 500 (Ponyslayer)


does using an unmodified default install and/or setting hoverArea: 1 accomplish anything?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 23 2019, 23:23
Post #483
프레이



Only one group, up to homomorphism
*****
Group: Gold Star Club
Posts: 701
Joined: 21-October 17
Level 500 (Ponyslayer)


QUOTE(sickentide @ Sep 23 2019, 15:32) *

does using an unmodified default install and/or setting hoverArea: 1 accomplish anything?


Nope. Default script install: It does one basic attack when hovered over the status icon then nothing. Hotkeys set by the script still works.

With hoverArea 6 and fresh install: nothing.

It's honestly not a problem for me to use the old version, just wanted to give you a heads up.

This post has been edited by Frotag: Sep 23 2019, 23:23
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 24 2019, 12:27
Post #484
mewsf



Regular Poster
*****
Group: Gold Star Club
Posts: 594
Joined: 24-June 14
Level 500 (Ponyslayer)


Nevermind

This post has been edited by mewsf: Sep 24 2019, 13:02
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 10 2019, 02:15
Post #485
kdasny



Casual Poster
***
Group: Members
Posts: 112
Joined: 7-January 19
Level 478 (Dovahkiin)


Is there a way to keep my settings after I close my internet browser?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 10 2019, 05:23
Post #486
FOXDIE_999



Newcomer
**
Group: Members
Posts: 51
Joined: 19-May 12
Level 275 (Godslayer)


^I don't think so
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


45 Pages V « < 23 24 25 26 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 9th September 2025 - 07:39