Using skill to gain EXP

Status
Not open for further replies.

e463gx

Villager
Member
Joined
Sep 26, 2013
Messages
27
Reaction score
8
Primarily Uses
Looking for a plugin, or solution, to award EXP to an actor by using a skill. I've looked at skill mastery and the like, but i am looking for general experience for actual level up.

I can award the experience to a specified character, but need it to be based on the character that uses the skill.

Any help would be much appreciated!
 

41728280

Veteran
Veteran
Joined
May 31, 2020
Messages
239
Reaction score
72
First Language
Chinese
Primarily Uses
RMMV
Use script
Specific actor
$gameActors.actor(id).gainExp(n);
Actor selected in the menu
$gameParty.targetActor().gainExp(n);
 

estriole

Veteran
Veteran
Joined
Jun 27, 2012
Messages
1,316
Reaction score
537
First Language
indonesian
Looking for a plugin, or solution, to award EXP to an actor by using a skill. I've looked at skill mastery and the like, but i am looking for general experience for actual level up.

I can award the experience to a specified character, but need it to be based on the character that uses the skill.

Any help would be much appreciated!
maybe you can utilize the skill damage formula box.

before your actual damage formula add
Code:
a.gainExp(value of the exp you want here each time you use the skill);   <<< don't forget ; to separate with damage formula.
example:
Code:
a.gainExp(50);100 + a.mat * 2 - b.mdf * 2
it will give the skill user 50 exp each time the skill used... while still keeping the original formula too.

hope this help.
 

e463gx

Villager
Member
Joined
Sep 26, 2013
Messages
27
Reaction score
8
Primarily Uses
maybe you can utilize the skill damage formula box.

before your actual damage formula add
Code:
a.gainExp(value of the exp you want here each time you use the skill);   <<< don't forget ; to separate with damage formula.
example:
Code:
a.gainExp(50);100 + a.mat * 2 - b.mdf * 2
it will give the skill user 50 exp each time the skill used... while still keeping the original formula too.

hope this help.
Perfect! Exactly what I needed.

Thank you!
 

slimmmeiske2

Little Red Riding Hood
Global Mod
Joined
Sep 6, 2012
Messages
7,867
Reaction score
5,240
First Language
Dutch
Primarily Uses
RMXP

This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.

 
Status
Not open for further replies.

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.
Can someone recommend some fun story-heavy RPGs to me? Coming up with good gameplay is a nightmare! I was thinking of making some gameplay platforming-based, but that doesn't work well in RPG form*. I also was thinking of removing battles, but that would be too much like OneShot. I don't even know how to make good puzzles!
one bad plugin combo later and one of my followers is moonwalking off the screen on his own... I didn't even more yet on the new map lol.

Forum statistics

Threads
106,033
Messages
1,018,441
Members
137,820
Latest member
georg09byron
Top