Originally Posted by
timthomas
Softboots changer is still not working on the Old Fortress for mage script. It is also still switching to full attack randomly. I downloaded the new version...
Here is the start of the softboots script:
init start
-- local SCRIPT_VERSION = '1.0.1'
local boots = getuseroption('BootsName') -- this is the alternative boots, to equip while you are in pz, or you have enough mana
local softnumbers = {consider = 'mppc', equip = {93,94}, unequip = {95,98}} -- check this, it's randomized, in this example it will equip soft if you have less than 40~60% of MP, and equip soft boots if you have more than 80~90% of MP.
local alertifnosoft = false -- this will play an alert if a soft wasn't found on your backpacks.
local soundfile = 'monster.wav' -- this is the sound you want to use play when you have no soft
-- dont change anything below.