Posts: 11,193
Threads: 649
Joined: May 2009
Sure. But that's just you adding the skillpoints value to your levelup system.
Kinda like this in the Scene_Battle's
start_phase5 method...
Code:
if actor.level > last_level
@status_window.level_up(i)
actor.skillpoints += 1
end
... would add 1 more point to the skillpoints to any actor leveling up after battle.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
Above are clickable links
Posts: 20
Threads: 2
Joined: Mar 2011
Thank you! You are awesome!
Edit: Now I have it set up and I have this for my prerequisites:
PREREQUISITES = { 58 => [59,60], 59 => [7,10,13], 60 => [7,10,13], 7 => 2, 10 => 2, 13 => 2 }
and I'm getting an error.
Posts: 5
Threads: 0
Joined: Jul 2011
Cool script,but I have a request. How to make the skill can activate or deactivate (can not learn permanently)
for example
if the 1st skill was activated, you can activate 2nd skill. But if you deactivated 1st skill the 2nd can not activate
Sorry about my English
thank for help
Posts: 11,193
Threads: 649
Joined: May 2009
I think I follow you.
As an example, if you learn the Fire Skill, you can then learn the Fireball skill. After you learn the Fireball skill, something happens and you suffer something that makes you forget the original 'Fire' skill.
I belief you are asking if there was a feature to forget a learned skill (fireball) if its prerequisite skill(s) (such as fire) are lost. I am afraid there is no such feature within this script of his.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
Above are clickable links
Posts: 5
Threads: 0
Joined: Jul 2011
thanks for the answer,
If I want to combine your Script with FFIX Skills Activation System ==>
http://save-point.org/showthread.php?tid=2213
Is it possible?
Posts: 11,193
Threads: 649
Joined: May 2009
I cannot say. I am not totally familiar with MicKo's system though I did clean up the coding a little. Not familiar with the Final Fantasy script either, though I do know of it's existance.
A script merger request would be more suited to Script Requests or the RGSS Support forum.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
Above are clickable links
Posts: 5
Threads: 0
Joined: Jul 2011
thank you,I will try to request it in Script Requests or the RGSS Support forum.
Posts: 1,126
Threads: 43
Joined: May 2009
I'm downloading it to see how it works, maybe i'll have some time to try to integrate it with my activation system.
EDIT: mhm, i guess the file does not exist anymore.
Posts: 5
Threads: 0
Joined: Jul 2011
@Charlie Fleed==>thank you to try for helping me.
Download's link of MicKo's Skill still exist. if you can't download it,please tell me your email,I will send you the file.
@DerVVulfman ==> Would you mind if I send Charlie Fleed your Script?
Thank you both so much
Posts: 71
Threads: 4
Joined: Sep 2009
I just downloaded it at work. The file's still there.
DerVVulfman's 'regular Joe' account for testing and permissions use.
Who watches the Watchmen?