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

Don Uh Script I need don uh script

kuk124

Banned User
Joined
May 6, 2010
Messages
271
Reaction score
6
Location
Homeless.
ocal exhausted = createConditionObject(CONDITION_EXHAUST)
setConditionParam(exhausted, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 900))

function onUse(cid, item, fromPosition, itemEx, toPosition)
if hasCondition(cid, CONDITION_EXHAUST_HEAL) then
return doPlayerSendDefaultCancel(cid, RETURNVALUE_YOUAREEXHAUSTED)
end

return doPlayerAddMana(itemEx.uid, 2250) and doAddCondition(cid, exhausted) and doSendMagicEffect(toPosition, CONST_ME_MAGIC_BLUE) and doSendAnimatedText(getThingPos(cid), "Don MR!", TEXTCOLOR_RED)
end


Hey I want A script for Don Uh Script what is the uh script Can anyone Help ?
 
Back
Top