I want to create script of potions that directly damage such as 20 physical damage point and 20 magic point. If my damage is 1000 per hit, when using potions it increases to 1020 per hit. I can't find this script on rathena/doc/item_bonus.txt
I'm trying to use a script.
bonus2 bAddClass,Class_All,x;
bonus2 bMagicAddClass,Class_All,x;
or
bonus2 bSkillAtk,sk,n;
bonus bShortAtkRate,n;
bonus bLongAtkRate,n;
But the value of "x" and "n" is a percentage.
I'm still new to this.
my english is not good.
If I use the wrong term I'm really sorry.
Thanks in advance for any comments.
Question
nomeen
I want to create script of potions that directly damage such as 20 physical damage point and 20 magic point. If my damage is 1000 per hit, when using potions it increases to 1020 per hit. I can't find this script on rathena/doc/item_bonus.txt
I'm trying to use a script.
bonus2 bAddClass,Class_All,x;
bonus2 bMagicAddClass,Class_All,x;
or
bonus2 bSkillAtk,sk,n;
bonus bShortAtkRate,n;
bonus bLongAtkRate,n;
But the value of "x" and "n" is a percentage.
I'm still new to this.
Edited by nomeenmy english is not good.
If I use the wrong term I'm really sorry.
Thanks in advance for any comments.
Link to comment
Share on other sites
3 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.