Then my next question might sound a bit stupid or lazy, but how exactly do we use it? Is that a feature in the BattleCore plugin, or is it in some other plugin? I tried searching in multiple places but didn't seem to find any relevant parameters... All I really found were threads where other people asked the same question and never got any response.
VisuStella Sample Project & MZ Core Plugins
● ARCHIVED · READ-ONLY
-
-
Then my next question might sound a bit stupid or lazy, but how exactly do we use it? Is that a feature in the BattleCore plugin, or is it in some other plugin? I tried searching in multiple places but didn't seem to find any relevant parameters... All I really found were threads where other people asked the same question and never got any response.
I quickly googled "Visustella Breathing" and this appeared immediately:
Visual State Effects VisuStella MZ - Yanfly.moe Wiki [embedded media]
-
Ah, I never put Visustella in the search terms -- I was trying "RPG Maker MZ breathing" and variations of that, and it somehow never came up anywhere. That's not the plugin I expected it to be in either, since I imagine most people would use it as a more or less permanent effect, as opposed to a "state" which is usually temporary. But thanks for helping me out!
I'll pass this on to those other threads where other people asked the same question and never got a response... -
I quickly googled "Visustella Breathing" and this appeared immediately:
Visual State Effects VisuStella MZ - Yanfly.moe Wiki
View attachment 191332
I didn't even know they had a twitter. -
Just now getting around to trying it, and it doesn't seem to be working for me... I noticed that the section about the relevant note tags on the Visustella wiki isn't even mentioned in the plugin's own help section... Floating states and other effects are discussed, but breathing is completely absent. Very possible that I'm doing something wrong -- can anyone confirm that it actually works?
-
Disregard that last post -- realized I had to download a newer version of the plugin! And for my own future reference, is it possible to delete posts here? I'm not seeing an option to do so...
-
You could've edited the last post to say this to avoid double-posting. That way you could "delete" it and replace it with the new post. No big deal, just something you can do in the future.Disregard that last post -- realized I had to download a newer version of the plugin! And for my own future reference, is it possible to delete posts here? I'm not seeing an option to do so...
-
It works fine for me, and the Visual Breathing Effect tag *is* in the help section of the plugin, so I'm assuming you don't have version 1.11 if you're not seeing it there.Just now getting around to trying it, and it doesn't seem to be working for me... I noticed that the section about the relevant note tags on the Visustella wiki isn't even mentioned in the plugin's own help section... Floating states and other effects are discussed, but breathing is completely absent. Very possible that I'm doing something wrong -- can anyone confirm that it actually works?
-
Do you intend to create Tips and Tricks for MZ in the future too? :LZSexcite:
-
Hi, any can help?
I can't seem to make the window "DIM" in Status Menu and Options as it always uses window type. I already checked on all the options but can't seem to find it. The Core Engine has an option but when you used an updated layout for statuselement core, it returns to window mode. The options core doesn't have an option to dim the window as well.
PS: I'm not using any other plugin that affects these two.
I can dim the other windows, just these two I am having problems -
I need help.
why does
<JS Crafting Effect> gameParty.gainItem(78, 4, includeEquip); </JS Crafting Effect>
not work at all in VisuStella MZ Item Crafting System? -
I don't find the plugins free for me to download. Are they really free, or should I just buy the plugin waves first, or should I wait for them to be available?
-
So, what you're trying to to is: when you craft the item this notetag is attached to, it also gives you another item? Is that how you want it to work? I've never used this plugin myself, but as for the code, if you're gaining an item, why do you need "include equipment"?I need help.
why does
<JS Crafting Effect> gameParty.gainItem(78, 4, includeEquip); </JS Crafting Effect>
not work at all in VisuStella MZ Item Crafting System?
Try the following:
Make sure the notetag is in the notebook of the item you want to craft.
Try removing "includeEquip", as I can't see a purpose behind that. (I might be wrong there?)
That's all I can suggest. Hope it helps. -
Yes, I'm trying to do something like, Wood turns into 5 coals.So, what you're trying to to is: when you craft the item this notetag is attached to, it also gives you another item? Is that how you want it to work? I've never used this plugin myself, but as for the code, if you're gaining an item, why do you need "include equipment"?
Also where is the notebook? -
I meant the white box that says Note in the bottom-right when you're editing items in the Database. Not "notebook". Note box. Sorry, made it one word, lol.Also where is the notebook?
-
Sorry about that whole thing. I didn't use theI meant the white box that says Note in the bottom-right when you're editing items in the Database. Not "notebook". Note box. Sorry, made it one word, lol.
$dataItems[itemId]database code earlier today. -
So, for everyone else's reference, what's the full code that actually worked? In case others have the same question. Do you putSorry about that whole thing. I didn't use the
$dataItems[itemId]database code earlier today.gameParty.gainItem(dataItems[itemID])in the JS notetag? -
Yes.So, for everyone else's reference, what's the full code that actually worked? In case others have the same question. Do you put
gameParty.gainItem(dataItems[itemID])in the JS notetag?
<JS Crafting Effect> $gameParty.gainItem($dataItems[78], 4); </JS Crafting Effect> -
Only the 10 in the sample project are free.I don't find the plugins free for me to download. Are they really free, or should I just buy the plugin waves first, or should I wait for them to be available?
Just follow the link in the 1st post. Click the download button and when is asks for a price just select the "No thanks, just take me to the downloads" option, then you can download it for free.
It's an entire sample project so the plugins will be located in the "plugins" folder in the project folder. Just copy+paste them into your own project. -
I was wondering, are there any functions similar to those of the Selection Control Plugin for MV?