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:
- - - Updated - - -
fixed thanks
Anyone know how can I fix this?
In the script appear the right think i mean this:
and here is exori vis: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)
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ENERGYAREA)
- - - Updated - - -
fixed thanks