dest1n Posted June 21, 2019 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 17 Reputation: 1 Joined: 04/11/19 Last Seen: July 26, 2019 Share Posted June 21, 2019 hello anyone know how to remove item script effect when comboing with item ? for example : - amon ra card has a chance of auto casting Level 10 Kyrie Eleison My question is , How to remove that auto casting when pairing with any boots ? like tidal shoes for example thank you, sorry for bad grammar Quote Link to comment Share on other sites More sharing options...
0 Capuche Posted June 22, 2019 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted June 22, 2019 Copie the auto-spell you want to remove on your combo but put the rates as negative. For example for amon ra card 4236,Amon_Ra_Card,Amon Ra Card,6,20,,10,,,,,,,,64,,,,,{ bonus bAllStats,1; bonus3 bAutoSpellWhenHit,"PR_KYRIE",10,(30+70*(readparam(bInt)>=99)); },{},{} To remove the auto-spell from another item script the rate "(30+70*(readparam(bInt)>=99))" must be negative bonus3 bAutoSpellWhenHit,"PR_KYRIE",10,-(30+70*(readparam(bInt)>=99)); Quote Link to comment Share on other sites More sharing options...
Question
dest1n
hello anyone know how to remove item script effect when comboing with item ?
for example : - amon ra card has a chance of auto casting Level 10 Kyrie Eleison
My question is , How to remove that auto casting when pairing with any boots ? like tidal shoes for example
thank you, sorry for bad grammar
Link to comment
Share on other sites
1 answer 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.