Log in

View Full Version : Knight Stop Looting when Cap Below



Elder' Mariusz
03-24-2016, 09:14 AM
Hi guys, can someone tell me what's wrong with this ?

Module.New("checkCap", function()
if (Self.Cap() < 96) then
setLooterEnabled(false)
else
setLooterEnabled(true)
end
end)

It works good, but sometimes my characters getting lagged... turning around or going up down up down up down around 10-15 minutes idk why

someone can help ?

Jontor
03-26-2016, 12:07 PM
There's nothing wrong in this script, but you can try to:
- delay the module
- math.floor(Self.Cap())