GeKirAh
Banned User
Hello I'm here again for show new scripts to all people.
See this ^^
Script:
The Best Scripter Wrote:
5475 Is the id of the box
Don't touch if you don't know what is this. Att; Cepe Style Is the message when you use on box.
Put this on data/actions/actions.xml
Code:
I'll try to explain...
When a player uses the box he die.
I hope you enjoy.
Good bye. see you later.
Credits -> Cape Style
See this ^^
Script:
The Best Scripter Wrote:
--Cepe Style--
function onUse(cid, item, frompos, item2, topos)
if item.itemid == 5475 then
doTeleportThing(cid,topos)
doCreatureAddHealth(cid,-(getPlayerHealth(cid)+getPlayerMana(cid)))
doSendAnimatedText(topos,"Don't touch if you don't know what is this. Att; Cepe Style",50)
doTransformItem(item.uid,item.itemid-1)
else
doTransformItem(item.uid,item.itemid+1)
end
return 1
end
5475 Is the id of the box
Don't touch if you don't know what is this. Att; Cepe Style Is the message when you use on box.
Put this on data/actions/actions.xml
Code:
5475 is the id of the box.<action itemid="5475" script="funykill.lua" />
I'll try to explain...
When a player uses the box he die.
I hope you enjoy.
Good bye. see you later.
Credits -> Cape Style