Created: 5 days ago on 03/10/2025, 02:05:20 AMUpdated: 3 days ago on 03/11/2025, 10:29:29 AM
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: Razor Script (Community Edition)
Size: 1216
Category: Training
Skills: Inscription
Hotkey: No hotkey provided
Tags: training
Description: Setup
- Setup your resource bag to have pens and blank scrolls
- Setup your restock, in this case I'm using restock 2, to restock 1 pen and ink and X blank srolls
- Set the skill threshold inside the script for what you are training
- Make one item of your choosing first, the script will always make the last item made until skill is reached
- Run
Todo:
Stop when no more resourcers are available
Changelog:
Changed to findtype instead of finding by sysmessage
while skill "inscription" < 80
if not varexist resourceBagInscription
overhead "we need to set it bro" 89
setvar resourceBagInscription
endif
if findtype "pen and ink" backpack
overhead "Found Tool" 89
else
overhead "Tool Not Found" 89
restock 2
wft 650
target resourceBagInscription
wait 650
endif
if findtype 3827 backpack
overhead "Found Scrolls" 89
else
overhead "Scrolls Not Found" 89
restock 2
wft 650
target resourceBagInscription
wait 650
endif
dclicktype "pen and ink" backpack
waitforgump "any"
wait 650
gumpresponse 21
wait 650
if insysmsg "You have worn out your tool!"
overhead "Worned out" 89
restock 2
wft 650
target resourceBagInscription
wait 650
endif
endwhile