somy96
Bloxer Ot
The mixed doll its like a mixed rune but better no exhaust and looks better.
mixed doll.lua
action.xml
code
Credits to me----> If you liked this script please Rep++
mixed doll.lua
function onUse(cid, item, frompos, item2, topos)
mag = getPlayerMagLevel(cid)
if mag >= 0 then
doSendMagicEffect(topos,39)
doCreatureSay(cid,"Mixed Doll!",19)
doCreatureAddMana(cid, 5000000)
doCreatureAddHealth(cid, 5000000)
if item.type > 1 then
doChangeTypeItem(item.uid,item.type-1)
end
else
doSendMagicEffect(frompos,2)
doPlayerSendCancel(cid,"Your magic is not strong enough to wield this power.")
end
return 1
end
action.xml
code
<action itemid="9693" script="mixed doll.lua"/>
Credits to me----> If you liked this script please Rep++