HalfMercy
Member
I added an item called Boots of Speed to my server (modified version of a RunUO script called FastFeet). They work pretty well - they give the wearer mount speed and the server checks for the shoe equipment slot on login, so there's no need to unequip/re-equip to get them to work. However if an access level "player" is wearing them, they get speed-throttled and lag after a few steps. I know I could disable Fastwalk protection to stop this but that would allow people to use third-party programs to get mount speed and render my boots useless. I know that I could script in that equipping the boots gives the wearer an access level of VIP while worn and change the Fastwalk script to not check players with access level of VIP or higher to achieve my goal - but I would really like to learn how to supersede the Fastwalk protection. Afaik I can't use an override so I'm at a loss.