- Joined
- Mar 15, 2012
- Messages
- 153
- Reaction score
- 8
- First Language
- english
I'm looking to get a plugin that will allow players to choose between a number of possible skills to learn at a given level up via a separate learn skills screen accessible in the main menu.
The functionality would be variable, some classes might get a selection of skills they can pick from that grows while other classes would get to choose from the given list at a given level and each level would have different skills (think wizards vs sorcerers in DnD).
tags for classes, actors and items could be:
<choice list: x> //"x" is the level this choice list would be available<choice count:2> // allows 2 skill choices for this level(default for plugin is 1)skill:10skill:11-13 // skills 11,12 and 13 are optionsskill:15</choice list><choice list:"all"> //this list added to the available choices each time the actor could choose a skillskill: 20<require level: 25> // only shows as a choice if level is 25 or higherskill: 30</require level><require skill: 15> // only shows as a choice if skill: x is learnedskill: 31</require skill></choice list>Some plugin parameters would be:
level choice available every: x levels (if 0 the choice list would only be available at levels dictated by <choice list: x> tags where x is not "all" or when called with an item.
choices count: 1 //default is one but can be changed via <choice count: x> tag
If two choice lists exist for the same level, each is a separate choice and would be completed FIFO
The functionality would be variable, some classes might get a selection of skills they can pick from that grows while other classes would get to choose from the given list at a given level and each level would have different skills (think wizards vs sorcerers in DnD).
tags for classes, actors and items could be:
<choice list: x> //"x" is the level this choice list would be available<choice count:2> // allows 2 skill choices for this level(default for plugin is 1)skill:10skill:11-13 // skills 11,12 and 13 are optionsskill:15</choice list><choice list:"all"> //this list added to the available choices each time the actor could choose a skillskill: 20<require level: 25> // only shows as a choice if level is 25 or higherskill: 30</require level><require skill: 15> // only shows as a choice if skill: x is learnedskill: 31</require skill></choice list>Some plugin parameters would be:
level choice available every: x levels (if 0 the choice list would only be available at levels dictated by <choice list: x> tags where x is not "all" or when called with an item.
choices count: 1 //default is one but can be changed via <choice count: x> tag
If two choice lists exist for the same level, each is a separate choice and would be completed FIFO
Last edited by a moderator:

