Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 MicKo's Skill Tree
#21
okay, i guess it was just a temporary problem
[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 }
#22
@Charlie Fleed Did you load the script yet? And Please help me,I can't find the way to integrate them

Thank you
Reply }
#23
Sorry for the constant bugging in the forum, but I have a thing...
I want to use the passive skills like expendable XP for a kinda custom levelling. I'll explain: instead of increase stats whenever you level up, you obtain skill points, and you expend them in passive skills like "Raise Stamina" or "Raise strenght", and it was very possible in theory without modifing anything else than the database, to stop the automatic increasing (kinda like the experience system of the table rpgs of Whitewolf). But I have this problem: anytime that I rank up one of this skills (edited in the passive skills section, and in the ranked skills) above 3 ranks, the icon changes, the same as the ability!!! So when i put three rank points in "Increase Strength" I have an increase of Magic! ¿How can I disable this?

(03-20-2011, 04:53 AM)DerVVulfman Wrote: 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.

Doesn't work. I've tried adding xp or leveling up with an event, but nothing happens
Reply }
#24
That may be something for the RGSS Support thread as it pertains to whatever script you're using as well as this script. A copy of, or a link to, the scripts in question are pretty much needed.
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 }
#25
(06-27-2012, 03:21 AM)DerVVulfman Wrote: That may be something for the RGSS Support thread as it pertains to whatever script you're using as well as this script. A copy of, or a link to, the scripts in question are pretty much needed.
I'm using Mr. Mo ABS, Thievery, Jabberwocky's quest, MOG shop, and Stat Distribution System by Blizzard. But anyway, i entered the code in the Skill Tree demo, and doesn't worked too, so it's pretty much the same thing

SOLVED: ADD "@skillpoints += [ANY NUMBER]" ABOVE the second "for j in $data_classes[@class_id].learnings" in Game_Actor
Reply }
#26
How would I go about adding a button to the menu that opens the skill tree for a selected player?
Reply }
#27
The syntax while in the menu:
Code:
$scene = Scene_SkillTree.new(actor_index)

Normally, it's $scene = Scene_SkillTree.new(actor_index, from_map)
But the 'from map' parameter is defaulted to 'false' so it returns to the main menu when you exit. You only need to add the 'true' parameter if you're using a map event. In other words... just ignore it.

And actor_index, is the index of your actor in your party. '0' for the party leader, 1...2...3 . Just like it uses for Scene_Skill calls.
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 }
#28
Now when I close a menu window it goes back to the selection before it. How do I fix this?
IE if I cancel "End Game" it closes the box but the selection tool is on Save.

EDIT

It doesn't go to the option before it it skips one and goes to the one above it

EDIT
This is resolved.
Reply }
#29
Got some questions concerning this script. I've played around with it a bit and am trying to make a sphere grid type of skill tree. As such I'm wondering how to implement following feature. If someone could help me on the way that'd be great ^^

- When placing a passive skill (stats,...) you need to make a new skill for each hp+10. This'll get heavy in the databases so I was wondering if it were possible to make one skill hp+10 and place it multiple times over the board without the problem that when you learn it each hp+10 node on the board becomes 'learned'.

/resolved
Upcoming RPG XP project: Legends of the Flaming Falcons
In a distant future an ancient threat stirs...heroes of old take up their arms once more.
For my writing project that includes my rmxp project I'm also maintaining a private wiki; if you wish to follow me, let me know.
My developer blog can be found here:
http://the-otherworld-tales.blogspot.be/

[Image: Gazeteer%20-%20Pherione.gif]
Gazetteer responsible for Pherione's Developer Interviews. My thread here.


More info or questions? PM me
Reply }
#30
I am having a problem with the script. When adding and fifth row to a characters skill tree, it messes up the cursor position when accessing that skill tree. So when I open the skill tree it immediately highlights the last skill rather than the first skill available in the fist row. I thought it may be my skills/preqs but it is not, I went into the demo and added and fifth row to Basils skill, and just like in my game it highlights the last skill on the tree rather than the first available one. I've tried looking in the script at the Set_Cursor area as well as seeing if I needed to increase the maximum number of rows somehow but scipting is not my strongest area.
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,781 06-12-2023, 05:28 PM
Last Post: DerVVulfman
   DoubleX RMMV Skill Hotkeys DoubleX 2 5,126 02-13-2021, 04:59 AM
Last Post: DoubleX
   DoubleX RMMZ Skill Item Cooldown DoubleX 4 5,049 02-07-2021, 04:11 PM
Last Post: DoubleX
   DoubleX RMMZ Skill Item Triggers DoubleX 3 4,612 12-26-2020, 04:00 PM
Last Post: DoubleX
   MicKo's Skill Tree - Revised DerVVulfman 49 54,546 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: