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

underwater system (evolutions 0.78)

-LMS-

New Member
Joined
Jul 4, 2007
Messages
13
Reaction score
3
E ai people I am needing a system pra to take off damage in aquaticas areas sub, when it is not used the Helmet of the Deep, for evolutions 0.78.


local drowning = createConditionObject(CONDITION_WATER)
addDamageCondition(drowning, 500, 4000, -20)



function onEquip(cid, item, slot)

if getPlayerUnderwater(cid) ~= 0 then
doTargetCombatDispel(0, cid, CONDITION_WATER, CONST_ME_NONE)
end


end


function onDeEquip(cid, item, slot)

if getPlayerUnderwater(cid) ~= 0 then
doTargetCombatCondition(0, cid, drowning, CONST_ME_NONE)
end

end



however of this error:

imagemls6.gif


In this in case that I am using for action, but it will be had for movmentes does not have problem ^^
 
You use Evolutions? Because I dont really understand what u are saying;/
If you do you can do 2 things:

1. Use the forgotten server
2. Look at the sources and find the correct Condition.
 
Dictionary.com Translator ####### :p
Sorry!

The diving sistem of my evolutions server 0.78 is not working.
I need one that works with actions or movements.
 
I recommend switching over to the forgotten server... I have been having alot of problems with Evolutions myself. I plan to switch over within the next day or so.
 
Back
Top