Jump to content

Question

Posted (edited)

i would like to request a script for my kiel card with some modification.

 

 4403,Kiel_Card,Kiel-D-01 Card,6,20,,10,,,,,,,,769,,,,,{ bonus bDelayRate,-30; },{},{} 

   here is my currently script for my kiel card.

 

i want to disable using 2 kiel card at the same time. if you use 2 kiel card only 1 kiel card will work. but if you have 2 expert ring you can use 2 kiel card. 

 

like a combo item. 2kiel will work only when you have 2 expert ring.

 

2 kiel card will not stock if you dont have 2 expert ring.

 

 

Thanks rA.

Edited by AllHailToTheKing

4 answers to this question

Recommended Posts

Posted
bonus bDelayRate, (getequipid(EQI_ACC_L) == 2703 && getequipid(EQI_ACC_R) == 2703) ? -30 : -30 / (getequipcardcnt(EQI_HEAD_TOP) + getequipcardcnt(EQI_HEAD_MID) + getequipcardcnt(EQI_HEAD_LOW));

.. should work

  • Upvote 1
Posted
bonus bDelayRate, (getequipid(EQI_ACC_L) == 2703 && getequipid(EQI_ACC_R) == 2703) ? -30 : -30 / (getequipcardcnt(EQI_HEAD_TOP) + getequipcardcnt(EQI_HEAD_MID) + getequipcardcnt(EQI_HEAD_LOW));

.. should work

 

 

thanks will try this

Posted

Aaaah, nevermind. This wont work. There is an error in my logic... sorry. T_T

 

Try this:

bonus bDelayRate, (isequipedcnt(2703) == 2) ? -30 : -30 / isequipedcnt(4403));

i was about to reply that 2 kiel is working even without er. will try this new script. one sec

Thanks

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...