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.

Shiruken Crafting Macro

MB

Knight
Shiruken Crafting Macro

Anybody have a macro to make stacks of 10 shirukens with your blacksmith? When I get to the part about loading my ninja belt with ten shirukens, it always loads from a full pile of ten, even if the full stack is out of reach in a locked box, leading to uneven piles.
 

webcorp

Sorceror
Re: Shiruken Crafting Macro

Create ninja belt and shurikens ( of course )

Create and record macro :

Click on belt and select load
Click on shuriken
Right click and convert previous action for Target by Type
Insert pause : 1250 ms
Insert if sysmsg "you cannot add"
Click on belt and select unload
Insert end if
Enable Loop

Your macro at Razor will be like this :

ContextMenu : 0 ( 0x1234567 ) // your ninja belt serial number
Wait for Target
Target by Type Shuriken (27AC)
Pause 1,25 sec
If ( SysMessage "you can..." )
ContextMenu : 1 ( 0x1234567 ) // your ninja belt serial number
End If

or at notepad ( needed change ninja belt serial )

!Loop
Assistant.Macros.ContextMenuAction|0x431DB502|0|6222
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetTypeAction|False|10156
Assistant.Macros.PauseAction|00:00:01.2500000
Assistant.Macros.IfAction|4|0|you cannot add
Assistant.Macros.ContextMenuAction|0x431DB502|1|6223
Assistant.Macros.EndIfAction

Lock down a box and drag manually :( a "full pile of ten" inside.

Isnt perfect but works fine.
 

MB

Knight
Re: Shiruken Crafting Macro

Bump. Any way for it to not load shirukens in containers around the room?
 

MB

Knight
Re: Shiruken Crafting Macro

Also, I'd welcome a macro to make and poison darts. Would like to automate the both so I could sell at Brit.
 
Top