RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Some things that I cant figure out..

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 55
Infected with the sickness.
Heya!

Maker Im using: RPGVXA.

Well there are some things that I keep thinking about, and I really dont know how to solve.
First off Im wondering if there is a way to customize the menu screen without using a script? Or can I customize the menu in the already added script that comes with the RPG maker? I want to be able to add elemental resistance with icons of each element, and how much % of resist the character is currently having. I would also like to add something that can display how much status that is given from items (+ crit chance, etc. etc)

Im not sure if this is possible without the use of a specific script, thats why Im not sure if this should be posted in the script section or not.

And the other thing; Is it possible to create skills that will be "locked" after use, and stay locked until the battle ends? I want to add really powerful skills that can only be used once every fight, and even some that can only be used once every x turns.. I want to do this so that the player cant take too much of advantage of the more powerful skills in my game. I have looked around in the skills menu but cant find anything.

Im also really blown away by the damage formulas, I cant make any skills without using formulas from the default skills in the skill tab.. Im afraid I might scale the damage too much and make way too powerful attacks at higher levels. Whats the easiest way to learn the damage formulas, and how they scale?

Would really appreciate it, if someone could answer!

Take care!





« Last Edit: November 28, 2012, 07:38:44 PM by Dizturb3d »
Can you feel that?..

                                    My Current Project:


I support:


Fade

***
Rep:
Level 77
RMRK Junior
1. You'll need a script, but I'm not sure where you'll find one that does this.
2. This should do the trick
3. Look at the default skills and quick formulas. It's the same as previous makers if you do it that way. Also, don't be afraid to experiment, for example:
Code: [Select]
b.hp - b.atk - b.def + 1
or something