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

Auto Turn in Tailor Bods Macro

What the macro will do:

Pull a filled reset from your book
Give that reset to the NPC
Get your tailor a new bod
If you are overweight, it will bank the gold, and throw out the crap rewards, or keep the rewards, depending on your choosing.
Place the new bod into an empty book in your pack.

What you have to do:

Press Play

The Macro:

!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

Here's what it looks like in Razer:

If ( SysMessage "the world will save in 10 seconds.")
Pause 30.00sec
End If
//Retarget this to the Bod Book that contains your filled reset
Double Click (0x4041D173)
Pause .50sec
GumpResponse (Button 5)
Pause .50sec
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
If ( Weight >= 400 )
// // You will have to re-record this section to drop the gold into your own bank box.
Lift gold coin (0EED) - 7000
Pause .50sec
Drop to 0x4033384F (@(42, 105, 0))
Pause 2.00sec
Exec: Organizer Agent-6
Pause 5.00sec
End If
Lift bulk order deed (2258) - 1
// Retarget this to an empty bod book in your pack
Drop to 0x4071D5F7 (@(-1, -1, 0))
Pause 2.00sec
If ( SysMessage "the book is empty.")
Exec: > Stop Current Macro
End If

SETUP REQUIRED:

First of all... a few instructions.

1. Make sure you don't have ANY bods anywhere in your backpack. The only bod that should be there when you run the macro, is the one the macro takes out of your reset bod book.

2. You have to be standing in the luna tailor shop, 1-2 tiles away from the garbage can, and have your bank box open, and on the screen. You might have to say bank a bunch of times until the Banker NPC's have wandered close enough to you to allow you to access your bank box.

3. You'll have to wait until the WEAVER (This is very important, the macro hands the bods to the WEAVER, not the TAILOR!) gets close enough to you, then say his/her name to get them to stop, and face you, so they don't move.

SETUP:

1. The very first "Double Click" at the top of the macro needs to be re-targeted to your bod book, that holds your filled resets.

2. You have to re-record yourself lifting gold coin from your backpack, and dropping it into your bank box. I'm assuming everyone's bank box ID number will be different thus forcing this part of the macro to be changed. After you re-record the gold coin drop, make sure that part of the macro looks like this:

If (Weight >=400)
Lift gold coin (0EED) - 7000
Pause .50sec
Drop to (your bank box numbers here)
Pause 2.00sec
Exec: Organizer Agent-6
Pause 5.00sec
End If

3. Organizer Agent 6's hotbag can be set two ways.

a. You can set it to the garbage can in the luna shop. And it will just throw away all sandals/cloth that you get as reward. OR

b. You can set it to a container in your bank box, and it will just put all the sandals and cloth you get there. The only issue with this, is sometimes your bank box will get full, forcing you to stop the macro, organize the cloth/sandals somewhere else, then restart the macro.

4. At the very end of the macro where you see the following:

Lift bulk order deed (2258) - 1
Drop to 0x4071D5F7 (@(-1, -1, 0))
Pause 2.00sec

The "Drop to" part needs to be re-targeted to an empty book in your pack. Now, if you WANT to, You can completely remove this section altogether, and turn the loop off. Then, the bod will be sitting in your bag, and you are free to organize them as you get them. Otherwise, the macro will just take all the new bods you get, and put them in a book for you, to organize later.

You need to have the following items targeted in Organizer Agent-6:

Cloth (1767)
Sandals (170D)

*NOTE- Make sure you don't have anything on your character or in your pack that you would want to keep that falls into these categories. I.e. Coloured blessed Sandals your character might be wearing.

That's it! Hit the play button, and away you go!
 

Expatus

Sorceror
Re: Auto Turn in Tailor Bods Macro

I just started using this macro and it works great. This man deserves a medel:p

Only mistake i made was creating the macro manually in game which took me ages.
i have since found out that by copying and pasting the first segment into a text file and saving it into your macros folder in razor you save alot of time. All you need to do is retarget a few things and bobs your uncle;)

cheers
 

parv_

Sorceror
Re: Auto Turn in Tailor Bods Macro

Excelent!

But do remember... unattended turning in bods = jail! :eek:
 
Re: Auto Turn in Tailor Bods Macro

parv_;464695 said:
Excelent!

But do remember... unattended turning in bods = jail! :eek:

Indeed. I just sit here and stare at my computer for an hour or however long it takes. lol. I'll have IRC covering half the screen and just chat away while it works.
 

Lippy

Wanderer
Re: Auto Turn in Tailor Bods Macro

Thanks for this , just used it for the first time.

482 bods with no problems .

No more clicking !
 

gankwearinc

Wanderer
Re: Auto Turn in Tailor Bods Macro

ok it is working except for getting the rewards.. It just turned in ten bods and got me zero rewards...
 

gugutz

Knight
Re: Auto Turn in Tailor Bods Macro

gankwearinc;563058 said:
ok it is working except for getting the rewards.. It just turned in ten bods and got me zero rewards...


I think the NPC in luna has changed since the macro creation, so you might be using the wrong context menu.

Try erase the "Context Menu" part of the macro, and record it again.
 

Digatalas

Knight
Re: Auto Turn in Tailor Bods Macro

Nice... I can't believe I never bothered with this stuff.... I always did the filling and turning in BY HAND!!

Geez I wasted sooo much time :(
 
Re: Auto Turn in Tailor Bods Macro

im not sure if im a total idoit haha but i had to reset most of the stuff like dropping bod on the weaver,not sure if i missed that in instructions, but it works great now haha
 

gugutz

Knight
Re: Auto Turn in Tailor Bods Macro

No, you are not stupid.
The NPC changed, so did his ID (obviously)

You have to re-write the macro to drop to the new Weaver and to click his new context menu as well.
 

Digatalas

Knight
Re: Auto Turn in Tailor Bods Macro

I have a question about getting bods.

Is it hard to make a macro to recall to a tailor shop, ask for a bod, recall home, run in and drop the bod in a chest? Then I could just manually log the char out and login the next...

Would that macro work pretty well you think if I made the time to make it?
 
Re: Auto Turn in Tailor Bods Macro

idk the answer but my question is why lol

if u have newb accounts, unless u actaully use all 4 of urs, u just log them at the tailor store, and hand the bods to anther char or something
 
Re: Auto Turn in Tailor Bods Macro

And on that note,BOD prices plummet serverwise in a massive economy crash.

Way to go Raven,Way to go.
 
Re: Auto Turn in Tailor Bods Macro

for one, never talked to anyone here who did not know that, sides me fr awhile lol

and for 2 u dont even sell bods lol infact that would help u :p
 

gugutz

Knight
Re: Auto Turn in Tailor Bods Macro

Digatalas;579484 said:
I have a question about getting bods.

Is it hard to make a macro to recall to a tailor shop, ask for a bod, recall home, run in and drop the bod in a chest? Then I could just manually log the char out and login the next...

Would that macro work pretty well you think if I made the time to make it?

Its actually pretty easy.
I did it all the time.
The thing is that moving macros always screws with razor synchronization, so you will most likely have to re-open your client to be able to play again (the movement gets all buggy)

You have to mark a rune 1 tile behind the door on the tailor's shop at luna. Then get the bod.
Then, move your character up as you were walking the blacksmithy shop. If automatically open doors is set, your char will open and run through the door, reaching the blackmisthy shop door.
Just get the bod again, recall home and Drop item type (bod) in a chest locked down at the door of your house.

Just remember, try to record the minimal movement possible.
 
Top