Welcome Guest ( Log In | Register )

45 Pages V « < 4 5 6 7 8 > »   
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 1 2018, 07:21
Post #101
plam412



Newcomer
**
Group: Members
Posts: 55
Joined: 8-January 13
Level 281 (Godslayer)


I am having some troubles with the script. I also have some questions

For some battles the both quickbars (the script's and regular quickbar] disapear along with all my access to items (items are fine afterward just inaccessable during battles.). It is especially worse when I try to access the item world for one of my katanas

I am also using HVtoolBox 1.0.4


As for questions. Are the shortcut hover key toggleable if they are can I have a little square on top saying which hover key toggled on? [for example wizard hover toggled on or Warrior is toggled on]
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 1 2018, 08:24
Post #102
Noni



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


QUOTE(plam412 @ May 1 2018, 07:21) *

I am having some troubles with the script. I also have some questions

For some battles the both quickbars (the script's and regular quickbar] disapear along with all my access to items (items are fine afterward just inaccessable during battles.). It is especially worse when I try to access the item world for one of my katanas

I am also using HVtoolBox 1.0.4
As for questions. Are the shortcut hover key toggleable if they are can I have a little square on top saying which hover key toggled on? [for example wizard hover toggled on or Warrior is toggled on]


wizzard hover toggle or warrior toggle? That sounds like a special setting, that you didn't find on this forum. If you just install the version in the first post of this thread, and keep the settings simple, you won't get such problems, all bars will be visible.

If you do want to switch from wizzard to warrior, just make 2 separate scripts and just toggle the right one in tampermonkey.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 1 2018, 10:33
Post #103
plam412



Newcomer
**
Group: Members
Posts: 55
Joined: 8-January 13
Level 281 (Godslayer)


QUOTE(DJNoni @ May 1 2018, 02:24) *

wizzard hover toggle or warrior toggle? That sounds like a special setting, that you didn't find on this forum. If you just install the version in the first post of this thread, and keep the settings simple, you won't get such problems, all bars will be visible.

If you do want to switch from wizzard to warrior, just make 2 separate scripts and just toggle the right one in tampermonkey.



Turns out The disappeared items settings is a false alarm. If forgot I have the separate ability and items settings on.

Also is it possible to make more rows of quickbars?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 2 2018, 02:47
Post #104
sickentide



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


QUOTE(plam412 @ May 1 2018, 07:21) *

As for questions. Are the shortcut hover key toggleable if they are can I have a little square on top saying which hover key toggled on? [for example wizard hover toggled on or Warrior is toggled on]

switchable profiles are on the roadmap. for now i recommend doing as DJNoni suggested

QUOTE(plam412 @ May 1 2018, 10:33) *

Also is it possible to make more rows of quickbars?

keep adding elements and blanks and they will create additional rows automatically
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 11 2018, 00:03
Post #105
pureyang



Regular Poster
******
Group: Gold Star Club
Posts: 765
Joined: 6-June 12
Level 490 (Dovahkiin)


Thanks for this great script.

On v1.2.3.5 I noticed a few minor issues:

1. If an item can be used to optimal effect it will blink and have a different colored background.
You can disable the blink via this option
usableBlink = false, // mana and spirit gems and potions on the quickbar blink when usable to their full effect
However, for the background color there is no direct disable option, instead there is a segment under colors option that says
'usable': 'mediumspringgreen', // set to false to disable

The issue is that setting it to false doesn't disable it, it just changes the color used by the script. The script will still change the color from HV default, but now to the color of the background instead of the script's default of lime green. So when setting color to false it looks like this
(IMG:[i.imgur.com] https://i.imgur.com/bfcRaFk.png)

2. There is an option:
raiseGem = false, // raise gem icon above quickbar
when set to true the gem is raised above the quick action bar, and the gem slot is instead automatically used to link to a recommended potion. Typically a mana potion or spirit potion. However, potions are less credit efficient than draughts as of latest update. It would be great if there was an option for what to use that slot for in case raiseGem is set to true. So you can set it to show nothing, or set it to prefer draughts, or set it to prefer potions. (depending on play style. I actually used mana potions and spirit draughts until I noticed I can disable the pausing an expiring mana draught is causing.)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 11 2018, 14:07
Post #106
sickentide



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


QUOTE(mrttao @ May 11 2018, 00:03) *

1. The issue is that setting it to false doesn't disable it, it just changes the color used by the script.

make sure to set it to false without the quotes and not to 'false'

QUOTE(mrttao @ May 11 2018, 00:03) *

2. when set to true the gem is raised above the quick action bar, and the gem slot is instead automatically used to link to a recommended potion.

raiseGem will put the next item in the list in the gem's former place, so put whatever you want there after the 1 in quickbarExtend or insert a 0 to leave that spot blank

This post has been edited by sickentide: May 11 2018, 14:08
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 13 2018, 12:26
Post #107
pureyang



Regular Poster
******
Group: Gold Star Club
Posts: 765
Joined: 6-June 12
Level 490 (Dovahkiin)


QUOTE(sickentide @ May 11 2018, 06:07) *

make sure to set it to false without the quotes and not to 'false'
raiseGem will put the next item in the list in the gem's former place, so put whatever you want there after the 1 in quickbarExtend or insert a 0 to leave that spot blank

Thank you for clarifying.

This post has been edited by mrttao: May 13 2018, 12:26
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 17 2018, 04:29
Post #108
sickentide



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


QUOTE(plam412 @ Apr 26 2018, 07:44) *

Is it possible to mod the Monsterbation script to make to make it game controller friendly.

done, and there's damage and usage logging now too. thanks to these new features, the code now contains the lovely phrase "taken.shit++"

the hit counter counts each monster hit while the usage counter counts each use once only, so don't expect the numbers to add up. counters add to the hit counter while strikes, explosions, spike shields and dot effects do not

direct and shielded damage are counted separately in the physical/magical breakdown and combined in the total. if you need to process the data in a different way or do some fancy maths, there is an option to dump the logs to the console in machine-readable form
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 17 2018, 04:31
Post #109
igs88



Si vis bellum para pacem
*******
Group: Gold Star Club
Posts: 2,442
Joined: 1-October 17
Level 487 (Godslayer)


Nice..
Great update..
1st download (IMG:[invalid] style_emoticons/default/tongue.gif)

Thank you very much..

Edit :
I like this... (IMG:[invalid] style_emoticons/default/biggrin.gif)

Attached Image

This post has been edited by igs88: May 17 2018, 06:15
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 17 2018, 14:17
Post #110
yami_zetsu



not happy yet but almost maybe
********
Group: Gold Star Club
Posts: 2,688
Joined: 25-February 13
Level 500 (Ponyslayer)


I love the damage tracker! I can see now I get tons of crushing damage coming my way (IMG:[invalid] style_emoticons/default/sad.gif) I should upgrade a bit my equipment in that regard; others will see their weak points as well, nicely done man
Now, a bit of a petition of mine...
have you seen the left UI script? sadly I can't find the script for you to examine it further, it was an old script that stopped working once the 0.86 version came out, all I have is a comment with screenshot of mine from almost a year ago, it rearranged the position of the item and monster boxes to the left, reducing the space needed in the screen for playing, so you could watch videos on 3/4ths to the left side of the screen while having a separate window with HV on the remaining 1/4th to the right
I was wondering if you could implement something like that into monsterbation's next update
.
.
.
I might have the script somewhere maybe, I'll look for it

I think it was this one
Attached File  left_UI.txt ( 12.18k ) Number of downloads: 65



This post has been edited by yami_zetsu: May 17 2018, 14:29
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 17 2018, 19:56
Post #111
Noni



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


I would like to requrest as few additional features as possible. Can we keep the script fast, and not too complicated for non-English speakers?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 17 2018, 20:09
Post #112
worldendDominator2



Casual Poster
***
Group: Members
Posts: 107
Joined: 17-October 13
Level 377 (Godslayer)


I just installed the script and I'm a bit confused.
I don't need healing on hoverAltAction because I'm used to Alt-number hotkeys, so I set it to Nothing (I tried false too). However, pressing Alt still casts Cure if it's available.
Also, pressing W (trying to open the skill page) seems to use a draught and I can't find any way to disable it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 17 2018, 20:11
Post #113
quitetanky




****
Group: Members
Posts: 390
Joined: 19-March 17
Level 446 (Godslayer)


QUOTE(worldendDominator2 @ May 17 2018, 21:09) *

I just installed the script and I'm a bit confused.
I don't need healing on hoverAltAction because I'm used to Alt-number hotkeys, so I set it to Nothing (I tried false too). However, pressing Alt still casts Cure if it's available.
Also, pressing W (trying to open the skill page) seems to use a draught and I can't find any way to disable it.

Remove/comment out lines 252 & 257
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 17 2018, 20:14
Post #114
sickentide



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


QUOTE(yami_zetsu @ May 17 2018, 14:17) *

I was wondering if you could implement something like that into monsterbation's next update

this is an interesting idea and i have to consider how to best realise it. when i want to watch something while playing, i set the player to "always on top" and place it over the log, so my question would be: is it better to move everything over to one side or to spread it along two edges and leave a large rectangle in the middle?

QUOTE(DJNoni @ May 17 2018, 19:56) *

I would like to requrest as few additional features as possible. Can we keep the script fast, and not too complicated for non-English speakers?

it's still fast if you turn off all the features you don't need, and the condensed view in particular would only add a bunch of css when the script loads, so the performance impact would be minimal even if you enable it. i think the best way to solve this is when the configuration interface comes around to offer an advanced mode and a simple mode that leaves the advanced features hidden and set to sane values
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2018, 01:12
Post #115
yami_zetsu



not happy yet but almost maybe
********
Group: Gold Star Club
Posts: 2,688
Joined: 25-February 13
Level 500 (Ponyslayer)


QUOTE(sickentide @ May 17 2018, 13:14) *

this is an interesting idea and i have to consider how to best realise it. when i want to watch something while playing, i set the player to "always on top" and place it over the log

Well since I play on firefox and like to watch youtube videos meanwhile I can't just make one of the windows "always on top" this is my how I usually play
Attached Image
the battle log takes too much of the screen, if I reduce the size of HV then I can't play/see well, when left UI was usable I only left the monster boxes on screen
QUOTE(sickentide @ May 17 2018, 13:14) *
so my question would be: is it better to move everything over to one side or to spread it along two edges and leave a large rectangle in the middle?

You could make a poll about how people play and how they'd like the arrangement of the boxes, I already stated my preferences. Maybe many play like me, maybe not.
btw, thanks for taking my suggestion into consideration!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 18 2018, 03:37
Post #116
sickentide



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


i take it you're using windows or somesuch? in ubuntu you can set any window to appear on top, including a browser displaying youtube. if windows can't do that i'll have to work around it
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 24 2018, 22:58
Post #117
LogJammin



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


I have a few suggestions for the new damage tracking thing.

A counter for each spell/item/skill used
Average damage per spell/skill/attack
Average turns per round, and average number times each spell/skill/item is used per round
Effective evade/accuracy/resist etc as a percentage

These would be a big help in optimizing builds
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 26 2018, 14:31
Post #118
sickentide



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


QUOTE(LogJammin @ May 24 2018, 22:58) *

A counter for each spell/item/skill used
Average damage per spell/skill/attack
Average turns per round, and average number times each spell/skill/item is used per round
Effective evade/accuracy/resist etc as a percentage

first one is already there in form of the usage counter. averages i don't know how i feel about, since they are just a different representation of the data that's already there, but i'll consider it. evade/miss/resist for non-damaging spells i can see me adding in the future
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 26 2018, 19:46
Post #119
Violentin



Newcomer
**
Group: Members
Posts: 52
Joined: 5-July 11
Level 195 (Destined)


How to disable all types of hovering entirely?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 26 2018, 20:42
Post #120
sickentide



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


QUOTE(Violentin @ May 26 2018, 19:46) *

How to disable all types of hovering entirely?

set hoverAction = false, and remove all bindings containing HoverAction
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


45 Pages V « < 4 5 6 7 8 > » 
Reply to this topicStart new topic
8 User(s) are reading this topic (8 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 26th May 2025 - 03:58