Synchromystic

Make RPG's Great Again
Regular
Joined
Mar 22, 2018
Messages
74
Reaction score
23
First Language
English
Primarily Uses
RMMZ
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.
 

Archeia

Level 99 Demi-fiend
Staff member
Developer
Joined
Mar 1, 2012
Messages
15,718
Reaction score
16,528
First Language
Filipino
Primarily Uses
RMMZ
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:


1622864985308.png
 

Synchromystic

Make RPG's Great Again
Regular
Joined
Mar 22, 2018
Messages
74
Reaction score
23
First Language
English
Primarily Uses
RMMZ
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...
 

Synchromystic

Make RPG's Great Again
Regular
Joined
Mar 22, 2018
Messages
74
Reaction score
23
First Language
English
Primarily Uses
RMMZ
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?
 

Synchromystic

Make RPG's Great Again
Regular
Joined
Mar 22, 2018
Messages
74
Reaction score
23
First Language
English
Primarily Uses
RMMZ
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...
 

WilsonE7

Regular
Regular
Joined
Oct 12, 2019
Messages
142
Reaction score
67
First Language
English
Primarily Uses
RMMZ
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.
 

Trihan

Speedy Scripter
Regular
Joined
Apr 12, 2012
Messages
6,881
Reaction score
7,969
First Language
English
Primarily Uses
RMMZ
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?
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.
 

DarkFenix

Regular
Regular
Joined
Dec 3, 2018
Messages
82
Reaction score
21
First Language
Portuguese
Primarily Uses
RMMZ
Do you intend to create Tips and Tricks for MZ in the future too? :LZSexcite:
 

chocopanda

Regular
Regular
Joined
Sep 24, 2017
Messages
48
Reaction score
21
First Language
English
Primarily Uses
RMMV
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
 

Attachments

  • 113.png
    113.png
    142.5 KB · Views: 34
  • 112.png
    112.png
    1.5 MB · Views: 35
  • 111.png
    111.png
    1.7 MB · Views: 34

TimothyMV

Regular
Regular
Joined
Sep 10, 2019
Messages
54
Reaction score
7
First Language
English
Primarily Uses
RMMV
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?
 

Overland_Cat

Villager
Member
Joined
Dec 13, 2019
Messages
12
Reaction score
3
First Language
English
Primarily Uses
RMMV
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?
 

WilsonE7

Regular
Regular
Joined
Oct 12, 2019
Messages
142
Reaction score
67
First Language
English
Primarily Uses
RMMZ
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?
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"?

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.
 

TimothyMV

Regular
Regular
Joined
Sep 10, 2019
Messages
54
Reaction score
7
First Language
English
Primarily Uses
RMMV
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"?
Yes, I'm trying to do something like, Wood turns into 5 coals.
Also where is the notebook?
 

WilsonE7

Regular
Regular
Joined
Oct 12, 2019
Messages
142
Reaction score
67
First Language
English
Primarily Uses
RMMZ
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.
 

TimothyMV

Regular
Regular
Joined
Sep 10, 2019
Messages
54
Reaction score
7
First Language
English
Primarily Uses
RMMV
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.
Sorry about that whole thing. I didn't use the $dataItems[itemId] database code earlier today.
 

WilsonE7

Regular
Regular
Joined
Oct 12, 2019
Messages
142
Reaction score
67
First Language
English
Primarily Uses
RMMZ
Sorry about that whole thing. I didn't use the $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 put gameParty.gainItem(dataItems[itemID]) in the JS notetag?
 

TimothyMV

Regular
Regular
Joined
Sep 10, 2019
Messages
54
Reaction score
7
First Language
English
Primarily Uses
RMMV
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?
Yes.
<JS Crafting Effect> $gameParty.gainItem($dataItems[78], 4); </JS Crafting Effect>
 

Pammercakes

Spacedust
Regular
Joined
Apr 16, 2018
Messages
44
Reaction score
42
First Language
English
Primarily Uses
RMMZ
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?
Only the 10 in the sample project are free.

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.
 

Mirai Ko

Regular
Regular
Joined
Oct 16, 2012
Messages
67
Reaction score
16
First Language
English
I was wondering, are there any functions similar to those of the Selection Control Plugin for MV?
 

Latest Threads

Latest Profile Posts

My boss asked I bring my laptop to work so he could see my game. I show my coworkers, show them some database stuff, and then my boss asks "so can I fight this final boss you've talked about a lot?" :kaojoy:
Finally started working on my first game, let's see where this gets me :)
Gonna repost this since it's currently tied 1-1! We've seen Strength with our adventurers and Charisma with our merchants, so which DnD stat would you like to see in the next NPC for my advent calendar: Constitution or Wisdom?

And a bonus game: if you can guess what type of character each stat will represent, I’ll make your suggested sprite for Christmas! First person to get it wins, so make your guess!
Steam is going to be forcing me to update my desktop OS for Mac. It's a good thing that my laptop is Windows otherwise some of my work and a lot of game save files for 32-bit games would become unusable for a while.
Last day in Florida and then we head home. It was a fun, relaxing trip with just the wifey poo. Still managed to make some progress on my Game Jam project though.

Forum statistics

Threads
136,847
Messages
1,270,706
Members
180,613
Latest member
mememan
Top