Created: 2 days ago on 03/12/2025, 11:18:33 PM
Note from JaseOwns:
Scripts will be leveraged on both UORazorscipts.com and this site. At the time of the launch (Feb 1st 2025), this isn't working right - but it will! Thanks for checking it out
FileType: No file type provided
Size: 4476
Category: Tailoring
Skills: Tailoring
Hotkey: No hotkey provided
Tags: No tags provided
Description: 42-GM Tailor Trainer
#Tailoring Trainer
#Need:
# Sewing kits 40x
# Cloth 20k - 30k
# 42-50 Tailoring
@setvar! ping 1000
if skill 'tailoring' <= 42
if findtype 'sewing kit' backpack -1 -1 -1 as kit
dclick kit
waitforgump 949095101 650
gumpresponse 29
wait ping
waitforgump 949095101 650
gumpresponse 16
wait ping
waitforgump 949095101 650
endif
if findtype 'fancy shirt' backpack as shirt
if findtype scissors backpack -1 -1 -1 as scissors
dclick scissors
waitfortarget 650
if targetexists
target shirt
wait ping
endif
endif
endif
elseif skill 'tailoring' <= 54
if findtype 'sewing kit' backpack -1 -1 -1 as kit
dclick kit
waitforgump 949095101 650
gumpresponse 29
wait ping
waitforgump 949095101 650
gumpresponse 44
wait ping
waitforgump 949095101 650
endif
if findtype 'cloak' backpack as cloak
if findtype scissors backpack -1 -1 -1 as scissors
dclick scissors
waitfortarget 650
if targetexists
target cloak
wait ping
endif
endif
endif
elseif skill 'tailoring' <= 74.6
if findtype 'sewing kit' backpack -1 -1 -1 as kit
dclick kit
waitforgump 949095101 650
gumpresponse 29
wait ping
waitforgump 949095101 650
gumpresponse 51
wait ping
waitforgump 949095101 650
endif
if findtype 'robe' backpack as robe
if findtype scissors backpack -1 -1 -1 as scissors
dclick scissors
waitfortarget 650
if targetexists
target robe
wait ping
endif
endif
endif
elseif skill 'tailoring' < 99.6
if findtype 'sewing kit' backpack -1 -1 -1 as kit
dclick kit
waitforgump 949095101 650
gumpresponse 1
wait ping
waitforgump 949095101 650
gumpresponse 37
wait ping
waitforgump 949095101 650
endif
if findtype 'folded cloth' backpack as oil
if findtype scissors backpack -1 -1 -1 as scissors
dclick scissors
waitfortarget 650
if targetexists
target oil
wait ping
endif
hotkey 'Organizer Agent-10'
wait ping
endif
endif
elseif skill 'tailoring' < 100
if findtype 4225 backpack as leather
if findtype 'sewing kit' backpack -1 -1 -1 as kit
dclick kit
waitforgump 949095101 650
gumpresponse 50
wait ping
waitforgump 949095101 650
gumpresponse 2
wait ping
waitforgump 949095101 650
endif
if findtype '5078' backpack as gorget
if findtype scissors backpack -1 -1 -1 as scissors
dclick scissors
waitfortarget 650
if targetexists
target gorget
wait ping
endif
endif
endif
endif
else
if skill 'tailoring' == 100
say 'All Done!'
stop
break
endif
endif
replay