Tailor recipe quest

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
Post Reply
Mr Nobody
Posts: 116

Tailor recipe quest

Post by Mr Nobody »

anyone have a steam script for this :coffee:
User avatar
The Silvertiger
Posts: 4469

Re: Tailor recipe quest

Post by The Silvertiger »

Maybe. You can download my profile named crafter and check if I have it here: https://pastebin.com/u/SilvertigerL_C
Never forget June 4th 1989!
Selling List & Vendor

"Screenshots will never be used as evidence but more of a reference tool for us to help in our investigations."
Mr Nobody
Posts: 116

Re: Tailor recipe quest

Post by Mr Nobody »

Couldnt get it to work error line one is this the right one
macro loop="True" interrupt="False" name="cut up">@setalias 'Tailoring Quest Giver' 0x25e
//Haute Couture
if @ingump 0x19bc4061 'the flower garland'
replygump 0x19bc4061 1
pause 550
while counttype 0x2306 'any' 'backpack' &lt
10
usetype 0xf9d 0 'backpack'
waitforgump 0x38920abd 5000
replygump 0x38920abd 1
waitforgump 0x38920abd 5000
replygump 0x38920abd 86
waitforgump 0x38920abd 5000
endwhile
pause 1000
waitforcontext 'self' 4 5000
waitfortarget 5000
settimer 'toggletimeout' 0
while @counttype 0x2306 0x4ea 'backpack' != 10 and timer 'toggletimeout' &lt
5000
@targettype 0x2306 0
pause 150
endwhile
@canceltarget
pause 500
@useobject! 'Tailoring Quest Giver'
waitforgump 0xdf31ecf8 3000
replygump 0xdf31ecf8 4
waitforgump 0x96626c6e 3000
replygump 0x96626c6e 1
pause 1000
//Haute Couture already in progress
elseif @ingump 0xa8b319c6 'debt if you bring me flower garlands'
replygump 0xa8b319c6 3
pause 1000
while counttype 0x2306 'any' 'backpack' &lt
10
usetype 0xf9d 0 'backpack'
waitforgump 0x38920abd 5000
replygump 0x38920abd 1
waitforgump 0x38920abd 5000
replygump 0x38920abd 86
waitforgump 0x38920abd 5000
endwhile
pause 1000
waitforcontext 'self' 4 5000
waitfortarget 5000
settimer 'toggletimeout' 0
while @counttype 0x2306 0x4ea 'backpack' != 10 and timer 'toggletimeout' &lt
5000
@targettype 0x2306 0
pause 150
endwhile
@canceltarget
pause 500
@useobject! 'Tailoring Quest Giver'
waitforgump 0xdf31ecf8 3000
replygump 0xdf31ecf8 4
waitforgump 0x96626c6e 3000
replygump 0x96626c6e 1
pause 1000
endif
</macro>
User avatar
The Silvertiger
Posts: 4469

Re: Tailor recipe quest

Post by The Silvertiger »

Mr Nobody wrote:Couldnt get it to work error line one is this the right one
@setalias 'Tailoring Quest Giver' 0x25e
//Haute Couture
if @ingump 0x19bc4061 'the flower garland'
replygump 0x19bc4061 1
pause 550
while counttype 0x2306 'any' 'backpack' &lt
10
usetype 0xf9d 0 'backpack'
waitforgump 0x38920abd 5000
replygump 0x38920abd 1
waitforgump 0x38920abd 5000
replygump 0x38920abd 86
waitforgump 0x38920abd 5000
endwhile
pause 1000
waitforcontext 'self' 4 5000
waitfortarget 5000
settimer 'toggletimeout' 0
while @counttype 0x2306 0x4ea 'backpack' != 10 and timer 'toggletimeout' &lt
5000
@targettype 0x2306 0
pause 150
endwhile
@canceltarget
pause 500
@useobject! 'Tailoring Quest Giver'
waitforgump 0xdf31ecf8 3000
replygump 0xdf31ecf8 4
waitforgump 0x96626c6e 3000
replygump 0x96626c6e 1
pause 1000
//Haute Couture already in progress
elseif @ingump 0xa8b319c6 'debt if you bring me flower garlands'
replygump 0xa8b319c6 3
pause 1000
while counttype 0x2306 'any' 'backpack' &lt
10
usetype 0xf9d 0 'backpack'
waitforgump 0x38920abd 5000
replygump 0x38920abd 1
waitforgump 0x38920abd 5000
replygump 0x38920abd 86
waitforgump 0x38920abd 5000
endwhile
pause 1000
waitforcontext 'self' 4 5000
waitfortarget 5000
settimer 'toggletimeout' 0
while @counttype 0x2306 0x4ea 'backpack' != 10 and timer 'toggletimeout' &lt
5000
@targettype 0x2306 0
pause 150
endwhile
@canceltarget
pause 500
@useobject! 'Tailoring Quest Giver'
waitforgump 0xdf31ecf8 3000
replygump 0xdf31ecf8 4
waitforgump 0x96626c6e 3000
replygump 0x96626c6e 1
pause 1000
endif
Looks a bit short, but like there may be potential in it.
Never forget June 4th 1989!
Selling List & Vendor

"Screenshots will never be used as evidence but more of a reference tool for us to help in our investigations."
Post Reply