Markyieee Posted May 27, 2014 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 134 Reputation: 4 Joined: 06/14/12 Last Seen: August 17, 2017 Share Posted May 27, 2014 Hi I just want to ask if what's wrong with my script. Description : 20% autocasting Maximum Overthrust when attacking. Scripts I tried : bonus4 bAutoSpell,486,3,20,i; bonus3 bAutoSpell,486,3,20; bonus5 bAutoSpell,378,1,20,t,0; But any of the 3 is not working. Please help me. Thank you. Quote Link to comment Share on other sites More sharing options...
Alayne Posted May 28, 2014 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Share Posted May 28, 2014 According to the doc: bonus3 bAutoSpell,sk,y,n; Adds a n/10% chance to cast skill sk of level y when attacking So it should be something like bonus3 bAutoSpell,486,3,200; your script will trigger it at 2% success rate. Quote Link to comment Share on other sites More sharing options...
Cydh Posted May 28, 2014 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted May 28, 2014 for bonuses that using skill in parameters, use quotes even it's by using skill name or skill id. Quote Link to comment Share on other sites More sharing options...
Question
Markyieee
Hi I just want to ask if what's wrong with my script.
Description : 20% autocasting Maximum Overthrust when attacking.
Scripts I tried :
bonus4 bAutoSpell,486,3,20,i;
bonus3 bAutoSpell,486,3,20;
bonus5 bAutoSpell,378,1,20,t,0;
But any of the 3 is not working. Please help me. Thank you.
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.