Spell timers question
Posted: Sat Aug 16, 2008 9:33 am
LE,
I normally do not see timers calculated in 10ths of a second (ie., cast_time of 0.5 = 5... cast time of 10 = 100, etc). Is there a specific reason you chose 10ths instead of the more common "millisecond" approach? I am bringing this up because now that we're entering data for spells, we have inconsistencies that are confusing - before we get too far ahead, I'd like to discuss them with you to see if we can either get them all changed to ms, or understand why they are this way.
For instance,
`cast_time` is 1/10th of a second
`recast` is a whole integer
`range` is whole
etc...
Also:
`resistibility` is a percentage input, but is "unsigned" so cannot take the proper .34 value to represent 34% (which I know I can fix, but need to ensure with YOU it will not break something internally).
There are a few values that are unsigned that require fractional input, so I will have to change those to signed values. Will this effect the server any?
What are your thoughts of the inconsistent timers?
Thanks
I normally do not see timers calculated in 10ths of a second (ie., cast_time of 0.5 = 5... cast time of 10 = 100, etc). Is there a specific reason you chose 10ths instead of the more common "millisecond" approach? I am bringing this up because now that we're entering data for spells, we have inconsistencies that are confusing - before we get too far ahead, I'd like to discuss them with you to see if we can either get them all changed to ms, or understand why they are this way.
For instance,
`cast_time` is 1/10th of a second
`recast` is a whole integer
`range` is whole
etc...
Also:
`resistibility` is a percentage input, but is "unsigned" so cannot take the proper .34 value to represent 34% (which I know I can fix, but need to ensure with YOU it will not break something internally).
There are a few values that are unsigned that require fractional input, so I will have to change those to signed values. Will this effect the server any?
What are your thoughts of the inconsistent timers?
Thanks