Page 1 of 1

crafting items in a bag

Posted: January 16th, 2017, 6:08 am
by House
Is there a way to craft items and have them go into a bag/pouch within your backpack? I thought I remembered this from back in the day, where you would put a bag within a big with materials and tools and when you craft the item it goes into the bag your crafting them in and not your backpack. Trying to do this to make doing donations easier but to no avail... :(

Re: crafting items in a bag

Posted: January 16th, 2017, 6:20 am
by The Silvertiger
You can use an organizer. Just add the item to an organizer. Add organize (name) to your script for steam and while organizing or record yourself using a hotkey for a razor organizer and add appropriate pause.

Re: crafting items in a bag

Posted: January 16th, 2017, 6:29 am
by House
sorry I have pretty minimal script experience, how do you add a pause?

Re: crafting items in a bag

Posted: January 16th, 2017, 9:39 pm
by The Silvertiger
Steam or razor?

Re: crafting items in a bag

Posted: January 16th, 2017, 10:30 pm
by House
Razor

Re: crafting items in a bag

Posted: January 17th, 2017, 4:09 am
by Veteran Noobie
This was something you could do on osi, it's too bad that we cannot do it on demise.

Re: crafting items in a bag

Posted: January 17th, 2017, 4:12 am
by The Silvertiger
House wrote:sorry I have pretty minimal script experience, how do you add a pause?
You right click on the macro and select the option insert pause from the drop down.

Re: crafting items in a bag

Posted: April 12th, 2017, 2:43 pm
by Souced
on osi all you had to do was have the resources you would use in a bag and the item being made would go into the same bag

Re: crafting items in a bag

Posted: April 12th, 2017, 3:52 pm
by Bama
Souced wrote:on osi all you had to do was have the resources you would use in a bag and the item being made would go into the same bag
I have been waiting for this to be fixed since 2008..........




.............maybe next update?.................








.................

Re: crafting items in a bag

Posted: April 12th, 2017, 4:41 pm
by Supercreep
Bama wrote:
Souced wrote:on osi all you had to do was have the resources you would use in a bag and the item being made would go into the same bag
I have been waiting for this to be fixed since 2008..........




.............maybe next update?.................








.................
ME TOO

Re: crafting items in a bag

Posted: April 12th, 2017, 6:44 pm
by Souced
i brought this up many years ago and was told by then gm's that i was wrong so i just gave up trying way back when atlanta still had a hockey team lol

Re: crafting items in a bag

Posted: April 12th, 2017, 7:38 pm
by Bama
Souced wrote:i brought this up many years ago and was told by then gm's that i was wrong so i just gave up trying way back when atlanta still had a hockey team lol
The Atlanta Thrashers left to go to Winnipeg in 2011 ( the report was made in 2008 )
The Atlanta Flames left to go to Calgary in 1980
I'm hoping Atlanta gets another team so a few years later Regina or Hamilton can get an NHL team







............maybe the next update you never know

Re: crafting items in a bag

Posted: April 12th, 2017, 11:16 pm
by Junkyman
Something along the lines as as.

usetype (tool graphic)
waitforgump (gumpid) 1500
replygump (gumpid) (botton numer)
waitforgump (gumpid) 1500
replygump (gumpid) (botton numer)
while findtype (graphic of item u are making) 'any' 'backpack'
moveitemtype (graphic) 'any' 'backpack' 'Serial number of bag'
pause 550
endwhile

mess arounf with the record botton on steam to get the gump ids and follow variables of the cmmonds when the program pops them up automatically to make sure i put the stuff in the right place.. this is just off the top of my head while im at work.

Prettymuch you could just use the carp training macro and pick out the pieces that you are looking for.