BrOgBr Posted January 18, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 97 Reputation: 10 Joined: 01/21/13 Last Seen: 6 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Haruka Mayumi Posted January 18, 2018 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: March 25 Share Posted January 18, 2018 { bonus bAspdRate,BaseLevel/10; bonus bMaxHP,(-40*(BaseLevel/10));},{},{} 1 1 Quote Link to comment Share on other sites More sharing options...
0 BrOgBr Posted January 18, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 97 Reputation: 10 Joined: 01/21/13 Last Seen: 6 hours ago Author Share 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.