Save-Point
MicKo's Skill Tree - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: MicKo's Skill Tree (/thread-3264.html)

Pages: 1 2 3 4 5


RE: MicKo's Skill Tree - DerVVulfman - 03-20-2011

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.


RE: MicKo's Skill Tree - joman159 - 03-20-2011

Thank you! You are awesome! Grinning

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.


RE: MicKo's Skill Tree - zoqiera - 07-01-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






RE: MicKo's Skill Tree - DerVVulfman - 07-02-2011

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.


RE: MicKo's Skill Tree - zoqiera - 07-02-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?


RE: MicKo's Skill Tree - DerVVulfman - 07-03-2011

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.


RE: MicKo's Skill Tree - zoqiera - 07-03-2011

thank you,I will try to request it in Script Requests or the RGSS Support forum.


RE: MicKo's Skill Tree - Charlie Fleed - 07-03-2011

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.


RE: MicKo's Skill Tree - zoqiera - 07-03-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


RE: MicKo's Skill Tree - NightOwl - 07-03-2011

I just downloaded it at work. The file's still there. Confused