• 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!

Solved Spells TFS 0.3 7.6

Lording

Well-Known Member
Joined
Jan 9, 2008
Messages
802
Reaction score
80
When I shoot SD's instead of the Rune appear a Spear and then the black ball of the rune, and when i cast exori vis or exani tera (the blueball) appear blood..
Anyone know how can I fix this?
In the script appear the right think i mean this:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH)
and here is exori vis:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ENERGYAREA)

- - - Updated - - -

fixed thanks
 
Back
Top