Simple Skill Leveling

Name: Simple Skill Leveling
Version: 1.1
Author: Mr. Trivel
Created: 2015-11-27

What does it do?
Skills change to their stronger or different versions after X uses.

Video:


How to use?
To make skill change after some uses, use the following tag:
<LevelUpTo: [ID], [USES], [REMOVE]>

Will make skill require a specific other existing skill that was used.
<LevelUpRequire: [ID], [USES], [REMOVE]>


[ID] – Skill ID to change to
[USES] – After how many uses change into that skill
[REMOVE] – 0 – keep skill after leveling up, 1 – remove skill after leveling up
(Remove is optional, by default it’ll remove)


Examples:
<LevelUpTo: 5, 25, 0>
<LevelUpTo: 8, 10>


<LevelUpTo: 5, 20, 0>
<LevelUpRequire: 7, 5>
<LevelUpRequire: 8, 9>


<LevelUpTo: 7, 20>
<LevelUpRequire: 8, 10, 0>


<LevelUpTo: 8, 10>
<LevelUpRequire: 7, 20>


How to download Plugin. Click the link above, there will be a button named Raw, press Right Click -> Save As.

Terms of Use:
Don’t remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for commercial and non-commercial projects.

7 thoughts on “Simple Skill Leveling

  1. Can I use a variable to determinate de number of uses to learn certain skill? Can I have two or more skills as different paths to learn the same skill?

    Like

  2. Hi,

    Sorry for the silly question but I can’t seems to unlock new skill even with the notetag.
    [img]http://i.imgur.com/6pY4Y5I.png[/img]

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s