UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

Auto Turn in Tailor Bods Macro

Baggins

Wanderer
Re: Auto Turn in Tailor Bods Macro

Sorry to bump such a old thread, but i could not get this too work..

I set it all up as per instructions and all it does is grab the bod out the book play witht he filter buttons a bit and puts the bod in the empty book.
And it times out on the world save if statement.

Didnt work at all for me, anyone had to re-write and care to share the macro?
 
Re: Auto Turn in Tailor Bods Macro

The macro is so old, you have to change a couple things:

Lift bulk order deed (2258) -1
Drop to 0x59DF9 (@(-1, -1, 0))
Pause 1.00sec
ContextMenu: 3 (0x59DF9)
Pause .50sec
GumpResponse (Button 1)
Pause 1.50sec

That section right there.

The "drop to" on the second line needs to be recorded to dropping it on the new NPC weaver. And the "contextmenu" needs to be recorded again to getting the menu, and clicking the "bulk order info" section on the new NPC's context menu.
 

Baggins

Wanderer
Re: Auto Turn in Tailor Bods Macro

It goes through some of the motions now, but as there is no close gumps actions for the bod book gumps at times out trying to do the next bod as the bodbook gump is int he way.
Is this a problem for anyone else or shall i simple just add a dismiss gump part int he macro?

EDIT: I added close gump options, but it still seems to be stuck on the colelcting a new bod. the accept bod gump shows but then the macro times out, and the context menu is still there.
I will try and re record the macro but this is prooving very troublesome
 

Baggins

Wanderer
Re: Auto Turn in Tailor Bods Macro

Solved it, with a bit of tweaking.

I added close gump commands, and removed the wait for gump in the collect bod section and just added a .50s pause.

Seemed to do the trick, now i hand in and collect bods and close all gumps to keep it tidy..

287 bods done and dusted :)

Thanks
 
Re: Auto Turn in Tailor Bods Macro

Baggins;667059 said:
Solved it, with a bit of tweaking.

I added close gump commands, and removed the wait for gump in the collect bod section and just added a .50s pause.

Seemed to do the trick, now i hand in and collect bods and close all gumps to keep it tidy..

287 bods done and dusted :)

Thanks

No problem. You seemed to be the first to have many issues with it. I haven't played in a while, so maybe something changed?? No idea.
 

treett0

Sorceror
Re: Auto Turn in Tailor Bods Macro

This macro is getting me no where. can you write an updated one by chance?
 
Re: Auto Turn in Tailor Bods Macro

treett0;760020 said:
This macro is getting me no where. can you write an updated one by chance?


Updated to the new Weavers, and Blacksmith from the latest changes. See "Auto Turn in Smith Bods Macro" for the blacksmith one.

They both work the same way as their original threads stated, which means the same setup is required.


!Loop
Assistant.Macros.IfAction|4|0|the world will save in 10 seconds.
Assistant.Macros.PauseAction|00:00:30
Assistant.Macros.EndIfAction
Assistant.Macros.DoubleClickAction|1078055283|8793
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.GumpResponseAction|5|0|0
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.LiftTypeAction|8792|1
Assistant.Macros.DropAction|0x59DF9|(-1, -1, 0)|0
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.ContextMenuAction|0x59DF9|3|6152
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.GumpResponseAction|1|0|0
Assistant.Macros.PauseAction|00:00:01.5000000
Assistant.Macros.IfAction|5|1|400
Assistant.Macros.LiftTypeAction|3821|7000
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.DropAction|0x4033384F|(42, 105, 0)|0
Assistant.Macros.PauseAction|00:00:02
Assistant.Macros.HotKeyAction|0|Organizer Agent-6
Assistant.Macros.PauseAction|00:00:05
Assistant.Macros.EndIfAction
Assistant.Macros.LiftTypeAction|8792|1
Assistant.Macros.DropAction|0x4071D5F7|(-1, -1, 0)|0
Assistant.Macros.PauseAction|00:00:02
Assistant.Macros.IfAction|4|0|the book is empty.
Assistant.Macros.HotKeyAction|1083|
Assistant.Macros.EndIfAction
 

stussy

Wanderer
Re: Auto Turn in Tailor Bods Macro

is their a fix for the 10 second pause now?? another way to try and slow up down
 

alex916

Sorceror
Re: Auto Turn in Tailor Bods Macro

stussy;790168 said:
is their a fix for the 10 second pause now?? another way to try and slow up down

lol just ad a 10 second pause at the end haha
 
Top