Sharpening Stone macro?

Hello all,

Is it possible to write a macro that would use a sharpening stone on your mainhand weapon? I tried the following but it doesn’t work…

/use [target=16] Rough Sharpening Stone

…and…

/use Rough Sharpening Stone
/equipslot 16

…so I’m not even sure if it is possible. Could a more knowledgeable individual chime in please?

This should work

/use Rough Sharpening Stone
/use 16
4 Likes

That worked perfectly. Thank you Ketho!

Forgot the auto confirm part

/use Rough Sharpening Stone
/use 16
/click StaticPopup1Button1
4 Likes

anyway to add apply to offhand if main hand is already applied?

Have you already tried?

/use Rough Sharpening Stone
/use 17

Left Click = Main Hand
Right Click = Off Hand

#show Elemental Sharpening Stone
/use Elemental Sharpening Stone
/use [button:2] 17; 16
/click StaticPopup1Button1

25 Likes

Applies Shadowcore Oil to Main Hand and Sharpening Stone to Off Hand with Shift Modifier.

#showtooltip
/use [mod:shift] Shaded Sharpening Stone; Shadowcore Oil
/use [mod:shift] 17; 16
/click StaticPopup1Button1

3 Likes

Gang Gang, this is epic.

How do you do this in TWW?

I am doing what is shown here but nothing happens with Ironclaw Whetstone?

Should be the same.

You might try item:ITEM_ID instead of the name.