Blackcody
RiseOfTibia Owner
- Joined
- Aug 31, 2008
- Messages
- 136
- Reaction score
- 1
LUA:
local grass = {106, 103, 101}
function onUse(cid, item, fromPosition, itemEx, toPosition)
if itemid == 2549 then
doTransformItem(grass, 804)then
end
return true
end
If The Rake Id = 2549 is used on the grass Tiles Id = {106, 103, 101} the grass tiles should transform to the dirt tile Id = 804
Some One Please Help