Hello everyone I wanted to add exhaustion to my Donated MR (Im using 3.6 tfs)
And i add it like this look
This
and when i use Donated uh i get this Pic = https://i.imgur.com/NMisgL5.png
i have no ide how to fix it!And im super bad at scripting!!!!
:w00t: I NEED HELP AND FAST
And i add it like this look
LUA:
function onUse(cid, item, frompos, item2, topos)
doSendMagicEffect(topos,1)
doCreatureSay(cid,"Donation MR!", TALKTYPE_ORANGE_1)
doPlayerAddMana(cid, 23855)
doPlayerexhaustion(cid, 1600)
return true
end
This
LUA:
doPlayerexhaustion(cid, 1600)
and when i use Donated uh i get this Pic = https://i.imgur.com/NMisgL5.png
i have no ide how to fix it!And im super bad at scripting!!!!
:w00t: I NEED HELP AND FAST