Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 MicKo's Skill Tree - Revised
#41
Just remove the lines that begin with "p " because p stands for print or puts.
"For God has not destined us for wrath, but for obtaining salvation through our Lord Jesus Christ," 1 Thessalonians 5:9

Maranatha!

The Internet might be either your friend or enemy. It just depends on whether or not she has a bad hair day.

[Image: SP1-Scripter.png]
[Image: SP1-Writer.png]
[Image: SP1-Poet.png]
[Image: SP1-PixelArtist.png]
[Image: SP1-Reporter.png]

My Original Stories (available in English and Spanish)

List of Compiled Binary Executables I have published...
HiddenChest & Roole

Give me a free copy of your completed game if you include at least 3 of my scripts! Laughing + Tongue sticking out

Just some scripts I've already published on the board...
KyoGemBoost XP VX & ACE, RandomEnkounters XP, KSkillShop XP, Kolloseum States XP, KEvents XP, KScenario XP & Gosu, KyoPrizeShop XP Mangostan, Kuests XP, KyoDiscounts XP VX, ACE & MV, KChest XP VX & ACE 2016, KTelePort XP, KSkillMax XP & VX & ACE, Gem Roulette XP VX & VX Ace, KRespawnPoint XP, VX & VX Ace, GiveAway XP VX & ACE, Klearance XP VX & ACE, KUnits XP VX, ACE & Gosu 2017, KLevel XP, KRumors XP & ACE, KMonsterPals XP VX & ACE, KStatsRefill XP VX & ACE, KLotto XP VX & ACE, KItemDesc XP & VX, KPocket XP & VX, OpenChest XP VX & ACE
Reply }
#42
Or just turn off the statement that says "SHOW_PROGRESS" in the configuration section at the top.... setting it to false

It's there as a tool so you can see how the points increase per level.
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 }
#43
(12-11-2019, 04:36 AM)DerVVulfman Wrote: Or just turn off the statement that says "SHOW_PROGRESS" in the configuration section at the top.... setting it to false

It's there as a tool so you can see how the points increase per level.

I see it now, thanks.

What is the basic formula for point calculation?
Because I am not getting the output I want for some reason.

What I am trying to get is (points per level):
0, 0, 0, 0, 0, 5, 1, 1, 1, 1, 1, 1, etc. until lvl cap 40.

Why did you set the rate and increase to a minimum of 0.1?

Also, will this work for actors joining the party later?
At level 20 for example.
Reply }
#44
The combination to get is pretty ... tough. Gotta admit that. I basically cobbled it together.

I take it that your example is the points rate (not added together)...

I set the minimum rates that way so you cannot have errors like 'division by zero'.

The points are generated in the 'setup' method, the same method that generates your experience points.
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 }
#45
(12-12-2019, 04:14 AM)DerVVulfman Wrote: The combination to get is pretty ... tough.  Gotta admit that.  I basically cobbled it together.

I take it that your example is the points rate (not added together)...

I set the minimum rates that way so you cannot have errors like 'division by zero'.

The points are generated in the 'setup' method, the same method that generates your experience points.

Sorry for the late reply.
I haven't been able to work on the project for the past couple of days.

I'll make a workaround, increase the amount of points per tree if need be.

I finished the trees for my first actor and was going to start with the second one.
But when I try to access the tree with the 2nd actor, I get this error:

[Image: sTa1Q51.png]

Any idea why?

EDIT: I call the talent tree from standard menu with a few tweaks.
Reply }
#46
Hrm. There is an issue with your error message. Not that it is wrong, but because that the configuration for the Skill Trees is also within the script. The more lines you put into the configuration, the more the change line line numbers.

However, I would suspect that the issue is with the coding of your skill tree. Perhaps a copy of it here could help? AND a copy of the line number in the script could help.
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 }
#47
(12-15-2019, 05:12 AM)DerVVulfman Wrote: Hrm.  There is an issue with your error message.  Not that it is wrong, but because that the configuration for the Skill Trees is also within the script.  The more lines you put into the configuration, the more the change line line numbers.

However, I would suspect that the issue is with the coding of your skill tree. Perhaps a copy of it here could help?    AND a copy of the line number in the script could help.

Alright, here is a copy of the script: https://gofile.io/?c=Iqgx9E

Error takes place in here:

Code:
 def update_cursor_rect
   if self.active
     @line     = $data_skills[@item_used[@index]].line(@switch_id, @tree) # This line
     @position = $data_skills[@item_used[@index]].position(@switch_id, @tree)
     new_x     = $data_skills[@item_used[@index]].x
     new_y     = $data_skills[@item_used[@index]].y
     self.cursor_rect.set(new_x, new_y, 24, 24)
   else
     self.cursor_rect.empty
   end
 end
Reply }
#48
I got it.

You made skill trees for characters/classes that have NO skill trees. Erm... nope. Just, don't make the skill trees. Winking Keep only the one tree and cut the others out.

You see, as long as there is just ONE non-nil entry in the tree, the 'nil' values act as placeholders and keep the data integrity. But if every entry is nil, then the whole array becomes empty.

Don't worry if you have actors and no matching skill trees. It will show the default background for the actor with no tree, OR it can show a custom background that says "Anne Parillaud‎ and Jean Reno were here!"

BUUUTTTT.... If you're planning on using them and have them as placeholders, just comment them out.
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 }
#49
(12-16-2019, 04:08 AM)DerVVulfman Wrote: I got it.  

You made skill trees for characters/classes that have NO skill trees.  Erm... nope.  Just, don't make the skill trees. Winking  Keep only the one tree and cut the others out.

You see, as long as there is just ONE non-nil entry in the tree, the 'nil' values act as placeholders and keep the data integrity.  But if every entry is nil, then the whole array becomes empty.

Don't worry if you have actors and no matching skill trees.  It will show the default background for the actor with no tree, OR it can show a custom background that says "Anne Parillaud‎ and Jean Reno were here!"

BUUUTTTT.... If you're planning on using them and have them as placeholders, just comment them out.

I see. Those trees are going to be used, so I will comment them out for now :-)

Thanks for checking it out.
Reply }
#50
No problem. Winking
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 }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Skill Item Kost ACE kyonides 0 262 01-03-2024, 12:07 AM
Last Post: kyonides
   Skill Roulette kyonides 0 496 06-16-2023, 07:10 AM
Last Post: kyonides
   Fast Skill Grouping DerVVulfman 3 3,677 06-12-2023, 05:28 PM
Last Post: DerVVulfman
   DoubleX RMMV Skill Hotkeys DoubleX 2 5,040 02-13-2021, 04:59 AM
Last Post: DoubleX
   DoubleX RMMZ Skill Item Cooldown DoubleX 4 4,958 02-07-2021, 04:11 PM
Last Post: DoubleX
   DoubleX RMMZ Skill Item Triggers DoubleX 3 4,514 12-26-2020, 04:00 PM
Last Post: DoubleX
   DoubleX RMMV Skill Hotkeys Compatibility DoubleX 0 2,707 09-06-2019, 09:56 AM
Last Post: DoubleX
   Skill Casting Delay DerVVulfman 1 10,273 11-20-2018, 05:38 AM
Last Post: DerVVulfman
   MicKo's Skill Tree DerVVulfman 48 82,677 11-08-2016, 08:04 PM
Last Post: DerVVulfman
   Skill Success Fix Taylor 0 4,589 03-23-2015, 12:15 PM
Last Post: Taylor



Users browsing this thread: