president vankk
Web Developer & AuraOT Owner
- Joined
- Jul 10, 2009
- Messages
- 5,719
- Solutions
- 9
- Reaction score
- 339
I tryed make, but I have no ideia how to do that.. A script when the player isPremium will increase the loot rate in 50% and the low level proctetion works like, if the player is < 100 and is not skull then won't drop the loot, I cried this script, but isn't working, doesn't creating any corpose.
Thanks.
Yours VANKK;
Code:
function onPrepareDeath(cid, killer)
if getCreatureSkullType(cid) == SKULL_NONE and getPlayerLevel(cid) < 100 then
doSetCreatureDropLoot(cid, false)
end
return true
end
Thanks.
Yours VANKK;