MicKo's Skill Tree
#9
Things to consider for later versions:

1) Skills not part of the tree:
Use an array for skills that are to remain hidden from the tree. If they are required to advance a skill, so be it, but they still won't be visible.
Example: Hidden_Skills = [57,58,59] # Hides Cross Cut, Feint Attack, Hurricane

Difficulty to implement: Beginner to Intermediate

2) Skill Point Reset
Stores the entire tree array when the skill tree is first drawn. Use a secondary 'shift' button to reset all changes and make a yes/no dialog box before leaving any screen (even from one tree to another for the same actor).
Difficulty to implement: Hard

3) Required skills may have substitutes
[i]Skills that have requirements already allow for arrays for multiple skill requirements (ie tornado needs[wind,rain]. Make the system allow for smaller arrays within the larger: tornado = [rain, [earth or wind]].

Difficulty to implement: Intermediate to Hard

As you can see.... the features may be possible to add. Reset... not so easy. But the features aren't impossible and two at least are practical to insert.
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
   Super Skill Nerf XP kyonides 4 539 6 hours ago
Last Post: kyonides
   Skill Roulette XP kyonides 0 2,707 06-16-2023, 07:10 AM
Last Post: kyonides
   Fast Skill Grouping DerVVulfman 3 6,941 06-12-2023, 05:28 PM
Last Post: DerVVulfman
   MicKo's Skill Tree - Revised DerVVulfman 49 83,126 12-17-2019, 04:13 AM
Last Post: DerVVulfman
   Skill Casting Delay DerVVulfman 1 12,638 11-20-2018, 05:38 AM
Last Post: DerVVulfman
   Skill Shop Legacy 1 9,327 06-30-2012, 07:36 PM
Last Post: KasperKalamity
   Skill Leveling DerVVulfman 28 53,145 04-07-2012, 09:25 AM
Last Post: Waddle Dee
   Trickster's Bag Of Skill Effects Trickster 5 18,125 02-23-2010, 06:32 AM
Last Post: fgsfds
   Custom Skill Effects Lowell 0 6,353 03-06-2008, 06:16 AM
Last Post: Lowell
   Moghunter Menus: Scene Skill Nami DerVVulfman 0 7,405 03-05-2008, 06:45 PM
Last Post: DerVVulfman



Users browsing this thread: 1 Guest(s)