Shade Posted April 25, 2014 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 123 Reputation: 29 Joined: 04/09/12 Last Seen: February 10, 2021 Share Posted April 25, 2014 Hi, Does anyone know how to change/add trigger on autospell skill (not itemscript but the skill that sages have)? I'm trying to make it trigger when you're attacked by enemy (both melee and ranged physical damage). But I'm not sure where to start. Thanks, Shade Quote Link to comment Share on other sites More sharing options...
sandbox Posted April 25, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Wednesday at 09:36 AM Share Posted April 25, 2014 Read this ========================| 5. AutoSpell Bonuses | ======================== NOTES: - For all AutoSpell bonuses, target must be within the spell's range to go off. - By default, AutoSpell skills are casted on target unless it is a self or support skill (inf = 4/16). bonus3 bAutoSpell,sk,y,n; Adds a n/10% chance to cast skill sk of level y when attacking bonus3 bAutoSpellWhenHit,sk,y,n; Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack bonus4 bAutoSpell,sk,y,n,i; Adds a n/10% chance to cast skill sk of level y when attacking bonus5 bAutoSpell,sk,y,n,bf,i; Adds a n/10% chance to cast skill sk of level y when attacking with trigger criteria bf bonus4 bAutoSpellWhenHit,sk,y,n,i; Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack bonus5 bAutoSpellWhenHit,sk,y,n,bf,i; Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack with trigger criteria bf i provides additional options (bitfield): &0 = cast on self &1 = cast on enemy &2 = use random skill level in [1..y] &3 = 1+2 (random level on enemy) bonus4 bAutoSpellOnSkill,sk,x,y,n; Adds a n/10% chance to autospell skill x at level y when using skill sk bonus5 bAutoSpellOnSkill,sk,x,y,n,i; Adds a n/10% chance to autospell skill x at level y when using skill sk i provides additional options (bitfield): &1 = forces the skill to be casted on self, rather than on the target of skill sk &2 = random skill level in [1..y] is chosen Quote Link to comment Share on other sites More sharing options...
Shade Posted April 25, 2014 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 123 Reputation: 29 Joined: 04/09/12 Last Seen: February 10, 2021 Author Share Posted April 25, 2014 Read this ========================| 5. AutoSpell Bonuses | ======================== NOTES: - For all AutoSpell bonuses, target must be within the spell's range to go off. - By default, AutoSpell skills are casted on target unless it is a self or support skill (inf = 4/16). bonus3 bAutoSpell,sk,y,n; Adds a n/10% chance to cast skill sk of level y when attacking bonus3 bAutoSpellWhenHit,sk,y,n; Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack bonus4 bAutoSpell,sk,y,n,i; Adds a n/10% chance to cast skill sk of level y when attacking bonus5 bAutoSpell,sk,y,n,bf,i; Adds a n/10% chance to cast skill sk of level y when attacking with trigger criteria bf bonus4 bAutoSpellWhenHit,sk,y,n,i; Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack bonus5 bAutoSpellWhenHit,sk,y,n,bf,i; Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack with trigger criteria bf i provides additional options (bitfield): &0 = cast on self &1 = cast on enemy &2 = use random skill level in [1..y] &3 = 1+2 (random level on enemy) bonus4 bAutoSpellOnSkill,sk,x,y,n; Adds a n/10% chance to autospell skill x at level y when using skill sk bonus5 bAutoSpellOnSkill,sk,x,y,n,i; Adds a n/10% chance to autospell skill x at level y when using skill sk i provides additional options (bitfield): &1 = forces the skill to be casted on self, rather than on the target of skill sk &2 = random skill level in [1..y] is chosen I meant the Sage's Autocast not the item script autospell. Sorry for not being clear. Quote Link to comment Share on other sites More sharing options...
Question
Shade
Hi,
Does anyone know how to change/add trigger on autospell skill (not itemscript but the skill that sages have)? I'm trying to make it trigger when you're attacked by enemy (both melee and ranged physical damage). But I'm not sure where to start.
Thanks,
Shade
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.