Page 1 of 1

Tailor recipe quest

Posted: February 8th, 2019, 5:32 pm
by Mr Nobody
anyone have a steam script for this :coffee:

Re: Tailor recipe quest

Posted: February 8th, 2019, 6:27 pm
by The Silvertiger
Maybe. You can download my profile named crafter and check if I have it here: https://pastebin.com/u/SilvertigerL_C

Re: Tailor recipe quest

Posted: February 8th, 2019, 8:47 pm
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>

Re: Tailor recipe quest

Posted: February 8th, 2019, 10:17 pm
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.