04-18-2010, 10:05 AM
Sorry MicKo, but what exactly 'rezed' means ? Resurrected ? If that's the case, in which case does that happen ? I ask this because I didn't notice that kind of bug (and I died a lot for testing purpose).
And yes, you have a good point about the configuration method. Though you made a mistake: HitTimings is a hash not an array. So its more like this:
if HitTimings.keys.include?(skill_id)
And yes, you have a good point about the configuration method. Though you made a mistake: HitTimings is a hash not an array. So its more like this:
if HitTimings.keys.include?(skill_id)