Equip Gear by weteamsteve30
Description from the author:
# auto equip after getting body
# setup for spellbook and leather armor
# By: Zanarkand AKA Weteamsteve#9245
# https://outlands.uorazorscripts.com/script/1412491b-b83b-4b63-ba35-d4cf54f18eca
@setvar! id_spellbook "3834"
@setvar! id_head "7610"
@setvar! id_chest "5075"
@setvar! id_legs "5074"
@setvar! id_arms "5061"
@setvar! id_gloves "5070"
@setvar! id_neck "5063"
# spellbook
if not findlayer self righthand
if findtype id_book backpack as book
dclick book
wait 1000
endif
endif
# head
if not findlayer self head
if findtype id_head backpack as cap
dclick cap
wait 1000
endif
endif
# torso
if not findlayer self middletorso
if findtype id_chest backpack as chest
dclick chest
wait 1000
endif
endif
# legs
if not findlayer self outerlegs
if findtype id_legs backpack as legs
dclick legs
wait 1000
endif
endif
# arms
if not findlayer self arms
if findtype id_arms backpack as arms
dclick arms
wait 1000
endif
endif
# gloves
if not findlayer self gloves
if findtype id_gloves backpack as gloves
dclick gloves
wait 1000
endif
endif
# neck
if not findlayer self neck
if findtype id_neck backpack as neck
dclick neck
wait 1000
endif
endif
# righthand
# lefthand
# shoes
# pants
# shirt
# head
# gloves
# ring
# talisman
# neck
# hair
# waist
# innertorso
# bracelet
# face
# facialhair
# middletorso
# earrings
# arms
# cloak
# backpack
# outertorso
# outerlegs
# innerlegs
# onehandedsecondary
# quiver
# outerbodyuse to auto equip gear after getting body