Back to "overwight / shield / dexxer" tags
Drink Strength when overweight (Drop/pick up your shield to the ground) by leogalego
Related: Parryoverwight / shield / dexxer
Description from the author:
# UPDATE 03/23/24 - Some improvements and behavior corrections were made
# When overweight or close to overweight, drink strength potion
# Create a script variable for 'myOffHand' and target your shield
if diffweight > 10
overhead 'Not Overweight' 88
else
if not findtype 'white potion' backpack
overhead 'OUT OF STRENGTH POTS!!!' 37
stop
else
overhead 'Droping Shield...' 88
lift myOffHand 1
droprelloc 0 0 2
wait 250
overhead 'Drinking Strength!' 88
potion 'strength'
wait 500
overhead 'Lifting Shield!' 88
lift myOffHand 1
drop "self" LeftHand
endif
endifWhen you become overweight you will drop your shield on the ground, drink the strength potion and re-equip your shield in your left hand.