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

Spirit Potions

Proland

New Member
Joined
Dec 28, 2008
Messages
116
Reaction score
0
Greetings, im using the latest patch of TFs 0.2
and my spirit potions arent working, im getting this error in the console:

data/actions/scripts/liquids/great_spirit.lua:15: in funcion <data/actions/scripts/liquids/great_spirit.lua:10>

data/actions/scripts/liquids/great_spirit.lua:15 attempt to call Global 'hasCondition' ( a niv value )


can anyone help me please ^.-?

thanks in advance, rep ++
 
Replace
PHP:
hasCondition(cid, CONDITION_EXHAUST_HEAL)
with
PHP:
getCreatureCondition(cid, CONDITION_EXHAUST_HEAL)
 
Back
Top