Ma może ktoś z Was wpt na waspy i beary w ab a takze chickeny i wolfy w thais? Na oficjalnym forum niestety nie znalazlem;/
while(true) do
if (Self.TargetID() == 0) then
if (getTargetsInArea(Self.Position(), 1, 0, 0) == 2) then
setTargetingEnabled(true)
wait(500)
setTargetingEnabled(false)
end
end
wait(2000,3000)
end
Ostatnio zmieniony przez Grosz3k : 11-11-2013, 15:43
local corpses = {
[5908] = {4173, 4011, 4025, 4047, 4052, 4057, 4062, 4112, 4212, 4321, 4324, 4327, 10352, 10356, 10360, 10364, 10368}, -- Obsidian Knife
[5942] = {4097, 4137} -- Blessed Wooden Stake
}
Module.New('skinner or duster', function(module)
if (Self.ItemCount(5942) >= 1) and (Self.TargetID() <= 0) then
for y = -5, 5 do
for x = -7, 7 do
if table.contains(corpses[5942], Map.GetTopUseItem(Self.Position().x + x, Self.Position().y + y, Self.Position().z).id) then
Walker.Stop()
Looter.Stop()
Self.UseItemWithGround(5942, Self.Position().x + x, Self.Position().y + y, Self.Position().z)
module:Delay(1400)
Walker.Start()
Looter.Start()
end
end
end
end
if (Self.ItemCount(5908) >= 1) and (Self.TargetID() <= 0) then
for y = -5, 5 do
for x = -7, 7 do
if table.contains(corpses[5908], Map.GetTopUseItem(Self.Position().x + x, Self.Position().y + y, Self.Position().z).id) then
Walker.Stop()
Looter.Stop()
Self.UseItemWithGround(5908, Self.Position().x + x, Self.Position().y + y, Self.Position().z)
module:Delay(1400)
Walker.Start()
Looter.Start()
end
end
end
end
end)
Cytat został ukryty, ponieważ ignorujesz tego użytkownika. Pokaż cytat.
Aktualnie 1 użytkowników przegląda ten temat. (0 użytkowników i 1 gości)
Zakładki