Critica Posted March 30, 2016 Posted March 30, 2016 Hey guys, just wondering if true damage is possible as item bonus?for example. if you have +500 true damage, you will always deal 500 watever the element, def etc. is Quote
0 Playtester Posted March 31, 2016 Posted March 31, 2016 Hmmm it's kind of similar to the vellum weapons except they deal a fixed percentual damage amount and you want it to be a fixed number. You can look into its implementation and adjust it to your liking: battle.c void battle_vanish(struct map_session_data *sd, struct block_list *target, struct Damage *wd) Take a look into that function for some inspiration. If you don't use the bonus at all e.g. because you don't have vellum weapons in the first place, then it's easiest to just recode the function so it does absolute damage instead of percentual. If you need both, you'll have to implement a bonus that works similar to this one. Quote
Question
Critica
Hey guys, just wondering if true damage is possible as item bonus?
for example. if you have +500 true damage, you will always deal 500 watever the element, def etc. is
1 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.