ive tried a few n ran them they just bounce back off my loader if I can get one I can change just the name of ammy would be nice I really need a garlic necklace user I got a life ring ones works good 3083 is id for garlic anyone give me a hand?
ive tried a few n ran them they just bounce back off my loader if I can get one I can change just the name of ammy would be nice I really need a garlic necklace user I got a life ring ones works good 3083 is id for garlic anyone give me a hand?
bump please?
*****
bump please anyone an auto garlic script
what do u mean ohh I cant save this on note pad??? is that what im doing wrong?
-- Amulet #1
--As title say, script equip amulet when actually is out --
local UseAmulet = true
local Amulet = 817 -- Item ID of the amulet, with the most priority, that you want to equip. (Default: Magma Amulet)
-- Do not edit anything below
Module.New('equip amulet', function(module)
if (UseAmulet) and (Self.Amulet().id ~= Amulet) and (Self.ItemCount(Amulet) > 0) then
Self.Equip(Amulet, "amulet")
module:Delay(1000)
end
end)