Jump to content
  • 0

Kiel Effect


onli0721

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  06/10/12
  • Last Seen:  

how can I script this?

enable the use of ONE KIEL CARD ONLY ( {bonus bDelayRate,-30;},{},{} ) on my server..

if they are using 2 or 3 Kiel cards..only ONE kiel card will effect..

but If they are using the combo set..(2 expert rings, 2 Kiel cards)

they will get -70% delay rate..

if one those (2 expert rings, 2 Kiel cards) is not present in their equipment ( alt + Q )

for example: (2 expert rings, 1 Kiel card ONLY) , ( 1 expert ring , 2 Kiel cards ONLY) vise versa.

they will just get the effect of 1 expert ring (bDelayRate,-5;) and 1 kiel card (bDelayRate,-30;)

thanks in advance

Edited by onli0721
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

Change Kiel Card itemdb script to:

if(!isequipped(4403)) { bonus bDelayRate,-30; }

For Expert Ring:

if(!isequipped(2703)) { bonus bDelayRate,-5; }

Link to comment
Share on other sites

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.

×
×
  • Create New...