MysteryMan23

Veteran
Veteran
Joined
Apr 2, 2012
Messages
121
Reaction score
34
First Language
English
Primarily Uses
RMMV
So, I was wondering, is the Enemy Encounter Aid plugin anywhere within the current or planned plugins? Or is it not needed for some reason? Because, I'd like to have symbol encounters in my game, and the Enemy Encounter Aid really helps with that.
 

wrigty12

Just a QAer playing with Javascript
Veteran
Joined
Jan 11, 2014
Messages
659
Reaction score
193
First Language
English
Primarily Uses
RMMZ
Enhancement Request for the OptionsCore:
In Options Categories > Options List > For each option, add a setting like "Skip" or similar, where if true, when you are actually in the Options Menu, Up/Down arrows skip that line during navigating the menu.

This would be very useful for skipping lines used as Titles or dividers, resulting in the only lines being selectable are Options you can actually edit.
 

WilsonE7

Veteran
Veteran
Joined
Oct 12, 2019
Messages
139
Reaction score
68
First Language
English
Primarily Uses
RMMZ
Hello again. Could I make another suggestion? This one's about the Party System: a Plugin Command to temporarily disable mid-battle party switching. Like, for a challenge where you go through a series of battles, but beforehand you can pick your formation and must use it throughout the battles. I can think of a workaround where you change your formation and then use a script call or something to remove all the reserve members, but this Plugin Command would make it simpler. Sorry if I'm not supposed to ask about plugins that aren't Cores here.
 

SolonWise

The Lonely Maker
Veteran
Joined
Nov 12, 2015
Messages
227
Reaction score
462
First Language
Portuguese
Primarily Uses
RMMV
Hello and thanks for these amazing plugins. Quick question here: How can I choose what database item will be used in the potion custom skill cost? I've created explosive potions in the item database and a skill with a potion cost in the skill database, but even without the item in my bag, I can still use the skill.
 

Knightmare

Knight of the Night
Veteran
Joined
Mar 14, 2012
Messages
1,263
Reaction score
326
First Language
English
Primarily Uses
RMMZ
Hello and thanks for these amazing plugins. Quick question here: How can I choose what database item will be used in the potion custom skill cost? I've created explosive potions in the item database and a skill with a potion cost in the skill database, but even without the item in my bag, I can still use the skill.

You'll need to edit in the SkillsStates Core in the 'Skill Cost Types' section. You can copy the 'Potion' information to see how it works and edit it to fit your item. You'll have comb through and edit some JS but it's pretty simple to follow.
 

RK DracoRoy

Fire Emblem RPG Gamer
Veteran
Joined
Jun 29, 2017
Messages
364
Reaction score
122
First Language
English
Primarily Uses
RMMV
I had earlier mentioned showing the enemy HP text on their visual gauges, showing the same exact text ("HP", HP amount) like on the battle status window but optional for those who want to see it as they fight or hidden from the gauge. I know a skill can be used to display the current amount if one is curious, but that can use up a turn considering an Instant Cast feature isn't here yet.
 

Alice0

Warper
Member
Joined
Apr 9, 2020
Messages
4
Reaction score
0
First Language
English
Primarily Uses
RMMZ
Can Quest Journal track multiple tasks?
If not, will you add it in the future? I hope to receive your reply.
Thank you.
 

Galahad

Veteran
Veteran
Joined
Oct 10, 2013
Messages
43
Reaction score
14
First Language
English
Primarily Uses
RMMZ
I posted this in the notetag thread (which might have been a mistake) so I'm reposting here. Sorry for the inconvenience.

I'm using the MessageCore plugin in conjunction with Galv's Message backgrounds and I was wondering if there was an existing way to change the Y offset of the text? I can see that the x and y offsets for the name box are modifiable, but I'm wondering if I can do the same for the normal text in the message window. I'm trying to modify the placement of the text so that it better fits the custom message background that I'm using.
 

Mister_Flats

Warper
Member
Joined
Sep 14, 2020
Messages
4
Reaction score
1
First Language
English
Primarily Uses
RMMZ
Would you consider bringing back the state counter feature from MV's Buffs & States core? The functionality was great for creating states that could act as resources. I used the Tips and Tricks for Combo Attack to create ammo states that weren't tied to items and resource states not unlike combo points.

I appreciate all that your team is doing and look forward to future releases.
 

SolonWise

