Hello. My name is DK. I'm russian programmer and i want to share you my plugins.
One of them - Actors EXP.
It allows you to customize the experience for each class separately or for all classes at once.
Instruction:
Open js plugin file and customize ACTORS_EXP variable.
class_id = 0 for all classes
ACTORS_EXP[class_id] = {
level: exp,
level: exp,
}
An example for all classes:
ACTORS_EXP[0] = {
1: 0,
2: 600,
3: 2100,
};
Example for first class:
ACTORS_EXP[1] = {
1: 0,
2: 300,
3: 500,
4: 600,
};
Download: View attachment DK_Actors_Exp.js
My site: http://dk-plugins.ru/
本贴来自国际rpgmaker官方论坛作者:DK处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址: https://forums.rpgmakerweb.com/threads/dk-actors-exp.59576/ |