![]() |
Stat Gain - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Stat Gain (/Thread-Stat-Gain) |
Stat Gain - Kyrbis - 07-25-2013 12:18 AM Hey. I don't really understand this section in sphere_skills.scp // Generic advance rates for stats [ADVANCE] STR=10000,4000,600 INT=10000,4000,600 DEX=10000,4000,600 Well, i know this declares the ratio of stat gain, but in which order, and is it like the skills at0% then 50% then 100%? I didn't find a reference, so i'd be thankful if someone could light me up. thanks RE: Stat Gain - darksun84 - 07-25-2013 12:55 AM i think it's : 100% 50% 0%. Even if i think they should be read as : 1000.0 , 400.0, 60.0 RE: Stat Gain - Myrdin - 08-05-2013 05:34 PM (07-25-2013 12:55 AM)darksun84 Wrote: i think it's : 100% 50% 0%. My experience shows, it actually is 0% 50% 100%. That's why newbie chars have a lot of work to do to gain stats (10000) and older chars fill up to maximum stats real quick (600). The Meaning is, u need 4000 "Stat uses" to gain 1 Stat point at stat 50. how many "stat uses" a character gains depends on divers values, ie. what skill is used?(->skillgain) what max stat has this skill? what procentage of the skill is based on the stat? what percentage of it is used for the respective stat? is it a sucess or a fail?... RE: Stat Gain - Ben - 08-05-2013 11:30 PM Darksun84 is right, it is // ADV_RATE=Chance at 100, Chance at 50, chance at 0 Now after looking at the source, it appears that advance rates can have any number of arguments, not just 3 (anyone want's to test?) so 1 arg would mean (same value from 0 to 100) 2 arg (Chance at 100, chance at 0) 3 arg (Chance at 100, Chance at 50, chance at 0) 4 arg (Chance at 100, Chance at 67, Chance at 33, chance at 0) 5 arg (Chance at 100, Chance at 75, Chance at 50, Chance at 25, chance at 0) ... and so on So if this works, we actually have more control then we originally thought ![]() RE: Stat Gain - Rattlehead - 08-06-2013 07:58 AM i still have a hard wrapping my head around exactly how that stat gain works, maybe u can clear it up; ADV_RATE=Chance at 100, Chance at 50, chance at 0 chance at 100 what? what i mean is when will this fire exactly? chance after 100 skill uses? i cant ever figure out how this thing fires, what it looks for in order to even give 1 chance of a stat gain tbh lets say this, and this is what i have thought, but i think i am wrong STR=100, 500, 1000 so, if u have 100 str or more, u have a 10% chance of gaining a str point, if u have 50 str or more, u have a 50% chance of gaining a stat, if u have 0 or more u have a 100% chance of gaining a stat? even thinking of it my way is confusing, and whats up with the numbers needing so many 0's? its hurting my brain! RE: Stat Gain - darksun84 - 08-06-2013 08:16 AM With STR=100, 500, 1000 the results will be : you need around 10 success/gain in a skill to increase STR by 1 if your skill is at 100.0 you need around 50 success/gain in a skill to increase STR by 1 if your skill is at 50.0 you need around 100 success/gain in a skill to increase STR by 1 if your skill is at 0 (it's not a good gain then ![]() Also i think that the BONUS_STR or BONUS_DEX or BONUS_INT influences which stat will be increased : Anatomy have Bonus_INT = 100 so i think it will always increase INT. Alchemy have Bonus_INt = 80 and Bonus_Dex = 20 so i think when a Stat Gain fires there will a be 80% to be a INT gain and 20% to be a DEX gain. RE: Stat Gain - Ben - 08-06-2013 08:36 AM This is taken right from source // ex. ADV_RATE=8000,2000,100 for alchemy (hard) // assume 100 = a 1 for 1 gain. // ex: 8000 = we must use it 80 times to gain .1 Now it's actually more complicated then that because sphere uses those numbers to calculate the proper chances to gaining according to your current skill RE: Stat Gain - amonvangrell - 08-06-2013 08:49 AM but this assumes only success has a way to gain status? its should be on skill used instead. 10 skill used at 100 skill to gain 1 stat. its still no good. i remember on osi that every 5min using any skill i got a stat up. so people use kindling's to raise stats. RE: Stat Gain - darksun84 - 08-06-2013 08:58 AM OSI stat gain is very very different http://www.uoguide.com/Stats#Gaining_Stats RE: Stat Gain - Rattlehead - 08-06-2013 10:30 AM ok, but what if ur skill is 75.0? or 15.0? you need around 50 success/gain in a skill to increase STR by 1 if your skill is at 50.0 are we to assume its 50.0 or more? |