The Lonely Maker
Veteran
Joined
Nov 12, 2015
Messages
227
Reaction score
462
First Language
Portuguese
Primarily Uses
RMMV
Hello people, I have another simple question: How do I change the battle text while using this plugin? When I miss an attack in battle, the word "miss" pops up, but I want to change it to my own language...
 

jkweath

Goes Fast
Veteran
Joined
Sep 21, 2016
Messages
451
Reaction score
654
First Language
English
Primarily Uses
RMMV
For the Enemy Levels plugin, are there any plans to add the ability to base enemies off of class stats like the "Enemy Base Parameters" Yanfly plugin? The current Visu plugin doesn't have this functionality as far as I can tell.
 

RK DracoRoy

Fire Emblem RPG Gamer
Veteran
Joined
Jun 29, 2017
Messages
364
Reaction score
122
First Language
English
Primarily Uses
RMMV
I would like to know if there will come the feature similar to YEP_ClassBaseParams. I'd like to keep a static 100 EXP requirement for each level.
 

Knightmare

Knight of the Night
Veteran
Joined
Mar 14, 2012
Messages
1,263
Reaction score
326
First Language
English
Primarily Uses
RMMZ
I would like to know if there will come the feature similar to YEP_ClassBaseParams. I'd like to keep a static 100 EXP requirement for each level.

It should be out eventually but if you want to do it now you can use this...


Yes, it says MV but it also works for MZ, I know this because I use it for my game.

Hello people, I have another simple question: How do I change the battle text while using this plugin? When I miss an attack in battle, the word "miss" pops up, but I want to change it to my own language...

You might have to mess with Game_Battler to do that.

Also your games look pretty cool, I downloaded them all and will start to play them tonight.
 

Alice0

Warper
Member
Joined
Apr 9, 2020
Messages
4
Reaction score
0
First Language
English
Primarily Uses
RMMZ
I hope Quest Journal can achieve this effect, as shown in the picture, please.

Thank you very much!
任务插件.jpg
 

BloodletterQ

Chaotic Neutral Assassin
Veteran
Joined
Aug 15, 2012
Messages
1,598
Reaction score
1,232
First Language
English
Primarily Uses
N/A
@SolonWise I did what you asked for:
  1. Go RMMZ_Sprites.js
  2. Search for "Sprite_Damage.prototype.createMiss = function() {"
  3. Edit the "Miss" in "sprite.bitmap.drawText("Miss!", 0, 0, w, h, "center");"
As an aside, you may want to copy that entire segment of code into a separate plugin in case of future updates to the core plugins removing that code. You may get an error stating that it's not compatible when you add it in the software itself, but that doesn't mean anything.

With that said, why do I keep getting Level NaN for my enemies with the Enemy Levels? They won't even have turns...
 

SolonWise

The Lonely Maker
Veteran
Joined
Nov 12, 2015
Messages
227
Reaction score
462
First Language
Portuguese
Primarily Uses
RMMV
@BloodletterQ Thanks a lot, my friend! I'm not in my home right now, but once I get there I'll try to make this work.
 

Pasteleptic

Costan's Sin
Veteran
Joined
Oct 4, 2014
Messages
47
Reaction score
73
First Language
English
Primarily Uses
RMMZ
Hello everyone, hope you're having a wonderful week so far! I'm curious about something, is it possible to make your title screen like this using VisuMZ plugins?

Mainly just looking for a way to overlay a looping particle effect video with indented commands that aren't in the center (as shown in the video).
 

Latest Threads

Latest Posts

Latest Profile Posts

woootbm wrote on TheAM-Dol's profile.
On your last stream you were talking about dev's who remake or remaster the same game rather than moving on. Does this happen a lot? Me and Tony were thinking of covering a game that did this. We're baffled by the idea and wanted to investigate the game.
...Damn it has been a hot minute since I was here. How y'all doing, how's life been?
Figured I would make some edits of the enemy art pack I use (Made by SeraphCircle) and I regret my decision xD

Wendigo.png
Posted a couple more DEMO videos based on my current experiments. A longer one for my turn-based movement experiments and a super short one for the very early experiments with turn order display and turn indicator. I will post links below for anyone interested in seeing the not very pretty experiments. Progresses!
Since cats love to walk across keyboards...what would an entire RPG where all the text was written by a cat walking across the keyboard look like? Prepare for the adventures of the hero aaaaaaaaasddfghyuyhju878uiop;'[p0ol,m

Forum statistics

Threads
129,740
Messages
1,204,753
Members
170,827
Latest member
YRR
Top