Proximity Sensor (RMMZ)
RPG Maker Forums
by reflector88
3M ago
Proximity Sensor 1.0 (MZ) reflector88​ What is it? This MZ plugin adds a "Proximity Sensor" plugin command that turns on a switch/self-switch when an event is near the player. Can also calculate line of sight. I made this as an MZ equivalent to Vlue's Proximity Detection script for VXAce. What is this for? Puzzles, stealth sequences, or games with roaming enemies. Can also be used for aggro and hit detection in an ABS... Read more ..read more
Visit website
Fetching Enemy Parameters by Database ID
RPG Maker Forums
by Daemoshiin
3M ago
Simple code here, trying to set a variable to an enemy's attack (or any) stat, outside of battle. At the moment it looks a bit like: BEL = $dataEnemies[28].params0; $gameVariables.setValue(111, BEL) I can get .id and .name to work, but trying to get any of .params doesn't appear to do anything, it always results in 0. I initially tried doing this with the EliMZ Custom Parameters plugin (using new parameters) but the functions in that wouldn't work for me either, so a solution... Read more ..read more
Visit website
YEP Item Durability syntax for repairing equipment types?
RPG Maker Forums
by fladdles
3M ago
After lots of headache with figuring out how to repair equipment to a variable, changing around how I handle it via common events, I finally figured out that I could've just put Code: <Custom Repair Effect> item.durability += $gameVariables.value(32); </Custom Repair Effect> in the repair item's notetags. Waaaay easier than conditional branches checking the variable in an event. Only problem with that code is that it can repair items waaay past their max durability. So, I need help making... Read more ..read more
Visit website
Yanfly Durability Repair w/ Variables?
RPG Maker Forums
by WillowWren
3M ago
Unfortunately, although I have a little familiarity with code, I don't really understand how the plugins work in detail, so I'm not sure what I can and can't input. I think with Yanfly's Lunatic Mode at least I should be able to do this, but I'm not sure about the syntax. So, I like Yanfly's repair system a lot, but I'd like to be able to affect the repair value with a variable. (Using Yanfly's ActorVariables, the variable is a new parameter==repair skill.) The basic notetag is <Repair... Read more ..read more
Visit website
Bonus Point Roulette Level Up System
RPG Maker Forums
by EleenTyasi
3M ago
So! Let's take the level up system from the Mario And Luigi RPG's. I essentially want to give the players the chance to increase their character's stats by just a roulette. Like, for example: Main Character levels up. It lists out the main character's attributes, and gives a free increase to all stats. Then, you pick a stat to use the BPR on. It randomly gives a number 0-5, and then adds to that parameter ..read more
Visit website
AltMenuScreen3 and adding extra menu options?
RPG Maker Forums
by RangarlAmami
3M ago
Hello! I've been browsing through here for a while but just now made an account to ask: I've removed the Formation option (no more than 4 party members at a time) but wish to add a new tab for an Encyclopedia option. I know for sure that this was done a few years back in a different thread, but I am also curious about what to do to accomplish this same effect w/ a little more help on the specifics of what you did bc I suck at coding... Read more ..read more
Visit website
Recolored Dogs+faces for rpg maker mz
RPG Maker Forums
by rori
3M ago
Hello, This is my secind recolored characters.... I used GIMP for it.... Don´t have to give me credit beacause it´s recolored.... but please don´t say it yours... I think it turned out really cool... like zombies... Enjoy ..read more
Visit website
RPG MAKER MZ Plugin: Restrictor
RPG Maker Forums
by Undermax
3M ago
The "Restrictor" plugin provides the ability to control and customize access to various game menu aspects. Developers can restrict access to menu options, set up customized restriction messages, and configure automatic switches that alter the game flow based on specific player actions. Additionally, it allows for individual restrictions on items, skills, and equipment. The DEMO version offers basic functionalities, while the FULL version unlocks all advanced capabilities of... Read more ..read more
Visit website
TypeError: Cannot read property 'clamp' of undefined
RPG Maker Forums
by vjhhybuj
3M ago
TypeError: Cannot read property 'clamp' of undefined at Window_TitleCommand.set (rmmz_core.js:3724) at Window_TitleCommand.Window_Base.updateBackOpacity (rmmz_windows.js:77) at Window_TitleCommand.Window_Base.initialize (rmmz_windows.js:23) at Window_TitleCommand.Window_Scrollable.initialize (rmmz_windows.js:593) at Window_TitleCommand.Window_Selectable.initialize (rmmz_windows.js:839) at Window_TitleCommand.Window_Command.initialize (rmmz_windows.js:1450) at... Read more ..read more
Visit website
If script for actor check
RPG Maker Forums
by le_username_404
3M ago
Hi, So, my problem is that this is an event linked to a spell, and i want variables to change depending on the target of the spell but all the IFs are taken into account when i do the spell in question. It must be a script problem, i'm not very good at it still ..read more
Visit website

Follow RPG Maker Forums on FeedSpot

Continue with Google
Continue with Apple
OR