MicKo's Skill Tree - Revised
#7
I found a problem when use skill tree build with character class.
When I change SKILLS_ROWS[2] to SKILLS_ROWS[8], and set Basil class to class 8 (mage), when call script skilltree, error pop up, it say there was a nil:nil class.
But when I not change SKILLS_ROWS[2] , and I create a new SKILLS_ROWS[8], it work fine.

Edit: hmm, I think I found the reason.
I think because it was a mess between actor id and class id, even if you set CLASS_TREE_START = true (skill tree by class id) , when you call script skilltree, it still check actor id first, Basil id is 2, so you must have SKILLS_ROWS[2] in script whether you need it or not, and then the script check actor class id , class 8 => SKILLS_ROWS[8].

Edit 2: ow, I found more annoy problem cause by actor id and class id, I create SKILLS_ROWS[10]
If I set Basil to class 10, I get error.
but then I create an actor 10 in database and set that actor to class 10 ,too , it work fine.
Same that , I create SKILLS_ROWS[30] and set Basil to class 30,, then I also must create actor 30 for not getting error.
Gosh, my game have 50 classes, then I must create more 50 clone-actors to avoid error @@!

I think this skill tree system still not compatible with class id. So, DerVVulfman, Would you mind contact with MicKo about this problem, hope he will fix this soon.
Reply


Messages In This Thread
MicKo's Skill Tree - Revised - by DerVVulfman - 07-03-2014, 04:10 AM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 07-04-2014, 03:32 AM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 07-05-2014, 03:49 AM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 01-06-2016, 11:00 PM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 04-28-2017, 03:15 AM
RE: MicKo's Skill Tree - Revised - by Fenriswolf - 12-10-2019, 01:04 AM
RE: MicKo's Skill Tree - Revised - by Tigurus Fay - 07-04-2014, 04:25 PM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 07-29-2014, 03:12 AM
RE: MicKo's Skill Tree - Revised - by finalholylight - 07-30-2014, 09:36 AM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 08-01-2014, 03:46 AM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 02-14-2015, 04:27 AM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 02-15-2015, 04:16 AM
RE: MicKo's Skill Tree - Revised - by Miharu - 02-20-2015, 02:08 PM
RE: MicKo's Skill Tree - Revised - by Miharu - 02-20-2015, 04:23 PM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 02-21-2015, 04:30 AM
RE: MicKo's Skill Tree - Revised - by Miharu - 02-22-2015, 09:22 PM
RE: MicKo's Skill Tree - Revised - by Miharu - 02-25-2015, 10:40 PM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 02-26-2015, 04:42 AM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 03-03-2015, 05:00 AM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 03-04-2015, 04:09 AM
RE: MicKo's Skill Tree - Revised - by Mel - 01-05-2016, 03:33 PM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 01-05-2016, 09:08 PM
RE: MicKo's Skill Tree - Revised - by Mel - 01-05-2016, 10:51 PM
RE: MicKo's Skill Tree - Revised - by Mel - 01-07-2016, 03:30 AM
RE: MicKo's Skill Tree - Revised - by Mel - 07-28-2016, 05:26 PM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 07-29-2016, 04:02 AM
RE: MicKo's Skill Tree - Revised - by Mel - 07-29-2016, 04:05 PM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 12-10-2019, 08:02 AM
RE: MicKo's Skill Tree - Revised - by Fenriswolf - 12-10-2019, 03:41 PM
RE: MicKo's Skill Tree - Revised - by kyonides - 12-10-2019, 08:10 PM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 12-11-2019, 04:36 AM
RE: MicKo's Skill Tree - Revised - by Fenriswolf - 12-11-2019, 03:23 PM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 12-12-2019, 04:14 AM
RE: MicKo's Skill Tree - Revised - by Fenriswolf - 12-14-2019, 11:18 PM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 12-15-2019, 05:12 AM
RE: MicKo's Skill Tree - Revised - by Fenriswolf - 12-15-2019, 11:46 AM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 12-16-2019, 04:08 AM
RE: MicKo's Skill Tree - Revised - by Fenriswolf - 12-16-2019, 12:04 PM
RE: MicKo's Skill Tree - Revised - by DerVVulfman - 12-17-2019, 04:13 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Skill Roulette XP kyonides 0 1,628 06-16-2023, 07:10 AM
Last Post: kyonides
   Fast Skill Grouping DerVVulfman 3 5,566 06-12-2023, 05:28 PM
Last Post: DerVVulfman
   Skill Casting Delay DerVVulfman 1 11,527 11-20-2018, 05:38 AM
Last Post: DerVVulfman
   MicKo's Skill Tree DerVVulfman 48 97,514 11-08-2016, 08:04 PM
Last Post: DerVVulfman
   GPLAT Pixel Platformer Revised DerVVulfman 0 5,058 10-02-2014, 04:14 AM
Last Post: DerVVulfman
   Skill Shop Legacy 1 8,217 06-30-2012, 07:36 PM
Last Post: KasperKalamity
   Skill Leveling DerVVulfman 28 46,797 04-07-2012, 09:25 AM
Last Post: Waddle Dee
   Trickster's Bag Of Skill Effects Trickster 5 16,256 02-23-2010, 06:32 AM
Last Post: fgsfds
   Custom Skill Effects Lowell 0 5,417 03-06-2008, 06:16 AM
Last Post: Lowell
   Moghunter Menus: Scene Skill Nami DerVVulfman 0 6,573 03-05-2008, 06:45 PM
Last Post: DerVVulfman



Users browsing this thread: 2 Guest(s)