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.

Bot dont see unequipped bags

Featured Replies

As title say bot just dont see unequipped bag in inventory. Checked with various bags, wotlk version

111.png

Also want to add that ObjectManager.Me.GetEquipedItemBySlot(wManager.Wow.Enums.InventorySlot.CONTAINER_BAG_OFFSET_1); is not working too(for all bag offsets) and always 0 even with equipped bag. Other inventory slots works.

 

@Droidz please take a look.

  • Author

Hi,

1.Lua.LuaDoString<int>("itemId = GetInventoryItemID('player', 23); return itemId"); correctly returns  bag ID for equipped bag

2. For check if bag in inventory(hope the code is correct)

local itemID = 4496

for i = 0, NUM_BAG_SLOTS do
 for z = 1, GetContainerNumSlots(i) do
  if GetContainerItemID(i, z) == itemID then print("Have Item")
    else print("not have item")
  break
  end
 end
end

returns that no item with this id in inventory (tested with various bags)

  • 1 month later...

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.