Log in

View Full Version : Skin bonebeasts



hans1234
10-31-2012, 07:30 PM
Like the title says it i need sort kind of script or something that can skin my bonebeasts
I am kinda new so i hope u can give me a good explenation.
Already thanks for the efforts.

DarkstaR
10-31-2012, 07:33 PM
That'd be cool. I can't even skin bone beasts by hand! I have to stake them! :(

Zythox
10-31-2012, 07:39 PM
I always use my obsidian knife

hans1234
11-01-2012, 02:42 PM
So there is no script that will Skin/stake ,or whatever u wanna call it, bonebeasts with obsidain knife ?

padj
11-01-2012, 03:19 PM
I dont think there is one on here that works 100% but there are a few round, dont quote me on this.

Bushu
11-01-2012, 05:38 PM
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

that's the one I use

hans1234
11-01-2012, 05:56 PM
Bushu And do i have to change some ID's for this ? Or is this for bonebeasts to ?

hans1234
11-01-2012, 06:58 PM
it is already working thanks mate

Iko
11-01-2012, 11:20 PM
Wilko noob

hans1234
11-03-2012, 06:01 PM
Niet te stoer Joshua Iko