letstry Posted June 26, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Share Posted June 26, 2012 Requesting a script like.. When using attack skills like desperado, bowling bash, and other battle skills it will autocast lv1 enchant deadly poison.. Thanks Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted June 26, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted June 26, 2012 You need to elaborate on "other battle skills." Also do you want an item script or do you just want Enchant Deadly Poison to automatically happen whenever those skills are casted? Quote Link to comment Share on other sites More sharing options...
letstry Posted June 27, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted June 27, 2012 I mean all physical damage battle skills like those above and ds and spiral pierce, rapidshower, throw shuriken and others.. Quote Link to comment Share on other sites More sharing options...
Jezu Posted June 27, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share Posted June 27, 2012 (edited) You mean Auto Cast Enchant Deadly Poison? To make a script like that, check "Injustice Card" so you will have an Idea on how to get this script and then change the script to Enchant Deadly Poison. Injustice Card Script (LEVEL 1 SONIC BLOW AT 5% CHANCE) : { bonus3 bAutoSpell,"AS_SONICBLOW",1,50;} then change the AS_SONICBLOW to Enchant Deadly Poison script. Edited June 27, 2012 by Jezu Quote Link to comment Share on other sites More sharing options...
letstry Posted June 30, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted June 30, 2012 Already tried that.. Still doesn't work.. It only works when attacking normally.. What I want to happen is, make it autocast when also casting skills like if you cast Desperado and it his enemies, there's a chance to activate Lv1 EDP.. Btw, Here's my script { bonus3 bAutoSpell,"ASC_EDP",1,20; } Anyone? Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 2, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 19 hours ago Share Posted July 2, 2012 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) Quote Link to comment Share on other sites More sharing options...
letstry Posted July 2, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted July 2, 2012 { bonus5 bAutoSpell,"ASC_EDP",1,20,BF_SKILL,1; } Like This? Quote Link to comment Share on other sites More sharing options...
F0xxy Posted July 2, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 224 Reputation: 22 Joined: 03/23/12 Last Seen: April 21, 2020 Share Posted July 2, 2012 { bonus5 bAutoSpell,"ASC_EDP",1,20,BF_SKILL,1; } Like This? Change the 1 to 0 otherwise the buff is directed at your targets. Quote Link to comment Share on other sites More sharing options...
letstry Posted July 3, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted July 3, 2012 Thanks its working now Quote Link to comment Share on other sites More sharing options...
Question
letstry
Requesting a script like.. When using attack skills like desperado, bowling bash, and other battle skills it will autocast lv1 enchant deadly poison..
Thanks
Link to comment
Share on other sites
8 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.