ganancia Posted April 11, 2021 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 12/15/12 Last Seen: June 5, 2023 Share Posted April 11, 2021 How do I change Auto Spell physical attacks to magic attacks? Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted April 11, 2021 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 10 hours ago Share Posted April 11, 2021 (edited) bonus5 bAutoSpell,x,y,n,t,i; n/10% chance to cast skill x of level y when attacking (supports skill names) t: Trigger criteria: BF_SHORT: Trigger on melee attack BF_LONG: Trigger on ranged attack ( Default: BF_SHORT+BF_LONG ) BF_WEAPON: Trigger on weapon skills BF_MAGIC: Trigger on magic skills BF_MISC: Trigger on misc skills ( Default: BF_WEAPON ) BF_NORMAL: Trigger on normal attacks. BF_SKILL: Trigger on skills (Default: BF_SKILL if type is BF_MISC or BF_MAGIC, BF_NORMAL if type is BF_WEAPON) i: 0=cast on self 1=cast on enemy, not on self 2=use random skill lv in [1..y] 3=1+2 (random lv on enemy) do you meant trigger autospell on magical attack? Edited April 11, 2021 by Emistry Quote Link to comment Share on other sites More sharing options...
0 ganancia Posted April 11, 2021 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 12/15/12 Last Seen: June 5, 2023 Author Share Posted April 11, 2021 2 hours ago, Emistry said: bonus5 bAutoSpell,x,y,n,t,i; n/10% chance to cast skill x of level y when attacking (supports skill names) t: Trigger criteria: BF_SHORT: Trigger on melee attack BF_LONG: Trigger on ranged attack ( Default: BF_SHORT+BF_LONG ) BF_WEAPON: Trigger on weapon skills BF_MAGIC: Trigger on magic skills BF_MISC: Trigger on misc skills ( Default: BF_WEAPON ) BF_NORMAL: Trigger on normal attacks. BF_SKILL: Trigger on skills (Default: BF_SKILL if type is BF_MISC or BF_MAGIC, BF_NORMAL if type is BF_WEAPON) i: 0=cast on self 1=cast on enemy, not on self 2=use random skill lv in [1..y] 3=1+2 (random lv on enemy) do you meant trigger autospell on magical attack? I would like Auto Spell to be activated when using magic attack instead of physical attack Quote Link to comment Share on other sites More sharing options...
Question
ganancia
How do I change Auto Spell physical attacks to magic attacks?
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.