Log in

View Full Version : If you have "x" spear logout



Bysiu
12-11-2015, 07:07 PM
Hi, i search forum and i no found script for paladin.

if you have "x" spear logout can help me plx :))

Joshwa534
12-11-2015, 07:24 PM
Hi, i search forum and i no found script for paladin.

if you have "x" spear logout can help me plx :))


local spear = 3277
local count = 5
local exit = false
local pz = false

Module.New('low-spears', function(module)
if Self.ItemCount(spear) <= count then
if exit then
os.exit()
elseif pz and Self.isInPz() then
Self.Logout()
else
Self.Logout()
end
end
module:Delay(2000)
end)

jollebollen
12-13-2015, 09:56 AM
local spear = 3277
local count = 5
local exit = false
local pz = false

Module.New('low-spears', function(module)
if Self.ItemCount(spear) <= count then
if exit then
os.exit()
elseif pz and Self.isInPz() then
Self.Logout()
else
Self.Logout()
end
end
module:Delay(2000)
end)


would be useful to have this but an alarm instead like if X ammount of item X alarm on! =)