Ruseek
08-02-2012, 11:06 PM
If i've script for example while (true) do
if (Self.ItemCount(3483) >= 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 == 9582) then
delayWalker(1000)
Self.UseItemWithGround(3483, Self.Position().x + x, Self.Position().y + y,
Self.Position().z)
wait(300,1000)
end
end
end
end
wait(400)
end What i should to do ? Save in notepad and move to Script folder in XenoBot ? Or what? Greetings
if (Self.ItemCount(3483) >= 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 == 9582) then
delayWalker(1000)
Self.UseItemWithGround(3483, Self.Position().x + x, Self.Position().y + y,
Self.Position().z)
wait(300,1000)
end
end
end
end
wait(400)
end What i should to do ? Save in notepad and move to Script folder in XenoBot ? Or what? Greetings