Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 MicKo's Skill Tree
#11
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...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#12
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.
Reply }
#13
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



Reply }
#14
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...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#15
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?
Reply }
#16
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...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#17
thank you,I will try to request it in Script Requests or the RGSS Support forum.
Reply }
#18
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.
[Image: f7d70f7d-d21f-470a-b93d-fa23cfcfaeb5_zpsfe7368c0.png] [Image: facebook_icon.png] [Image: youtube_128x128-120x120.png] [Image: deviant.png] [Image: save-point.png]
Reply }
#19
@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
Reply }
#20
I just downloaded it at work. The file's still there. Confused
DerVVulfman's 'regular Joe' account for testing and permissions use.
Who watches the Watchmen?
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Skill Item Kost ACE kyonides 0 326 01-03-2024, 12:07 AM
Last Post: kyonides
   Skill Roulette kyonides 0 569 06-16-2023, 07:10 AM
Last Post: kyonides
   Fast Skill Grouping DerVVulfman 3 3,780 06-12-2023, 05:28 PM
Last Post: DerVVulfman
   DoubleX RMMV Skill Hotkeys DoubleX 2 5,125 02-13-2021, 04:59 AM
Last Post: DoubleX
   DoubleX RMMZ Skill Item Cooldown DoubleX 4 5,047 02-07-2021, 04:11 PM
Last Post: DoubleX
   DoubleX RMMZ Skill Item Triggers DoubleX 3 4,610 12-26-2020, 04:00 PM
Last Post: DoubleX
   MicKo's Skill Tree - Revised DerVVulfman 49 54,541 12-17-2019, 04:13 AM
Last Post: DerVVulfman
   DoubleX RMMV Skill Hotkeys Compatibility DoubleX 0 2,761 09-06-2019, 09:56 AM
Last Post: DoubleX
   Skill Casting Delay DerVVulfman 1 10,334 11-20-2018, 05:38 AM
Last Post: DerVVulfman
   Skill Success Fix Taylor 0 4,642 03-23-2015, 12:15 PM
Last Post: Taylor



Users browsing this thread: