Rethinking skill system.

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
Travolta
Novice
Novice
Posts: 159
Joined: 26 Mar 2011, 04:29

Rethinking skill system.

Post by Travolta »

What if we could focus on more than 1 skill at a time?Max skill level is 9 atm. What if we could focus on 2 skills, but 1 skill could be only lvl 5, and the other lvl 4? Or focus on 3 skills, but their sum level is also 9?

This aproach would have it's benefits. For example, we have a (more or less) useful skill "Poison Reistance", but nobody uses it, because you can only focus on 1 skill, and it would be a "waste". But what if you can have raging lvl 7, and poison resistance lvl2?

The game could have few "passive" skills, for example Magic Defense skill, Critical Damage defense skill, etc. Currently having these skills wouldn't make sense, because who would use a "defensive" skill and give up attacking bonus of Astral Soul or Raging skills? But if players could balance their skills, it could improve gameplay.

What do you think?
TeZeR.D
TMW Adviser
TMW Adviser
Posts: 131
Joined: 05 Dec 2011, 18:26

Re: Rethinking skill system.

Post by TeZeR.D »

Great idea, I think the numbers would need redoing however.
Babarabatiri
Newly Registered User
Posts: 7
Joined: 18 Dec 2015, 15:47

Re: Rethinking skill system.

Post by Babarabatiri »

I was thinking on this matter a while ago too, but my idea seemed to me overcomplicated (or requiring too much work to implement it) so I abandoned tinkering with it. But I'll share some on my conclusions, since the topic is on.

First, leveling focusable skills (raging, speed, mallards etc.) would work like now (job exp and stuff).

Second, we need more levels of focusing skill itself. Getting new levels can be done as a simple quest/ additional option in Luca's dialogues, available after requirements are satisfied:

Code: Select all

focusing skill's level   required char level   boss points consumed
1                        40                    
2                        45                    10
3                        50                    
4                        55                    20
5                        60                    
6                        65                    100
7                        70                    
8                        75                    150
9                        80                    1000
10                       95                    25000*
* value is trumped up, it has to be big and quite challenging

Levels 1 and 2 allow you to select only 1 focusable skill (like now),
levels 3 - 5 allow 2 focusable skills to be selected,
levels 6 - 9 — 3 focusable skills and
level 10 — 4 skills.

For the current set of focusable skills, its just like in Trav's idea.
Level of focusing skill determines, how strong can you be focused on focusable skills in sum. It can be straightforward N-th level -> N points to distribute, no more on particular focusable skill than this skill's level.
In example if you have focusing skill at level 8, raging skill lvl 7 and speed skill lvl 4, you can put 7 points on raging and 1 point on speed (and speed skill will work like on current lvl1 only).

Dementia potion would reset distribution of "focusing points".
User avatar
Sykinia
Peon
Peon
Posts: 13
Joined: 16 Oct 2014, 14:56

Re: Rethinking skill system.

Post by Sykinia »

Not bad, but it would only make sense if the skill power rose linearly with the skill level. If it stays quadratically as it is now, putting all 9 points into a single skill would remain the best option.
User avatar
Micksha
Lead Developer (SoM)
Lead Developer (SoM)
Posts: 225
Joined: 18 Dec 2015, 15:34

Re: Rethinking skill system.

Post by Micksha »

Great idea, this would highly increase the variety of different builds. It also would keep the possibility to use the builds as it is common now.
I also dont think skill power should rise linear as Sykinia proposed, but quadratically seems too much too. I played around a little and think functions like x^1,25 to x^1,5 give reasonable values. You will pay off for using more than one skill (as it should be), but not that much so it makes no sense.

Hope this can be realized, feels like putting some more complexity to the char creation but I think it wont be too complicated for noob as its supposed to begin with only 1 skill until lvl50 or so (The table from Barbarabatiri is not bad I think, also the prices seem reasonable).
Post Reply