onli0721 Posted October 3, 2012 Posted October 3, 2012 (edited) 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 October 3, 2012 by onli0721 Quote
Bin4ry Posted October 3, 2012 Posted October 3, 2012 Change Kiel Card itemdb script to: if(!isequipped(4403)) { bonus bDelayRate,-30; } For Expert Ring: if(!isequipped(2703)) { bonus bDelayRate,-5; } Quote
Question
onli0721
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 onli07211 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.