Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hotbar Creator - RPG Maker MV/MZ plugin

Easily create hotbars and game UI on screen, a tool for every project · By Sang Hendrix

[SOLVED] This is a very important feature

A topic by chi816088 created 32 days ago Views: 192 Replies: 20
Viewing posts 1 to 15

Can this plugin check whether each slot is in cooling state?

Developer

Yes, you can use conditional branch 

isSlotOnCooldown('slot name')

I found that using any of the following conditions did not have any effect

if(isSlotOnCooldown('slot name') == 0) or if(isSlotOnCooldown('slot name') == true)

Developer

You just need to write this in Conditional Branch: 

isSlotOnCooldown('your slot name')

(1 edit)

Are you sure this conditional is effective? I tested it and it didn't respond at all. The return value of "isSlotOnCooldown('Slot Q')" didn't change.I am using the MV version

Developer

I used to use it in early versions but starting from version X (I don't remember the numbers), I removed all conditional branches including slotOnCooldown to reduce the complexity of the plugin further. Then, when people asked to put them back, I put them back but didn't test them again. I'll test it again now and will tell you the result later. Don't forget to join the Discord and send a message there so I can tag you when the result is ready.

(+1)

Looking forward to your update!!

Developer

Hi hi, the update is ready, please update and see if isSlotOnCooldown works.

https://sanghendrix.itch.io/hotbar-creator-rpg-maker-mv-mz-plugin/devlog/946954/...

Thank you! I found that this command "SetToSlot [slotName]" seems to be invalid for skill commands, can you fix it?

Developer

Yeah I'll fix those. Are you using for MV? Also can you tell me what case scenario you're using it for?

Yes, I am using the MV version. I bind the plugin command directly to the hotkey without selecting through the slot. Because it is used with other plugins, I need to write it in other events.

Also, can it turn off or hide the functionality of the slot options? Because I only need to use the plugin commands.

Developer

That's... complicated. I'll just fix the commands for MV for now.

I would like to ask another question: Can the alignment line when moving the hotkeys in this plug-in be turned off? This alignment line keeps appearing and it bothers me.

Developer

You mean drag and drop guideline? Just turn drag drop mode off.

(1 edit)

How to close it?It looks like "SnapIndicatorManager.show" is showing the line but I don't know if there is a way to turn it off.

Developer

You press the same button you used to enable drag and drop mode. In drag and drop mode, guideline can't be toggled off, for now.

Is it possible to hide the text of buttons individually? I am making a multiplayer UI with two extra followers. If possible, make a plugin command or script command that allows me to hide the button text individually.

Developer (1 edit)

Unfortunately, I'll only make adjustments or add new features that benefit majority of people. I don't adjust my plugin to a particular project anymore due to it overcomplicating the plugin, which make it harder to maintain in the long run. For now, I'll only fix conditional branches for MV.

(+1)

Ok that's fine, then just fix the functionality of the "SetToSlot [slotName]" plugin command and it will be OK, thank you very much.

Developer

Hello, please update to ver 1.4.3, it should work now.