View Full Version : Auto amulet changer Lua script anyone?
jcastillo2012
01-12-2016, 05:36 AM
amulet Id is 3082 thanks in advance :D
eldera
01-12-2016, 06:35 PM
amulet Id is 3082 thanks in advance :D
local amuletId = 3082
Module.New("amulet-changer", function()
if (Self.Amulet().id ~= amuletId) then
Self.Equip(amuletId, "amulet")
end
end)
jcastillo2012
01-12-2016, 09:16 PM
thanks really appreciated
david4200
06-12-2017, 01:47 AM
I cant get this to work wi
th garlic necklace
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.