drifterxxxx2 Posted November 15, 2017 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 83 Reputation: 3 Joined: 10/22/17 Last Seen: June 5, 2021 Share 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 Link to comment Share on other sites More sharing options...
1 Haziel Posted November 15, 2017 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share 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 Link to comment Share on other sites More sharing options...
0 drifterxxxx2 Posted November 16, 2017 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 83 Reputation: 3 Joined: 10/22/17 Last Seen: June 5, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.