Jump to content

Question

Posted

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

1 answer to this question

Recommended Posts

  • 0
Posted

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));

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...