hi can i request a function script like this, this script is basically for item script, i want to make agi base, but kiel cooldown instead. this script only works if a player equips an item.
i want it to be like a function, if a player has 100 total agi, he will have 45% reduce acd effect. can someone help me? hehe
Question
BabaVoss
hi can i request a function script like this, this script is basically for item script, i want to make agi base, but kiel cooldown instead. this script only works if a player equips an item.
i want it to be like a function, if a player has 100 total agi, he will have 45% reduce acd effect. can someone help me? hehe
if(readparam(bAgi)>=100) { bonus bDelayRate,-45;
Edited by BabaVoss2 answers 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.