Crafting Slash Commands
Buy materials
/craftqueue buy upto X |
|
/macro buy /craftqueue buy upto X |
This will buy from a merchant enough material to craft X items. The buyto
flag is optional, but allows you to only buy what you need in addition of what you already have in your inventory, so I recommend it.
The command always refers to the last recipe you attempted to craft.
- Attempt to craft the recipe. You'll get a message saying you are missing ingredients.
- Target the correct merchant.
- Use the buy macro.
Craft multiple items
/craftqueue X |
|
/macro craft /craftqueue X |
This will craft the next recipe X time, failures included. I usually recommend having one with a very high number (say 500), as this will run until you run out of materials.
/craftqueue 99% |
|
/macro 99% /craftqueue 99% |
|
Authorised values | 96% - 100% |
This will craft the next recipe until the result is at least of the input quality.
Sell & Salvage
Make sure you have removed all items you don't want to sell from your backpack before using these macros!
If you make a mistake with selling, you can buy your items back from the Reclaim Item service NPC near your throne room.
There is no take back when you salvage an item, however.
Sell Macros
Because of how this website works, it can't display the correct macro nicely. You have to manually remove the space between # and bag in each of those.
/moveitem sell # bagX |
|
/macro Bag1 /moveitem sell # bag1 |
|
/macro Bag2 /moveitem sell # bag2 |
|
/macro Bag3 /moveitem sell # bag3 |
|
/macro Bag3 /moveitem sell # bag4 |
|
/macro Bag4 /moveitem sell # bag5 |
|
/macro All /moveitem sell # allbags |
Salvage Macros
/salvagebag X UXX QXX |
|
Salvage Bag 1 | /macro Sal1 /salvagebag 1 |
Salvage Bag 1 if under 80 Utility | /macro Sal1 /salvagebag 1 U80 |
Salvage Bag 1 if under 99 Quality | /macro Sal1 /salvagebag 1 Q99 |
Salvage Bag 1 if under 80 Utility AND 99 | /macro Sal1 /salvagebag 1 U80 Q99 |
You can not get an item back after salvaging it by mistake.
For this reason, there is no "salvage all bags" command.
This command will also trigger a confirmation box for each item to salvage.
If you want to bypass this confirmation, at your own risk, add force
at the end of the command/macro.