RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[RESOLVED] Unlearn Skill when level

Started by Dimosthennis, October 28, 2010, 02:22:37 PM

0 Members and 1 Guest are viewing this topic.

Dimosthennis

Hello!

I have been Building skills with cooldowns and so. Like 'Heal', 'Heal II', 'Heal III' with 1 round cooldown.
But when you learn all thoes skills. you can still use  'Heal II' after 'Heal III'.
so my question is. is there a Script that unlearn skills when you level up or learn 'Heal II' and unlearns 'Heal'.
I think i can also do it with switchs... but for 14 Diffrent classes, and over 200 class skill it's a bit... hard :P

Greatings: MrD
MrD

Terra-chan

Actually that's like my request - that I haven't been able to get around to playtest yet >_> It's complete though: Level skills by use It's not by character level though. There is also YEM's Skill Fusion System that allows you to combine 2 skills to make a new 3rd skill.


~My Projects~

~ VocaloidVX ~ Second Life Project ~
~ RPG Maker Collective ~
To support this forum, it's the first place that will gets posted some updates of mine, check it out ^_~

Deity

It's very easy to write such a script but it could be done very easily by common events. Just use a common event with a parallel process and save the level of a char in a variable. Now check the value of this variable (level) and if the variable reached a value you can forgot this skill. If it's still to much work I'll see what I can do. ^^

Deity
Greetings
DigiDeity


├Work┤
├Contact┤


Dimosthennis

#3
to Ciel Phantomhive and Deity
The script 'Level skills by use' I hade. but it's not what i was looking for :/
but maybe I can use it somehow with some parallel process .
and that question gos to Deity.
If you want to make a script like that. would be great!
Other ways explain me more about the parallel process how to build that to geather.
I am useing Yanfly Engine Melody - Battle Engine Melody. and more of his scripts. Might help you scriping and not haveing any bugs poping up :P
Thanks for your help, Ciel Phantomhive and Deity. :)

MrD
MrD

modern algebra


modern algebra