PDA

View Full Version : Skinner



Lemour
01-09-2017, 09:54 AM
Hello.

i'v been looking around for a skinning script.

I'v found one but I dont know if it will work.
Here is the script:


function stake()
if (Self.ItemCount(5908) >= 1 and Self.TargetID() == 0) then
for x = -7, 7, 1 do
for y = -5, 5, 1 do
local item = Map.GetTopUseItem(Self.Position().x + x, Self.Position().y + y,

Self.Position().z)
if (item.id == 4212) then
delayWalker(1000)
Self.UseItemWithGround(5908, Self.Position().x + x, Self.Position().y + y,

Self.Position().z)
wait(300,1000)
end
end
end
end
wait(400)
end


while (true) do
stake()
end

Currently roaming minotaurs and would love to be able to skinn them!
Thanks :>