Another Problem I'm having::
I'm using this script
var party = $gameParty.battleMembers().filter(function(member) { return member.isAlive() });
party.forEach(function(member) {
var action = new Game_Action(member, true)
action.setSkill(skillId)
return action.apply(member) })...
Thank You!
This worked!
dmg = (a.atk + a.mat) - b.mdf; a.gainHp(Math.ceil(dmg / 9)); dmg;
Returned 20 damage, 3 healing
aghh im so happy.
A side question, is there a way to define a variable using damage? Like var= (a.atk + a.mat) ?
Using RMMV, No Plugins, Vanilla AF.
So I'm trying to write a formula that returns healing to (a) after dealing damage to (b) , the healing is mathed based on the damage inflicted. (Essentially a life-steal, but.. not)
Something like this, correct me please:
Type: HP Damage
((a.atk + a.mat)...
Oof, Well I guess I'll bench this idea, this is my first project and I'm trying to keep it Vanilla. No plugins, No excess stuff, simply what RMMV gives. As silly as it may sound.
Thats why I'm not using plugins. I have an alternative but I thought the buff idea woulda been cool.
but all that...
Alright, So I am officially stuck for today. I am still looking for help
I have the window drawn , icon is showing up, the variable is showing up. They are where I want them.
The problems: Variable isnt counting. Its meant to count from 85 down to 0, with each step, then the window closes...
Current Update, This is how far i've made it troubleshooting it myself:
This draws the window as intended, but the Icon + Step variable doesnt actually show...
This is my counter math that works as intended, but I'm trying to call the variable in above basically from this:
Another thing is...
This is what I currently have.. but im lost.
This function returns and looks like this:
This thread is going to turn into a; watch as I slowly fix this myself, kinda problem I've figured the box out, Now to draw an icon and draw text correctly in the box.
I'm looking to create or show buffs/debuffs - on Map Screen Only.
This would only pertain to the main character/leader of party.
I Do Not Use plugins for this game! ***
Something similar to what World of Warcraft does.
If I get poisoned in a battle, afterwards it shows I'm 'poisoned' for : 100...
Since I started in this world of make games, It's hard for me to enjoy playing a game. It's like, coding and make it work, sounds like I'm playing and have fun
Not sure if it's true (and I won't judge or blame anyone if it is, really), but I heard from confident sources that you guys (and girls) really really like to
How is this new year for everyone? Hope you are well. Still deep in Covid in the US. Its like a vampire and refuses to die with even more strains. I need some holy water to kill it with.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.