I have all of Yanfly's Message Core and Extended Message plugins, in the right order, but can't figure out for the life of me how he did this in one of his tutorial videos. Any assistance? I’ve tried a variety of ways and different text codes but can’t get it. It seems that the plugins don’t support it. The code he used in the vid (which I paused and copied exactly) was \mp but that did nothing. Further, I would also like to know how he referenced the damage type. This would vastly improve the quality of my game imo instead of just plain help messages.
I tried posting a screenshot, but I kept receiving a server error. Here's the link to the video,
The fancy skill help window starts at 2:15.
Thanks in advance.
Fancy Help Message (Item, Skill Windows, etc)
● ARCHIVED · READ-ONLY
-
-
I'm not exactly sure what you're asking. Are you asking about the message that explains the Death skill and how it works?
If so, in the skill description, you have to write it out using various tags.
For example, it says, "Chance based on user's MP" etc.
You would need to write out,
Code:"Chance based on user's \I[X]\C[Y]MP."
X = The number of the Icon you wish to display.
Y = The number of the color you wish for the text to display.
Is this what you are asking about? -
I wish I could post the image. Basically that’s it only he seems to be using text codes of some sort that are shortcuts to displaying information along with the skill damage type (such as Magical). I’ll just long-hand it to achieve the same effect but I was trying to save time. Thanks.
-
@dragonx777 This is what you're looking for: http://yanfly.moe/2016/02/21/yep-73-message-macros-rpg-maker-mv/
-
Perfect. Thanks much. I’ll have to try this out after I get off of work. It will just be a matter of setting the macros.
-
Works great.
Solved.