crafting slayer Macro

Kelvinp

Neophyte
i am making a macro to craft, when i crafted a slayer bow, macro can help me take it out to my pack liama.

what i can do now is only wait once sysmessage tells me slayer bow is made.

here is my script about:

doubt click bowcrafting skill (by Type)
wait for dump (1 sec timeout)
click on make last
if
sysmessage "slayer"
pause 1000 sec
endif

can anyone please teach me how i can edit the syemessage part to take the slayer weapon out and put it in pack liama? it is too hard to find out the slayer bow with lots of non-slayer bow..

thanks for your help!
 

Easy_buddy

Journeyman
This is just speculation, but since you can't differentiate between slayer and non-slayer, you may be able to do them one at a time; if you can throw away the non-slayers/put them off in a seperate bag. Something like:

Double click fletching tools
Wait for gump
Click craft bow
Wait 3000(to allow plenty of time for the system message to register)
If sys msg, "slayer"
Organizer 1
Else
Organizer 2

Where organizer 1 puts the item away in the slayer llama and organizer 2 throws it in the junk pile/trash can.
 

Kelvinp

Neophyte
This is just speculation, but since you can't differentiate between slayer and non-slayer, you may be able to do them one at a time; if you can throw away the non-slayers/put them off in a seperate bag. Something like:

Double click fletching tools
Wait for gump
Click craft bow
Wait 3000(to allow plenty of time for the system message to register)
If sys msg, "slayer"
Organizer 1
Else
Organizer 2

Where organizer 1 puts the item away in the slayer llama and organizer 2 throws it in the junk pile/trash can.


thanks for your help!
i know how to script it
i no longer need to check the bow one by one to see which is slayer bow :)
 
Top