drifterxxxx2 Posted November 15, 2017 Posted November 15, 2017 Hi guys I want to modify hocus pocus/abracadabra in renewal. The rate of the skills hidden by '????' to be more precise. I found the scripts.. but I don't know what to change.. I want the chance of 'Class change' to be 0.3% but no idea where to modify Can someone share or comment how this script (abra_db.txt) works? many thanks Quote
1 Haziel Posted November 15, 2017 Posted November 15, 2017 (edited) The abra_db is pretty straightfoward, it explains really well how it works. // Hocus-Pocus (Abracadabra) Castable Skills Database // // Structure of Database: // SkillID,DummyName,ProbabilityPerLvl // // 01. SkillID Skill ID to be casted by hocus pocus. // 02. DummyName Name of the skill (informative, not used by server). // 03. ProbabilityPerLvl Not a rate! Chance at which the skill is selected compared // with other entries probabilties // // NOTE: // - The skill is picked at random from the entire database and then tested for rate. If it // does not succeed at that rate, another skill is picked and tested. This continues // until a skill succeeds. Abracadabra-specific skills have a different chance to occur // depending on skill level used. All other skills have an equal chance and appear from // level 1 onward. // - To remove entry by importing, put "clear" (without quotes) in DummyName In short, it's not set as a percentage, but in 'tiers'. For your best luck it is for the best that you pick a skill that appears as much as you wanted 'Class-Change' to be casted and copy its values to it. Abracadabra specific skills has different chances by skill level by the way. Edited November 15, 2017 by Haziel Quote
0 drifterxxxx2 Posted November 16, 2017 Author Posted November 16, 2017 (edited) 22 hours ago, Haziel said: The abra_db is pretty straightfoward, it explains really well how it works. // Hocus-Pocus (Abracadabra) Castable Skills Database // // Structure of Database: // SkillID,DummyName,ProbabilityPerLvl // // 01. SkillID Skill ID to be casted by hocus pocus. // 02. DummyName Name of the skill (informative, not used by server). // 03. ProbabilityPerLvl Not a rate! Chance at which the skill is selected compared // with other entries probabilties // // NOTE: // - The skill is picked at random from the entire database and then tested for rate. If it // does not succeed at that rate, another skill is picked and tested. This continues // until a skill succeeds. Abracadabra-specific skills have a different chance to occur // depending on skill level used. All other skills have an equal chance and appear from // level 1 onward. // - To remove entry by importing, put "clear" (without quotes) in DummyName In short, it's not set as a percentage, but in 'tiers'. For your best luck it is for the best that you pick a skill that appears as much as you wanted 'Class-Change' to be casted and copy its values to it. Abracadabra specific skills has different chances by skill level by the way. thank you for your response, i've just started learning about scripts this tier method makes a little more tricky to set a specific value for succes rate do you know where can i find older versions of this script? I want to compare because I remember in early renewal it was much more easy to get 'Class change' than now edit. found the answer, you can close thanks Edited November 16, 2017 by Rolf Quote
Question
drifterxxxx2
Hi guys
I want to modify hocus pocus/abracadabra in renewal. The rate of the skills hidden by '????' to be more precise.
I found the scripts.. but I don't know what to change..
I want the chance of 'Class change' to be 0.3% but no idea where to modify
Can someone share or comment how this script (abra_db.txt) works?
many thanks
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.