Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sphere_skills.scp question
Author Message
Capes
Journeyman
*

Posts: 57
Likes Given: 0
Likes Received: 4 in 4 posts
Joined: Mar 2018
Reputation: 0



Post: #1
sphere_skills.scp question
Hi!
I have search the forums and wiki about the skills file (I'm trying to understand it).

I found a lot of info but I am only left in greater confusion.
I seem to have miss-placed my orphan Anny decoder ring.....
Can some one explain what this means;

[ADVANCE]
// Generic advance rates for stats
STR=10000,4000,600
INT=10000,4000,600
DEX=10000,4000,600

[COMMENT SKILL x]
ADV_RATE=10.0,200.0,800.0
// 10.0 successes at 0% to gain .1,
// 800.0 successes at 100% to gain .1,
// 200.0 successes at 50% to gain .1

Thanks
Capes
04-02-2018 05:33 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: sphere_skills.scp question
It means you need around 10 success for gaining 0.1 when you skill is near 0, around 200 success when your skill is around 50% and 800 success when your skill is around 100.

They are not precise values, but is just the average number of success for gaining 0.1 when the skill is around one of that numbers.
04-02-2018 05:48 AM
Find all posts by this user Like Post Quote this message in a reply
Capes
Journeyman
*

Posts: 57
Likes Given: 0
Likes Received: 4 in 4 posts
Joined: Mar 2018
Reputation: 0



Post: #3
RE: sphere_skills.scp question
Thanks for the quick response!

Also I have noticed an error in the gaining of skills.
Lumberjack skill is 21.8
It prompts a nice msg - Your skill in lumberjacking has increased by 0.1%. Lumberjacking is now 22.8%
- should it not be 21.9%
It seems to happen to any/all skill gains... using 0.56d with default scripts.
Anyway to correct this?

Thanks
Capes
04-02-2018 06:15 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #4
RE: sphere_skills.scp question
The value you see when the skill increase is not wrong, it's just the real skill value plus the stat bonus.

The stat bonus for each skill block, are these:
Code:
BONUS_STR=0
BONUS_DEX=25
BONUS_INT=75
BONUS_STATS=50
That means 75% of the character INT value will be added to the skill plus 25% of the character DEX value.
But then, only 50% of the sum of the bonuses will be used (BONUS_STATS)
If you want to remove the bonus, just set them to 0.
(This post was last modified: 04-02-2018 06:32 AM by darksun84.)
04-02-2018 06:31 AM
Find all posts by this user Like Post Quote this message in a reply
Capes
Journeyman
*

Posts: 57
Likes Given: 0
Likes Received: 4 in 4 posts
Joined: Mar 2018
Reputation: 0



Post: #5
RE: sphere_skills.scp question
Ok - that makes perfect sense!

Thanks!
Capes
04-02-2018 06:54 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)