Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Identifying Transmogs?

Featured Replies

Hi, I'm trying to make the bot not Vendor any items that are not saved to my appearance. In other words, I don't want my bot to sell Transmog items. How do I identify if an item that is an unknown transmog to me? Some C# reference to do a check on the item before selling it would be great!

Thanks!

20 hours ago, krlitoz said:

Hi, I'm trying to make the bot not Vendor any items that are not saved to my appearance. In other words, I don't want my bot to sell Transmog items. How do I identify if an item that is an unknown transmog to me? Some C# reference to do a check on the item before selling it would be great!

Thanks!

You can add a macro into your profile, before using the vendor he spams the macro and equips all BOE gear.

/run for b=0,NUM_BAG_SLOTS do for s=1,GetContainerNumSlots(b) do local l=GetContainerItemLink(b,s) if l then if format('%9$s',GetItemInfo(l)) ~= '' then EquipItemByName(l) end end end end

 

To avoid the popup for equipping BOE gear, just use the attached World of Warcraft Addon.

Ps. Add another macro to the profile, where he equips your default Gear back on, once he's done with the BOE gear. ( not the cleanest solution, but i don't know any addon which does that all for you )

AutoConfirmEquip.zip

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.