Follow answered Feb 14, 2020 at 20:35. 拆分物品按shift分成几个. texture, count, locked, quality, readable, lootable, link, isFiltered, hasNoValue, itemID = GetContainerItemInfo(container, slot) That is exactly the code. for bag = 0, 4 do for slot = 1, 32 do if select (10,GetContainerItemInfo (bag, slot)) == 163036 then PickupContainerItem (bag, slot) ClickSendMailItemButton () end end end SendMail ("Urtgard-Khaz'goroth",. It could also be the addon developers slacking and not fixing their stuff during the PTR. GetPlayerMapPosition respectively. If you want to do this, you should leverage. 1 · Issue #133 · b-morgan/Skillet-Classic · GitHub. Returns the total number of slots in the bag specified by the index. I've started to mess around with LuaNinja and my first creation is a bot to prospect all my Saronite Ore. Beware using it when away from a vendor though, as it will cause you to equip all of the greys: /run local c,i,n,v=0;for b=0,4. 1. 级别: 学徒. Returns texture Automated updating of API pages at this location, to reflect patch changes, has ceased from 10. 4. Reload to refresh your session. When the event ENABLED is triggered combat is finished and you can now allow them to interact with the frames. Asking for help, clarification, or responding to other answers. To do this, you must speak with your assigned, Inscription follower who will give you a chance to create a full Дренорский. . GetContainerItemLink (containerIndex, slotIndex)I've been wanting to make a Milling macro, where you mouseover on the herbs you want to mill, press the macro and it'll start milling. local t,b,s,i,q,l t=0 for b=0,4 do s=GetContainerNumSlots (b) for i=1,s do _,q,_,_,_,_,l = GetContainerItemInfo (b,i) if q then t=t+ (TSMAPI_FOUR. If the output file exists, it can be replaced or appen Scrap sells all your junk when you visit a merchant, but not just grays. Contribute to doadin/Baggins development by creating an account on GitHub. Jan 22, 2023. com is the number one paste tool since 2002. What i want this addon to do is allow me to place a blp file in the "Addon/This-addon" folder that the lua calls to repleaces the orginal blp file ingame. This macro makes it possible to trade/mail/bank/etc. I then right-click sold a helmet from m. You need 2 macros. Works in World of Warcraft patch 5. GjfLeo 于3年前 修改了 此页面。. I wasn't going to bother crafting any but yesterday a guild member linked a 6k card they got after crafting some to level their inscription, not sure how many the crafted to get theirs but I crafted only 30 card of omens which was a total cost of 15 war paints. 1 seconds, then continue with the loop end end. I have disabled all addons except the three called 'ElvUI', 'ElvUI Libraries', and 'ElvUI Options' by using /edebug on? This is important in order to rule out that any of your other addons are causing the issue. The link type "unit" apparently is not working with all GUID unit types. AddOns/DataStore_Containers/DataStore_Containers. General; AddOns, Comps, Macros@hizuro_de: I'm on Wrath Classic and logged in with my Hunter. 0 and 10. GetContainerItemInfo(bag, slot) or emptyItemTbl: local start, duration, enable = C_Container. so since i always start with a dott it would look like /cancelaura Ghost Wolf /startattack /cast Flame Shock (Rank 3) (nothing more annoying. "Frameworks" like the WoW Add-On Framework often bring a new flavour to the language, so my comment may be wrong in your case. 2. Contribute to ericraio/vanilla-wow-addons development by creating an account on GitHub. Pull requests. Also, you should use GetContainerItemInfo to get the quantity of ore in the current slot (not too sure here. Searches with lots of filters with a search history and organised into shopping lists. /run for bag=0,4 do for slot=1,GetContainerNumSlots (bag)do local texture,itemCount,locked,quality=GetContainerItemInfo (bag,slot)if quality==3 then UseContainerItem (bag,slot)end end end. sorry was late at night when I replied to you, yes that is in AutoProfitX-Config. stackCount 5) File "AutoProfitX. GetContainerNumSlots--BETA: local UseContainerItem = _G. Needs summary. First, just make another macro which is named unique as 'AutoMill' at Main action bar #1. If you have a stack of 2 and a stack of 3 does it still prospect them?). Reply to Reply Post by Mkathylol (2019-09-19 12:35) 插件定位是用的游戏框体,按理不会出现放大或缩小游戏窗口大小,就改变其位置。 我刚也在游戏里试了下窗口模式,放大缩小,同时又调整包包位置,并没有出现背包位置变动的问题,旧服和正式服都试了. 11 votes, 15 comments. API GetLootSlotInfo. Even if UseContainerItem is not protected in this case (not mentioned on wowwiki and can't check it), that macro will attempt to prospect anything, not just ore. GetContainerItemInfo. I have been using AMR for years with no hitch. Hyperlinks. g. 2. . "g") I can look at what I am using, when checking value in my. Sorelai-wyrmrest-accord. API changes. Add/remove/create categories, change skin of the view baggins does it all!Even if UseContainerItem is not protected in this case (not mentioned on wowwiki and can't check it), that macro will attempt to prospect anything, not just ore. GetContainerItemInfo -> C_Container. For example, one instance changed in this patch is the GetContainerItemInfo function. Protection against posting too low. If you close all tradable windows or execute macro not so fast, there is no problem. Or is it possible to do via macro?Having downloaded the latest listed stable version of Carbonite upon logging in no Carbonite map, cannot open Carbonite via the button and cannot open world map either. WoW Wrath of the Lich King Classic R. That being said, I've never tried to attempt what you are doing. find. ) -- local references to globals Is this a bug or an addon error? - World of Warcraft Forums. It'd be nice with a little "lock this"-toggle next to each category when you create a character or customise your char and dragon. 2019. The text was updated successfully, but these errors were encountered:currPrice = (select(11, GetItemInfo(item)) or 0) * select(2, GetContainerItemInfo(bag, slot)) cbenneh posted a comment Apr 3, 2017. itemId = GetContainerItemID(bag, slot); bag Number (BagId) - Index of the bag to query. Also, you should use GetContainerItemInfo to get the quantity of ore in the current slot (not too sure here. In addition the returns for GetContainerItemInfo and GetContainerItemQuestInfo have changed to use tables instead of a long list of returns. 4. The new settings API permits registering nestable categories that fit one of two layout archetypes;An output stream that writes bytes to a file. I have verfied my issue doesn't exist in the default UI. If you wish to use the stuff on your main, or sell it in the Auction House, Use Macro #1 at an opened vendor, then go to the mailbox and use Macro #2. Or some kind of database, maybe there are some that already exist from private servers or quest helper addonslocal GetContainerItemInfo = GetContainerItemInfo: local GetContainerItemLink = GetContainerItemLink: local GetContainerNumFreeSlots = GetContainerNumFreeSlots: local GetPetInfoBySpeciesID = C_PetJournal and C_PetJournal. 0, to C_Map. Don’t autoloot it! That would need the AutoLootMailItem hook. Rather than this, you need to check if a button of the same name. Now with baggins you can not only separate your bags into virtual view of your inventory but organize the items in your virtual view by item type! Bag options with endless possibilities. 今天给大家分享一个我做的一键分解宏,视频演示如下:. 前面出冰箱下马站立三连几乎每个宏都会带,下面是按alt4开冰箭,按ctrl是1级冰箭,正常按是打目标的目标或者直接打目标的冰箭。. Returns info for an item. Bagnon plugin showing BoE/BoA texts on your items. com> Date: Fri Oct 6 12:18:44 2023 -0400Returning player here with a broken macro. 4. find(n,“9d9d9d”)then v={GetItemInfo(n)}q=i[2]c=c+v[11]*q;UseContainerItem(b,s)print(n,q)end;end;end;print(GetCoinText(c))This is where GetContainerItemInfo is called, which will be null if your bank is not actually open on your character at that moment. GetContainerItemCooldown(bag, slot) local onCooldown = (start and start > 0 and duration and duration > 0 and enable and enable > 0) if prevLink ~= info. Comment by Eido Having a follower with the Inscription trait at your Scribe's Quarters Level 2 awards you the option of creating a Draenor Merchant Order ONCE a day. GetContainerItemInfo is meant to return the itemCount of items from their position in a bag slot. wowuidev. The size of the bag. There is a quest for some free reputation from Khadgar in the center of the city, to get. Within this scope createAsteroid is not defined. 1, 3. You might run into trouble if those were to be used somewhere else. I have a macro I was using to send all items of a specific quality to alts in the mail. SellJunk sells all junk to the vendors. Due to changes in dragon flight expansion the old macro to sell all grey items is broke. To withdraw items from guild I'm using this simple addon:gBanker : Bags, Bank, Inventory : WoWInterface AddOnsYou can withdraw all from current open guild tab, type some name for instance "Obsidium Ore" etc, simple and working. This is the case with Refined Deeprock Salt for Leatherworking , Mooncloth for Tailoring and Arcanite Bar for Alchemy. This is intended to be used as a prefix for colored strings. If you manage to pinpoint a conflict between ElvUI and another addon, make. Text under CC-BY-SA license← WoW API < GetContainerItemInfo. 7 onwards. 主题32969790 Topic Post by mianbao940 (2022-08-07 08:59): 如何才能同时让地精和血帆双崇拜 当前版本,先刷卫兵到血帆尊敬11999,然后去荒芜之地刷个NPC,6分钟刷一次,非人类一次5点声望,刷到崇敬21999,然后去交血帆一系列的任务到崇拜,回头杀对应的南海或者其他对应声望相关的小怪反冲四地精Hello everyone. Wildcard function usually called when a player left clicks on a slot in their bags. Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Here’s the path for my current favourite rogue gold farm. function GetItemCooldown_Orig(searchItemLink) local bagID = 1; local bagName = GetBagName(bagID); local searchItemName. Thank you!)I think this might be what you're looking for: /run local t,b,s,i,q,l t=0 for b=0,4 do s=GetContainerNumSlots (b) for i=1,s do ,q,,, ,_,l=GetContainerItemInfo (b,i) if q then t=t+ (TSMAPI:GetItemValue (l, "DBMarket") or 0)*q end end end print ("Bags TSM-Marketvalue: ". Teams. . GetValue ("dbmarket", l) or 0)*q end end end print ("Bags. You can modify your script from that I'm guessing. I have a macro (well two actually) that worked for finding any herbs in your bags, and then milling them. 如果上面那个宏能成功将物品分离出一个拍卖位上,那么拍卖可以用下面这个宏. I can’t check the code in the game yet. Contribute to beren12/wow-vanilla-addons development by creating an account on GitHub. Vend tous les items gris. Bank) -- create all necessary SubBags now with basic initialization, correct referencing later when config is available. GetPetInfoBySpeciesID or nop-- local BATTLE_PET = select(11, GetAuctionItemClasses())You signed in with another tab or window. 63是等级,改62也是可以的。. CloseAllBags () closes the. Fork. Contribute to beren12/wow-vanilla-addons development by creating an account on GitHub. He has Crafted Heavy Shot equipped, currently, but the Ammo module isn't showing anything. Having reset my profile since the recent update(s), I'm finding it hard to recreate some of my previous filters. CVars Category nav. 0. itemId = GetContainerItemID(bag, slot) Arguments [] bag unknown - Index of the bag to query. 1433215의 댓글 I was lucky enough to loot this card today. isQuestItem Flag - true if the item is a quest item, nil otherwise. Fizzlemizz-azjolnerub. itemLink unknown : ItemLink - The localized link of the item. UseContainerItem 3、将GetContainerItemInfo改为C_Container. numberOfSlots = GetContainerNumSlots(bagID); bagID Integer - the slot containing the bag, e. r/wow. 526K subscribers in the classicwow community. lua at master · profx-boboma/wowmacrosDetails. Trading. 0 is the backpack. That code doesn't actually do anything because you're checking if a Fontstring you've just created exists, and it always will because, you've just created a new one, along with a new parent button. First, just make another macro which is named unique as 'AutoMill' at Main action bar #1. Its purpose is to scan and store data related to Bags, Bank and Guild Banks for all your characters, and act as a data abstraction layer for client addons, which no longer have to scan or store this information. You signed out in another tab or window. The HandleModifiedItemClick handles any item clicked, anywhere. 96. SellJunk sells all junk to the vendors. GetContainerItemInfo 自己在宏或者插件里手动搜索替换. . So let's see if we can find a definition for createAsteroid in this file. cbenneh closed issue Apr 3, 2017. So practicly you can migrate your character from X with exactly same gear on server Y. Profession Cooldowns. C_Container. Lua you can change addon name to whatever. Voren’thal le Voyant dirige les Elfes de sang dissidents qui ont rejeté la vision de Kael’thas. 9b Describe the bug Concurrent with issue #934, I received this lua. If you have a stack of 2 and a stack of 3 does it still prospect them?). /run for bag=0,4 do for slot=1,GetContainerNumSlots (bag)do local texture,itemCount,locked,quality=GetContainerItemInfo (bag,slot)if quality==3 then UseContainerItem (bag,slot)end end end. 96. Running Software (issues missing this information will be deleted): Addon version: 10. {"payload":{"allShortcutsEnabled":false,"fileTree":{"CustomItemFix":{"items":[{"name":"CustomItemFix. Also, you should use GetContainerItemInfo to get the quantity of ore in the current slot (not too sure here. I asked ingame and someone said version 3. I just want a simple mod with 4 features: Tooltip on mouse cursor, with customizable offset. local theItem = GetContainerItemInfo (REAGENTBANK_CONTAINER, slot)for container = 0, 4 do. SellOMatic Lua file cleaned up & fixed. API PickupContainerItem. See/Buy/Bid BETTER GEAR in search result window. I have a macro I was using to send all items of a specific quality to alts in the mail. GetContainerNumSlots (containerIndex) Reply to Reply Post by fjswpp (2022-11-19 22:50) 这一行: local price = select(11, GetItemInfo(link)) * select(2, C_Container. Pastebin is a website where you can store text online for a set period of time. 4 string. It’s an option. This introduces a set of wrapper functions to handle working with both the new C_Container APIs and the legacy APIs to support wrath and classic-era. Addons. In addition the returns for GetContainerItemInfo and GetContainerItemQuestInfo have changed to use tables instead of a long list of returns. Elleden99. You […]local function IsItemLocked(bag, slot) if not bag and not slot then return false; end if not bag then return IsInventoryItemLocked(slot); else local info = C_Container. Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. 2, opening and closing bags from an insecure path will taint the container frame item slots. 1. Automated updating of API pages at this location, to reflect patch changes, has ceased from 10. commit aebb0b0d73947c29303c4984f57479f6b72c4b2b Author: John Langone <johnlangone@gmail. Video guide here: Where you’re farming: This farm is in the Maraudon instance, beginning at the waterfall section. /run GetMouseFocus():Get…Just confirming it's broken for me as well, you don't realize how much you rely on something until it's broken : (. When you call a function with : instead of . If you click it, it will poison your main hand. GetContainerItemInfo [Baggins] Retail Fix use of C_Container. Hello friends! I have been having the same LUA errors for several months now, and I can’t seem to get them to go away. wowuidev. It doesn't work 100%. First macro, which you run just once: /run function FnH () for i=0,4 do for j=1. for s=1,GetContainerNumSlots(b) do -- for each slot in the bag. r/wow. 0. i also use a /startattck macro combined with shocks so i can get the battle started. I usually get a problem with the stubby addon saying something about global StubbyConfig: a nil value or somesuch. 1. However, since DF the “/cast milling” doesn’t work any more. Additionally, some of these functions now return structured tables instead of multiple values. 0(no longer used) [Baggins-Search] Fix Search By Expansion [srcfiltersitemBind]Fix Retail C_Container. wowuidev. lua. The reference to the current object in Lua ist called self. Azeroth Auto Pilot also has a setting to automatically sell grey stuff. 1. Reply to Reply Post by syhsence (2019-10-20 17:01) 如果你的包里有这些东西的话 点完之后应该是会自动删除这些物品的(类似一键删除的效果) 确定宏正确之后如果还是没反应的话 有可能是和你的其他插件冲突了 实在用不了的话可以试试之前原帖主推荐的Dejunk插件 When the event DISABLED is triggered this means you are about to initiate combat so do what you need to stop people from using your frames during this time. These functions have been renamed and moved to a wrapper object in 8. To test TakeInboxMoney send some gold to an alt and loot it from mail. DataStore_Containers is part of the DataStore series. Automated updating of API pages at this location, to reflect patch changes, has ceased from 10. GetContainerItemInfo(container, slot) local price = select(11, GetItemInfo(link)) * containerItemInfo. local slotNum = GetContainerNumSlots (container) for slot = 1, slotNum do. PickupContainerItem or _G. 3. 5第二次更新: 针对怀旧版本的更新,应朋友们要求,现在整理按钮变成小扫把了,其他功能没有变化。. lua","contentType":"file. Doesn't fit in a macro since I do most of my personal scripting in WowLua. This after the gray sell function but before the repair function: print (format ("|cffe5e5e5Grays Total: %. Even if UseContainerItem is not protected in this case (not mentioned on wowwiki and can't check it), that macro will attempt to prospect anything, not just ore. 0(no longer used) [Baggins-Search] Fix Search By Expansion [srcfiltersitemBind]Fix Retail C_Container. 2, 3. slot Number - Index of the slot within the bag to query; ascending from 1. com is the number one paste tool since 2002. 0. wowuidev. However, since DF. This is intended to be used as a prefix for colored strings. HOWTOs. GetContainerItemID ; Remove Last Remaining References to LibGratuity-3. Insights. 1 Result 3 Example 3. Automated updating of API pages at this location, to reflect patch changes, has ceased from 10. If you define a function. Baggins v4. Just a moment. Contribute to nanenj/wow-addons development by creating an account on GitHub. I've attached a patch file with the changes I made to get feed-o-matic working on 3. It'd be nice with a little "lock this"-toggle next to each category when you create a character or customise your char and dragon. The quality colors can be found using the ITEM_QUALITY_COLORS table or calling GetItemQualityColor () Each entry in ITEM_QUALITY_COLORS is a table with four keys: r, g, b: the decimal RGB values (0. T6B 2P4 40 FOOT HIGH CUBE SEACANS / STORAGE CONTAINERS - wind and water tight - lots of selection. . Recipe reagent costs and profits in crafting views. HOWTOs wowuidev Automated updating of API pages at this location, to reflect patch changes, has ceased from 10. Do you mean the item level of the relic itself or ilvl gain for your artifact weapon? _____Show/Hide Custom Frame in Combat Lockdown Lua/XML Helpattempt to call global 'GetContainerItemInfo' (a nil value) I thought I figured out the issue and changed line 15 from: local _, stackSize = GetContainerItemInfo(bagId, slot)Hi, this is a toolbox kit i put together with different some code i had laying around, enjoy! using robotManager. As written, it should still work on Classic E. Option to remove tooltip border. 1. Sign up for Zygor Elite and gain access to all of our guides. lua. New posts; Today's Posts; Search Forum; Categories. API changes. Line 113 - change to. 4. vscode","path":". 4. lua"]:3941: in function `BankItems. 10个格子,每个20个物品。. 1 Result 4 Example 4. 威望: 1. 0 for your backpack slot Number - slot number of the bag item you want the info for. Contribute to AdiAddons/AdiBags development by creating an account on GitHub. find(n,"9d9d9d") then PickupContainerItem(b,s); DeleteCursorItem() end end end Now I ran into the problem of. Scan Auction House by Auctioneer Scan function. Pull requests. {"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":". . You might run into trouble if those were to be used somewhere else. BaudBag_DebugMsg ( "Bags", "Creating sub bags") BackpackSet: PerformInitialBuild () BankSet: PerformInitialBuild () end. One such check is on binding. Since GetContainerItemInfo returns more than one value, and the second one is the one we need, "_,q=GetContainerItemInfo(1,s)" dumps the first value and assigns the second to q. Talking to a Vendor. . Support for automatically adding a lure to your fishing pole. Contribute to Stanzilla/Postal development by creating an account on GitHub. g. 按ctrl是1级火冲,直. I would like to submit a pull. Thank you very much for your answer. Automated updating of API pages at this location, to reflect patch changes, has ceased from 10. Then just return in "durationdisplay" something like "return itemamount. 12. Installed RBS Raeli’s Bag Skinner but when I open my bags I get Message: InterfaceAddOnsRBSCore. A small subset of the existing API remains as deprecated functions, along with a set of deprecated XML templates for various options controls. [mod:alt] 寒冰箭,这一段的冰箭改火球炎爆同理。. 1. GetContainerItemInfo--BETA: local GetContainerNumSlots = _G. Values. When the event ENABLED is triggered combat is finished and you can now allow them to interact with the frames. To do this, you must speak with your assigned, Inscription follower who will give you a chance to create a full Commande marchande de Draenor using:. The equipped bags on the character (from right to left). 获取指定拾取栏位的信息。. i = {GetContainerItemInfo(b,s)} -- let i be the item in the slot n = i[7] -- let n be the name of the item if n and string. Better Milling/Prospecting Macros (Never fail on stacks less than 5 again!) Essentially this is a two-part macro. 0. So addons like Opie wont work, or any weakauras that were used to cast item actions, like Venthyr tea reminder / pet summon WA-s. 0 and 4. Even if UseContainerItem is not protected in this case (not mentioned on wowwiki and can't check it), that macro will attempt to prospect anything, not just ore. 4. Need an addon asap, that deletes everything in the bags or a specific item. 0. Another macro I found online that was incredibly useful to me was the "Mail all. It's officially documented in Blizzard_APIDocumentation which is accessible via the /api command. Buy Tab: Search, Summary for multiple items, Search history, Shopping lists, buy stacks quickly with buy button, sort by item price Sell Tab: Post multiple auctions, Custom stack size, See item current auctions and history, Undercut settings Tooltips: Vendor, Auction, Disenchant, Reagents, Stack prices Scanning: Full scan. stackCount. ItemLink ItemLink Returns the. Check if the function call is within the scope of that function. HOWTOs. Don’t autoloot it! That would need the AutoLootMailItem hook. 8. If you have a stack of 2 and a stack of 3 does it still prospect them?). numSlots = C_Container. Notifications. A collection of Macros for World of Warcraft Classic - wowmacros/loot_filter. Inscription -> milling macro. Also, you should use GetContainerItemInfo to get the quantity of ore in the current slot (not too sure here. ← WoW API < GetContainerItemQuestInfo Returns whether the item in the slot is a quest item. 0. My server has herbs for quite cheap and I've got a massive stockpile of primals on my scribe. slot unknown - Index of the slot within the bag to query; ascending from 1. Within this scope createAsteroid is not defined. Shopping List issues with 3. " stacked items in 2nd slot of bag 1. 1. 1, you can no longer use this function to return the Cooldown of an item link or name, you MUST pass in the itemID. Many bag container related APIs have been moved to the C_Container namespace. slotID Numeric - The slot of the specified bag. PickupContainerItem or _G. The new settings API permits registering nestable categories that fit one of two layout archetypes; DataStore_Containers is part of the DataStore series. 0. Full Changelog Previous Releases [Baggins-Filtering] Fix Wrath Missing Variable [srcfiltersItemBind] Fix bind matching [srcfiltersItemBind] Fix Retail use of C_Container. 1. replace the INV_Sword_49 by whatever texture your weapon has either use a database for that or use this macro while the weapon you want to equip is in your first (upper left) slot of your main backpack: /run ChatFrame1:AddMessage(GetContainerItemInfo(0,1))Even if UseContainerItem is not protected in this case (not mentioned on wowwiki and can't check it), that macro will attempt to prospect anything, not just ore. Bistooltip-v7. Asking for help, clarification, or responding to other answers. Este proceso destruirá las hierbas. Sorted by: 1. 47612 Describe the bug When hovering the cursor over items in your bags, a tooltip usually shows with the item name atc. W Edmonton, AB. 8 or the ones closes to 5. I wasn't going to bother crafting any but yesterday a guild member linked a 6k card they got after crafting some to level their inscription, not sure how many the crafted to get theirs but I crafted only 30 card of omens which was a total cost of 15 war paints. 2. 7. Automated updating of API pages at this location, to reflect patch changes, has ceased from 10. 5 for WoW-10. GetContainerItemInfo(bag, slot) local. 531x BankItems/BankItems. lua, that is the file that deals with exceptions and exemptions, all other config stuff is in the AutoProfitX-BlizzTable. 0. Change the red text to the item you want to specify. You can do milling common herbs 1 time per macro executing. Auctioneer Suite. This is important in order to rule out that any of your other addons are causing the issue. I've been wanting to make a Milling macro, where you mouseover on the herbs you want to mill, press the macro and it'll start milling. Here is a piece of my code: local icon, itemCount, locked, quality, readable, lootable, itemLink, isFiltered, noValue, itemID = GetContainerItemInfo(1, 1) local btn =. GetContainerItemQuestInfo. ← WoW API < GetContainerItemLink Returns the ItemLink of the item located in bagID and slotID. itemId = GetContainerItemID(bag, slot); bag Number (BagId) - Index of the bag to query. GetContainerItemInfo [Baggins] Retail Fix use of C_Container. GetContainerItemID ; Remove Last Remaining References to LibGratuity-3. ClickSendMailItemButton () is probably what you are searching. 0. Returns [] texture local texture, itemCount, locked, quality, readable = GetContainerItemInfo(1,2); DEFAULT_CHAT_FRAME:AddMessage(itemCount . Needs summary. GetContainerItemInfo; RegisterEvent; UnregisterEvent; Share.