Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

FELSKI_SKILLTREE

A complex plugin to create skilltrees for RPG Maker MV · By Felski

Resetting and repeatable skill

A topic by 16willk created Oct 14, 2020 Views: 196 Replies: 1
Viewing posts 1 to 2

Is there a way to reset the skill tree if an event happens (lets say showing of skills you can have at the beginning of the game) or lets you repeatedly get a skill (lets say a rare skill that lets you gain more of a 'resistance' or less damage every time you find the resources for this skill and of course spend the resourse on the skill)?

Developer

Hey ElementZeroth,

repeatable nodes is a often requested feature, but  it will never happen . The way the plugin is designed just doesn't allow it without rewriting the plugin.

You can use RESETTECHTREES [actorId] to reset all trees for an actor or RESETTECHTREE [actorId] [treeUid] to reset a specific tree. Both are plugin commands.

Best regards,
Felski