@grave18
Why features if you can script? D:
lua code:Module.New("Scumbagnestor", function(module)
if Walker.IsStuck() then
if (Creature("Spectral Scum"):isOnScreen()) then
setBotEnabled(false)
if not(Creature("Spectral Scum"):isFollowed()) then
Creature("Spectral Scum"):Follow()
end
if (Self.ItemCount(12237) > 0) then
Self.UseItemWithFollow(12237)
wait(900,1200)
end
setBotEnabled(true)
end
end
module:Delay(1000)
end)