Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 MicKo's Skill Tree
#33
I didn't think the skill order mattered at first either. But I did confirm that it did matter last night when I made the post yesterday. I'm at work, so I cannot be exact, but I failed when I created this skill tree for Aluxes... just as you did:
Code:
0 >= [nil,  57, nil],
1 >= [nil, nil,  58],
2 >= [nil, nil,  59],
3 >= [nil,  60, nil],
4 >= [nil,   2, nil]
...but succeeded when I did this...
Code:
0 >= [nil,   2, nil],
1 >= [nil,  57, nil],
2 >= [nil, nil,  58],
3 >= [nil, nil,  59],
4 >= [nil,  60, nil]
Again... I'm at work and don't have my actual RMXP up at this time... but this is what I did. And I had to add 'Greater Heal' to his skill list in the Class database.

HOWEVER... I had to remember to link the skills too. That comes to the skill dependencies... requirements... whatever. That's the part where you say 'skill 2 can become skill 57 after updating:
Code:
... =[ 57 => 2, 58 => 57, 59 => 58....
This was required and confirmed. I did have your issue, but I found that the IDs did need to be in order and that the 'requirement' feature had to be set.



I do hear you about the whole 'change the whole skill to another being a pain, but I don't think MicKo thought about how to approach the idea without hampering or changing the same skill if used by another actor. There is are other scripts out there that upgrades the skills as you practice them, but combining two scripts probably would not work together.

Well, it would be funny if Aluxes learned Crosscut... practiced enough to be Spiral Blade without needing the skill tree (automatically upgrading the tree by accident)... then could just use the points to go to Hurricane slash. But that's hopeful, and I am uncertain the two scripts would actually function together.
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 }


