As in topic, im looking for script that will sue slime gobbler on fungus ;)
ctmwnrqlo
01-03-2017, 03:37 AM
Module.New('slimer', function(Mod)
if slimer == true 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 == 12063) then
delayWalker(7000)
Self.UseItemWithGround(12077, Self.Position().x + x, Self.Position().y + y, Self.Position().z)
wait(5000,6000)
end
if (item.id == 12061) then
delayWalker(7000)
Self.UseItemWithGround(12077, Self.Position().x + x, Self.Position().y + y, Self.Position().z)
wait(5000,5000)
end
if (item.id == 12075) then
delayWalker(7000)
Self.UseItemWithGround(12077, Self.Position().x + x, Self.Position().y + y, Self.Position().z)
wait(5000,5000)
end
if (item.id == 12076) then
delayWalker(7000)
Self.UseItemWithGround(12077, Self.Position().x + x, Self.Position().y + y, Self.Position().z)
wait(5000,5000)
end
if (item.id == 12059) then
delayWalker(7000)
Self.UseItemWithGround(12077, Self.Position().x + x, Self.Position().y + y, Self.Position().z)
wait(5000,5000)
end
if (item.id == 12062) then
delayWalker(7000)
Self.UseItemWithGround(12077, Self.Position().x + x, Self.Position().y + y, Self.Position().z)
wait(5000,5000)
end
end
end
end
wait(400)
end)
i use this script and works
kamilmazur
03-01-2017, 05:55 PM
how to use this script? its not working for me
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.