-
-
Notifications
You must be signed in to change notification settings - Fork 15
TLDR: How to earn gold with cross realm trading
📺 Watch this tutorial if you're new to cross realm trading. It covers how to move items from one realm to another for trading.
Here are some of the top ways to use Saddlebag for WoW, made simple for new users:
Use the marketshare searches or best deals to find good items to sell or craft (if you have professions) and determine the average historic price you can sell them for:
- 🔥 Best Deals
- 📊 Marketshare
- 💡 Marketshare Recommendations
- 🕰️ Legacy Marketshare
- 🐾 Pet Marketshare
- 📈 Raw Stats
Search for good deals on those items using the Azeroth Auction Assassin, shopping list, or best deals, then buy them if not crafting. If you are crafting, use the Discord bot price-alert to know when there are deals on your raw materials:
- 🔥 Best Deals
- 🛠️ Azeroth Auction Assassin
- 🛠️ AAATransformer Sniper Addon
- 🔔 Discord Bot Price-Alert
- 🛍️ Shopping List
Use the export search to find the best realm with the highest population to sell any items you buy or craft.
Use the undercut addon/webpage to check on the items you have listed and track them on the AH (usually wait after you log back in or 1 hour after posting items so the API data from Blizzard updates):
- 💾 The addon saves your auction data as you post
- 🖥️ Then you paste the data in the webpage to see your undercuts and sales, without needing to log in everywhere!
flowchart LR
Start((Start)) --> Step1[📚 Learn What to Sell and How Much to Sell It For 🔍]
subgraph Step 1 Details
Step1 --> S1A[Use marketshare searches or best deals]
S1A --> S1B[Find good items to sell or craft]
S1B --> S1C[Determine average historic price]
end
Step1 --> Step2[🛒 Buy Low]
subgraph Step 2 Details
Step2 --> S2A[Search for good deals on items]
S2A --> S2B[Use tools like Azeroth Auction Assassin, shopping list, best deals]
S2B --> S2C{Are you crafting?}
S2C -- Yes --> S2D[Use Discord bot price-alert for raw materials]
S2C -- No --> S2E[Buy items directly]
end
Step2 --> Step3[📈 Sell High]
subgraph Step 3 Details
Step3 --> S3A[Use export search]
S3A --> S3B[Find best realm with highest population]
S3B --> S3C[Sell your items]
end
Step3 --> Step4[🔄 Check for Sales and Undercuts]
subgraph Step 4 Details
Step4 --> S4A[Use undercut addon/webpage]
S4A --> S4B[Check items listed and track them on AH]
S4B --> S4C[Wait after logging back in or 1 hour after posting]
S4C --> S4D[Blizzard API data updates]
end
Step4 --> End((End))