Ward_214
Pro PvP
- Joined
- Dec 11, 2008
- Messages
- 297
- Reaction score
- 0
Does anyone know anything about weapon attackStrength?
Such as I found in this spell script.
And also, while you are attacking a target, on a paladin, when you are just using weapon... It attacks correctly with fast attack, but when you try to use SD Rune it won't hit the target with your weapon.
Im using TFS 0.3.5 Crying Damson PL2
Thanks in advance~
Kind Regards,
Beerabbit5
Such as I found in this spell script.
Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_GROUNDSHAKER)
function getSpellDamage(cid, weaponSkill, weaponAttack, attackStrength )
damage_min = (weaponSkill * weaponAttack * attackStrength / 30) * 2.45
damage_max = (weaponSkill * weaponAttack * attackStrength / 30) * 2.7
And also, while you are attacking a target, on a paladin, when you are just using weapon... It attacks correctly with fast attack, but when you try to use SD Rune it won't hit the target with your weapon.
Im using TFS 0.3.5 Crying Damson PL2
Thanks in advance~
Kind Regards,
Beerabbit5