Stun question
is this part of the code where the stun duration is?
Code:
if(stun_resist <= 0 || MakeRandomInt(0,99) >= stun_resist) Code:
mlog(COMBAT__HITS, "Stunned. We had %d percent resist chance."); Stun(0); |
You are referencing the stun related to BASH which does not have a duration, just interrupts.
This is stun related to spell effects, which does indeed use the effect duration. Code:
case SE_Stun: |
stun from client doesnt but stun from NPCs does have a duration. I am looking from stun from npcs because it is instant and should have a duration.
|
All times are GMT -4. The time now is 10:01 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.