Equip Loop - shastaxc/silver-libs GitHub Wiki
Perpetually re-equip your gear. This will help foil those degenerate mobs that unequip your gear.
Implementation
If Using Mote Libs
If the specified functions already exist, just put the silibs part inside of it in the appropriate spot. Please add the following:
function job_setup()
silibs.enable_equip_loop()
end
If Using Selindrile Libs
If the specified functions already exist, just put the silibs part inside of it in the appropriate spot. Please add the following in your char_job_gear.lua file:
function user_job_setup()
silibs.enable_equip_loop()
end
Optional Commands
There may be some times when you want to temporarily disable this feature, maybe for testing out a new piece of gear. You can pause/resume this feature on the fly by typing in game //gs c pause. This command will pause the equip loop if it's on, and unpause it if it's off.