Meister Posted April 4, 2013 Posted April 4, 2013 (edited) Learning how to code skills at the moment and needs tutorial or guide .. For example like this.. 1600 fixed damage per second / 10% Stun and Burning status chance -How to add this in battle.c? or rather this.. Ranged physical damage +50% 100% Damage / Melee damage received +30% Is this correct for ranged physical damage? skillratio += 50; or no? Lastly, example if the skill is set to be for 1 minute only. How to time it? do I need to use tick for it? Edited April 4, 2013 by Gnome Quote
Question
Meister
Learning how to code skills at the moment and needs tutorial or guide ..
For example like this..
-How to add this in battle.c?
or rather this..
Ranged physical damage +50%
100% Damage / Melee damage received +30%
Is this correct for ranged physical damage?
or no?
Lastly, example if the skill is set to be for 1 minute only. How to time it? do I need to use tick for it?
Edited by Gnome0 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.