• 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 Hmm rune has no visual effect

SugarCame

New Member
Joined
Feb 15, 2024
Messages
9
Reaction score
0
Hi Everyone as i wite in topic, when im using a spell rune 'Hmm' im dealing damage as i should but im not seeing any efect. just a amount of dmg dealt. can someone explain me how to fix it ?
 
Check your hmm script on data/spells/scripts/attack probably your script is missing some parameter :
Lua:
combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE)
combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_ENERGYHIT)
combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)
 
Check your hmm script on data/spells/scripts/attack probably your script is missing some parameter :
Lua:
combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE)
combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_ENERGYHIT)
combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)
Thanks for answer, alredy fixed it by myselve. Actually another problem is that my npc not selling spells
 
Back
Top