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?
Doesn't work. I've tried adding xp or leveling up with an event, but nothing happens
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