Messages In This Thread
MicKo's Skill Tree - by DerVVulfman - 03-10-2011, 04:57 AM
RE: MicKo's Skill Tree - by DerVVulfman - 03-12-2011, 04:40 AM
RE: MicKo's Skill Tree - by Ace - 03-12-2011, 09:01 AM
RE: MicKo's Skill Tree - by superfanqui1979 - 03-12-2011, 11:47 PM
RE: MicKo's Skill Tree - by DerVVulfman - 03-13-2011, 04:46 AM
RE: MicKo's Skill Tree - by superfanqui1979 - 03-13-2011, 07:37 PM
RE: MicKo's Skill Tree - by DerVVulfman - 03-14-2011, 03:19 AM
RE: MicKo's Skill Tree - by Espon - 03-14-2011, 07:20 AM
RE: MicKo's Skill Tree - by DerVVulfman - 03-15-2011, 03:39 AM
RE: MicKo's Skill Tree - by joman159 - 03-20-2011, 04:40 AM
RE: MicKo's Skill Tree - by DerVVulfman - 03-20-2011, 04:53 AM
RE: MicKo's Skill Tree - by joman159 - 03-20-2011, 05:18 AM
RE: MicKo's Skill Tree - by zoqiera - 07-01-2011, 10:03 AM
RE: MicKo's Skill Tree - by DerVVulfman - 07-02-2011, 04:51 AM
RE: MicKo's Skill Tree - by zoqiera - 07-02-2011, 05:58 AM
RE: MicKo's Skill Tree - by DerVVulfman - 07-03-2011, 04:04 AM
RE: MicKo's Skill Tree - by zoqiera - 07-03-2011, 09:27 AM
RE: MicKo's Skill Tree - by Charlie Fleed - 07-03-2011, 10:36 AM
RE: MicKo's Skill Tree - by zoqiera - 07-03-2011, 06:41 PM
RE: MicKo's Skill Tree - by NightOwl - 07-03-2011, 07:05 PM
RE: MicKo's Skill Tree - by Charlie Fleed - 07-03-2011, 09:50 PM
RE: MicKo's Skill Tree - by zoqiera - 07-06-2011, 10:49 AM
RE: MicKo's Skill Tree - by Erechel - 06-27-2012, 12:43 AM
RE: MicKo's Skill Tree - by DerVVulfman - 06-27-2012, 03:21 AM
RE: MicKo's Skill Tree - by Erechel - 06-27-2012, 06:42 PM
RE: MicKo's Skill Tree - by mattertatter - 07-07-2012, 05:56 AM
RE: MicKo's Skill Tree - by DerVVulfman - 07-07-2012, 06:04 AM
RE: MicKo's Skill Tree - by mattertatter - 07-07-2012, 06:14 AM
RE: MicKo's Skill Tree - by Pherione - 07-27-2012, 10:50 AM
RE: MicKo's Skill Tree - by Zachfive - 03-09-2013, 08:43 AM
RE: MicKo's Skill Tree - by DerVVulfman - 03-10-2013, 04:42 AM
RE: MicKo's Skill Tree - by Zachfive - 03-10-2013, 07:09 AM
RE: MicKo's Skill Tree - by DerVVulfman - 03-10-2013, 04:17 PM
RE: MicKo's Skill Tree - by Zachfive - 03-10-2013, 11:01 PM
RE: MicKo's Skill Tree - by Alistor - 08-29-2013, 02:31 AM
RE: MicKo's Skill Tree - by DerVVulfman - 08-29-2013, 03:24 AM
RE: MicKo's Skill Tree - by Ahzoh - 08-29-2013, 04:19 AM
RE: MicKo's Skill Tree - by Alistor - 08-30-2013, 03:10 AM
RE: MicKo's Skill Tree - by Alistor - 09-01-2013, 12:44 AM
RE: MicKo's Skill Tree - by DerVVulfman - 09-01-2013, 03:49 AM
RE: MicKo's Skill Tree - by Alistor - 09-01-2013, 06:22 AM
RE: MicKo's Skill Tree - by DerVVulfman - 09-01-2013, 06:29 PM
RE: MicKo's Skill Tree - by Alistor - 09-01-2013, 09:56 PM
RE: MicKo's Skill Tree - by finalholylight - 06-27-2014, 03:50 PM
RE: MicKo's Skill Tree - by DerVVulfman - 06-28-2014, 03:08 AM
RE: MicKo's Skill Tree - by ThePrinceofMars - 02-12-2015, 05:55 PM
RE: MicKo's Skill Tree - by DerVVulfman - 02-13-2015, 04:15 AM
RE: MicKo's Skill Tree - by GetDurpedOn - 11-08-2016, 03:55 AM
RE: MicKo's Skill Tree - by DerVVulfman - 11-08-2016, 08:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Skill Item Kost ACE kyonides 0 397 01-03-2024, 12:07 AM
Last Post: kyonides
   Skill Roulette kyonides 0 632 06-16-2023, 07:10 AM
Last Post: kyonides
   Fast Skill Grouping DerVVulfman 3 3,912 06-12-2023, 05:28 PM
Last Post: DerVVulfman
   DoubleX RMMV Skill Hotkeys DoubleX 2 5,249 02-13-2021, 04:59 AM
Last Post: DoubleX
   DoubleX RMMZ Skill Item Cooldown DoubleX 4 5,182 02-07-2021, 04:11 PM
Last Post: DoubleX
   DoubleX RMMZ Skill Item Triggers DoubleX 3 4,717 12-26-2020, 04:00 PM
Last Post: DoubleX
   MicKo's Skill Tree - Revised DerVVulfman 49 55,518 12-17-2019, 04:13 AM
Last Post: DerVVulfman
   DoubleX RMMV Skill Hotkeys Compatibility DoubleX 0 2,827 09-06-2019, 09:56 AM
Last Post: DoubleX
   Skill Casting Delay DerVVulfman 1 10,412 11-20-2018, 05:38 AM
Last Post: DerVVulfman
   Skill Success Fix Taylor 0 4,706 03-23-2015, 12:15 PM
Last Post: Taylor



Users browsing this thread: