BrOgBr Posted January 18, 2018 Posted January 18, 2018 Hello, How can I write this script: Quote Every 10 Base Level increment: Reduces after attack delay by 1%, but reduces MaxHP by 40. I think that after attack delay is the same as bAspdRate, right? I don't know how write this line Someone can help me? Quote
0 Haruka Mayumi Posted January 18, 2018 Posted January 18, 2018 { bonus bAspdRate,BaseLevel/10; bonus bMaxHP,(-40*(BaseLevel/10));},{},{} 1 1 Quote
0 BrOgBr Posted January 18, 2018 Author Posted January 18, 2018 (edited) 17 hours ago, Haruka Mayumi said: { bonus bAspdRate,BaseLevel/10; bonus bMaxHP,(-40*(BaseLevel/10));},{},{} Seems to be working, thank you. Solved! Edited January 18, 2018 by BrOgBr Solved. Quote
Question
BrOgBr
Hello,
How can I write this script:
I think that after attack delay is the same as bAspdRate, right?
I don't know how write this line
Someone can help me?
2 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.