[UOSTEAM] Steal and fill quest books

If you make a Client-side script you can publish it here for other players to use
Post Reply
Iago Venport
Elder Scribe
Posts: 181
Joined: Wed Aug 25, 2010 1:54 pm

[UOSTEAM] Steal and fill quest books

Post by Iago Venport »

Hey all, this is a script that i've got going that will use the stealing skill, pause for a few seconds to allow you to manually target something, and then collect the said item into a quest book. Obviously incredibly helpful for quests where you have to steal a zillion items and add them to a book. I'm looking at you harvest/spring quests!

Note you have to have the quest book already open to use this, and once it targets the item to collect the cursor remains up...which is a little annoying but eh...you can go ahead and run the macro again and just target whatever you want to steal and it'll be fine. One thing to note as this is my first UOSTEAM script you might have to change the gump id number...who knows...but in any case at least you get the gist of it and can edit it for future use easily. Enjoy!

useskill 'Stealing'
pause 2000
replygump 0xc563d169 700
waitforgump 3311653225 15000
waitfortarget 15000
target! 'last'
waitforgump 3311653225 15000
Post Reply