hi guys
i wana know what is meanning of these 2 lines
and if there more of these kind (Block whatever) i wana know it
my other problem can i take off this line from weapon script ?
and make it works too ?
cuz when i delete it - it does not even hit dmg
i wana know what is meanning of these 2 lines
Code:
setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1)
setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1)
and if there more of these kind (Block whatever) i wana know it
my other problem can i take off this line from weapon script ?
and make it works too ?
Code:
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
cuz when i delete it - it does not even hit dmg