• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Couple Internal Server ?'s

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.

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
 
Back
Top