Line 4220 in 8c26ee9. 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. 52 Release Server patch: 10. Searches with lots of filters with a search history and organised into shopping lists. com is the number one paste tool since 2002. Another pleasant side effect is that "a,b=b,a" will swap their values without the need for a temporary variable. wowuidev. 7 onwards. GetContainerItemInfo{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"Media","path":"Media","contentType":"directory"},{"name":"libs","path":"libs","contentType. Show/Hide Custom Frame in Combat Lockdown Lua/XML Help{"payload":{"allShortcutsEnabled":false,"fileTree":{"Interface/AddOns/NDui/Modules/Bags":{"items":[{"name":"Bags. , the object you're calling this function on is implicitly passed as the first parameter. Clairvoyants. This is an API, or application programming interface. Rather not touch the gbank anyway. This includes all grey items and user specified items, that can be added to list of exceptions. luaReply to Reply Post by fjswpp (2022-11-19 22:50) 这一行: local price = select(11, GetItemInfo(link)) * select(2, C_Container. I'd like an addon that will automatically vendor all greys. to piggyback on the above macro also i include /cancelaura Ghost Wolf. 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. Contribute to nanenj/wow-addons development by creating an account on GitHub. GetContainerItemInfoI'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. 4. The new settings API permits registering nestable categories that fit one of two layout archetypes; DataStore_Containers is part of the DataStore series. isLocked; end end local function IsAnyItemLocked() -- Checks all the bags and the equipped slots to see if any. 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. 0(no longer used) [Baggins-Search] Fix Search By Expansion [srcfiltersitemBind]Fix Retail C_Container. Another macro I found online that was incredibly useful to me was the "Mail all. 0001)) Also, keep local money = GetMoney () in the repair code, it needs to be separate and the local designation should keep them separate. I have been using AMR for years with no hitch. GetContainerItemLink ( containerIndex, slotIndex ) : itemLink. Voren’thal le Voyant dirige les Elfes de sang dissidents qui ont rejeté la vision de Kael’thas. Works in World of Warcraft patch 5. 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. 6. Contribute to Jaliborc/Scrap development by creating an account on GitHub. g. 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. C_Container. 1. Running Software (issues missing this information will be deleted): Addon version: Bagnon_BoE-2. 大家好,我是小叔叔叔。. Returns the item ID in a container slot. 1 Container API shims for 3. Back to sarcasm…. 7 onwards. lua at main · jrowles/GnobesySells all your junk when you visit a merchant. I concur. /run GetMouseFocus():Get…Comentado por Eido Having a follower with the Escrivania trait at your Ala do Escriba Nível 2 awards you the option of creating a Pedido de Mercador Draenoriano ONCE a day. Select the Scale that has been defined in the Pawn addon (for example: scales for. Sign up for Zygor Elite and gain access to all of our guides. Fizzlemizz-azjolnerub. 186 7 7 bronze badges. Using my inventory keybind (and the default inventory keybind) Opening a Mailbox. My server has herbs for quite cheap and I've got a massive stockpile of primals on my scribe. Clairvoyants. ItemLink = GetContainerItemLink(bagID, slotID) bagID, slotID bagID Numeric - The number of the bag. 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. Needs summary. As the title states, I'm looking for some suggestions on how to go about flipping mass quantities of cards. 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. . If you want to do this, you should leverage. 52 Release Server patch: 10. 항상 최신 정보만을 제공. 4. Hi. 5更新:. They’re either changing fundamental things or changing a lot of things at once. all of a specified item: /run for b=0,4 do for s=0,22 do l=GetContainerItemLink (b,s) if l and l:find (" Saronite Ore ")then UseContainerItem (b,s) end end end. If it’s not working, try disabling. The C_CurrencyInfo namespace does not exist in game client 3. 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. Returns info for a quest item in a. Recent Files. It comes with multiple (optional) intelligent junk filters, and can even memorize which items you normally sell. HOWTOs. g. Today, I downloaded v115 and…Missing objective location on map. itemId Number - item ID of the item held in the container slot, nil if there is no item in the container slot. vscode. SellOMatic Lua file cleaned up & fixed. 11 Describe the bug The update today on WOTLK Classic does this non-stop multiple times, potential issue with. A small subset of the existing API remains as deprecated functions, along with a set of deprecated XML templates for various options controls. 2. {"payload":{"allShortcutsEnabled":false,"fileTree":{"CustomItemFix":{"items":[{"name":"CustomItemFix. Call or Text - (825) 436-9913 7022 51 Ave. 0. Report. Although the original forums have been taken down, blue post. Then display that shit with a return string. Valid slotID's are 1 through BagSize. If you click it, it will poison your main hand. i also use a /startattck macro combined with shocks so i can get the battle started. slot Number - Index of the slot within the bag to query; ascending from 1. local texture, itemCount, locked, quality, readable = GetContainerItemInfo(1,2); DEFAULT_CHAT_FRAME:AddMessage(itemCount . ← WoW API < GetContainerItemLink Returns the ItemLink of the item located in bagID and slotID. GetContainerItemInfo(container, slot)) 改成下面两行: local containerItemInfo = C_Container. More importantly, it is designed to be very easy to configure which items to sell and tags junk items in the inventory accordingly. In addition the returns for GetContainerItemInfo and GetContainerItemQuestInfo have changed to use tables instead of a long list of returns. 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. Also, you should use GetContainerItemInfo to get the quantity of ore in the current slot (not too sure here. This is the case with Refined Deeprock Salt for Leatherworking , Mooncloth for Tailoring and Arcanite Bar for Alchemy. 2. 2, opening and closing bags from an insecure path will taint the container frame item slots. Instead of being a “global” function, it was moved inside of another object: C_Container. To post a comment, please login or register a new account. texture, itemCount, locked, quality, readable, lootable, itemLink = GetContainerItemInfo(bagID, slot); Parameters [] Arguments [] bagID Number - number of the bag the item is in, e. 0 Addon version 8. containerInfo = C_Container. 1, you can no longer use this function to return the Cooldown of an item link or name, you MUST pass in the itemID. If you have a stack of 2 and a stack of 3 does it still prospect them?). If you might move an object multiple times in rapid succession, you can check the item's 'locked' flag by calling GetContainerItemInfo. 7. Returns the item ID in a container slot. local info = C_Container. /run local c,i,n,v=0;for b=0,4 do for s=1,GetContainerNumSlots(b)do i={GetContainerItemInfo(b,s)}n=i[7]if n and string. for s=1,GetContainerNumSlots(b) do -- for each slot in the bag. 1. xml","path":"Interface/AddOns/NDui/Modules/Bags/Bags. Sorted by: 1. Would feel a. UseContainerItem--BETA--sell trash items when visiting vendor: local lastNumItems = 0: local function sellTrash (isInitialTrigger)Bro thanks so much for these video's after watching the 100 runs series I decided to run Uldaman myself and on my 355th run was given one of the super rare items the jackhammer, need your advice on what you would sell it for ?A tag already exists with the provided branch name. lua at master · GoldpawsStuff/Bagnon_BoEAccomplish more in World of Warcraft with in-game guides for Leveling, Gold, Professions, Achievements, and more. My Personal add ons for warcraft 1. Else, search for "Elixir of Poison Resistance" and use that instead. GetValue ("dbmarket", l) or 0)*q end end end print ("Bags. (t/10000). 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. GetContainerItemInfo) local GetContainerItemLink = GetContainerItemLink or (C. * Only activate for GameTooltip[HELP] script NOT working with Class identify Lua/XML HelpHello, I was wondering if there was a macro for looting only one kind of item like uncommon or rare, because it would be good for enchanting if you haIt seems to hint at some scripting being disabled, which is used in this macro: /run local c,i,n,v=0;for b=0,4 do for s=1,GetContainerNumSlots(b)do i={GetContainerItemInfo(b,s)}n=i[7]if n and string. If you have a stack of 2 and a stack of 3 does it still prospect them?). Thank you very much for your answer. If you hold Ctrl it will use Deadly poison instead of instant poison. Locally hacked mine up, this got things mostly working. GetContainerItemInfo--BETA: local GetContainerNumSlots = _G. SellJunk sells all junk to the vendors. 2019-11-24 01:05. Rather than this, you need to check if a button of the same name. Specific details (usage/scope) will be posted later as separate pages on this. Recipe reagent costs and profits in crafting views. A lot. Click Search Tab of Auctioneer. lua. Beitrag von janniie You might want to avoid declaring your variables as globals, like t,s,q,l and v. When you call a function with : instead of . Actions. Please look at my errors and let me know if you have any suggestions on how these might be fixed, and even let me know if you can identify any add-ons specifically - or any TYPE of add-ons - that may be affecting the. 11 votes, 15 comments. 4. Reload to refresh your session. The text was updated successfully, but these errors were encountered:LUA migration addon. find(n,"9d9d9d")then. 跪求大佬,谢谢!. /run local c,i,n,v=0;for b=0,4 do for s=1,GetContainerNumSlots (b)do i= {GetContainerItemInfo (b,s)}n=i [7]if n and string. What does this have to do with Lua? I User Interface de ned by Lua scripts and XML de nitions I Frames and frame handlers can be de ned in XML les I Behavior and code de ned in a series of Lua scripts I 140 XML les - 68,240 LoC I 142 Lua les - 66,357 LoC I Not only is code freely available, but serves as model implementation for all aspects of the user. 1. Sorelai-wyrmrest-accord. GjfLeo 于3年前 修改了 此页面。. LoadingBefore the Dragonflight pre-patch, many people were getting FrameXML errors. Running Software (issues missing this information will be deleted): Addon version: 10. Isn't it still faster/less overhead to cache the values and access them than querying the method every time? (Note: I see that it's in an addon. New posts; Today's Posts; Search Forum; Categories. 前面出冰箱下马站立三连几乎每个宏都会带,下面是按alt4开冰箭,按ctrl是1级冰箭,正常按是打目标的目标或者直接打目标的冰箭。. This after the gray sell function but before the repair function: print (format ("|cffe5e5e5Grays Total: %. numSlots = C_Container. As of WoW 10. Reload to refresh your session. Video guide here: Where you’re farming: This farm is in the Maraudon instance, beginning at the waterfall section. GetContainerItemInfo (containerIndex, slotIndex) [刷zul心得]自动摧毁巨魔的汗水这种占包的垃圾. 보라색아이템 입니다. CVars Category nav. C_Container. lua at master · anzz1/AutoProfitSup guys, First of all, get the addon "Speedyautoloot" this shit smacks for milling / prospecting and is required for this method. Contribute to ericraio/vanilla-wow-addons development by creating an account on GitHub. copy my text and paste it in (replace all text currently in there. I asked ingame and someone said version 3. ← WoW API < GetContainerItemID Returns the item id of the item in a particular container slot. UseContainerItem 3、将GetContainerItemInfo改为C_Container. Fork. I know the UI has changed but does anyone know if there’s a way to mill herbs in a macro any more? Below are the macros for reference - note, I know I have to update. 3a Server patch: [e. 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. 5. Bagnon plugin showing BoE/BoA texts on your items. CloseAllBags () closes the. [刷zul心得]自动摧毁巨魔的汗水这种占包的垃圾 法师(经典旧世)Date: 2023-03-22 07:18:30 ID: 1 Error occured in: Global Count: 1 Message:. It’s an option. All of the pigments I've made except for dusky make 2-3 pigments per 5 herbs. 1 Result 3 Example 3. GetContainerNumSlots--BETA: local UseContainerItem = _G. All the versions of auctioneer I tried do not actually work at all. 拆分物品按shift分成几个. UseContainerItem or C_Container. Scrapping Items (Opens both the blizzard default and Bagnon bag UI's simultaneously)[wa代码] [提问请发问答区] [怀旧服][不懂就要问]请教各位大神,怀旧服wa字符串问题(一键摧毁) 求助各位能人大佬大神,怀旧服里wa有没有类似的字符串,比如摧毁某价值以下的东西(垃圾)?Thanks in advance for any suggestions or solutions. In my case, it uses my own gold. function GetItemCooldown_Orig(searchItemLink) local bagID = 1; local bagName = GetBagName(bagID); local searchItemName. If you have a stack of 2 and a stack of 3 does it still prospect them?). An addon that generates a Simulationcraft profile for your charactercopy paste insert any totems you want. Simple Auction addon, makes it easier to search, buy, and post auctions. 0. The World of Warcraft add-ons I use,. 1. GitHub Gist: instantly share code, notes, and snippets. 1. 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. If you need the original behavior, here is a function that simulates that function. 注册: 07-07-11. I have a macro (well two actually) that worked for finding any herbs in your bags, and then milling them. 2 GetContainerNumSlots (bagID) 4. So that when you press the Random-button, you still get some choice over its direction. GetContainerItemInfo [Baggins] Retail Fix use of C_Container. I just want a simple mod with 4 features: Tooltip on mouse cursor, with customizable offset. I see two options, I can store the item count for each bag, and add those 5 numbers to get the total item count, or I can reset the item count to 0 and call countItem for every bag on every BAG_UPDATE event. Text under CC-BY-SA license← WoW API < GetContainerItemInfo. Returns [] itemId unknown - item ID of the item held in the container slot, nil if there is no item in the container slot. Reply to Reply Post by Mkathylol (2019-09-19 12:35) 插件定位是用的游戏框体,按理不会出现放大或缩小游戏窗口大小,就改变其位置。 我刚也在游戏里试了下窗口模式,放大缩小,同时又调整包包位置,并没有出现背包位置变动的问题,旧服和正式服都试了. Question. On the other hand, you may be on top of the RNG and roll 2 or 3 6000g cards, however it's really unlikely, and you will likely go through hundreds of them. Returns texture Automated updating of API pages at this location, to reflect patch changes, has ceased from 10. I want it to act just like a normal inventory right click: use or move on Right Button. Already have an account? Sign in to comment. {"payload":{"allShortcutsEnabled":false,"fileTree":{"CustomItemFix":{"items":[{"name":"CustomItemFix. 0. Sign up for free to join this conversation on GitHub . 녹색아이템 팔기입니다. Was able to mostly fix the minimap button alignment. Also, you should use GetContainerItemInfo to get the quantity of ore in the current slot (not too sure here. I have found some data in one MPQ file, and i tried to make a addon but it just wount work. GetContainerItemID ; Remove Last Remaining References to LibGratuity-3. 1 is the left slot in the top row. Reload to refresh your session. Learn more about Teams I replaced GetContainerItemInfo and GetContainerNumSlots with C_Container. The Bank bags (from left to right). lua. 0. You will find a function call createAsteroid (). " stacked items in 2nd slot of bag 1. numSlots = C_Container. /run local i,j for i=0,4 do for j=1,18 do local d=GetContainerItemInfo(i,j) if d then local l=GetContainerItemLink(i,j) if strfind(l, "Conjured Mineral Water") then UseContainerItem(i,j) end end end end is a macro to use. In 2. hyperlinkAutoProfit for 1. You signed out in another tab or window. Grade. Any tooltip addon not yet updated for 9. 4. ← WoW API < GetContainerItemLink Returns the ItemLink of the item located in bagID and slotID. Pull requests. 按ctrl是1级火冲,直接按是满级火冲,会优先打鼠标指针目标,鼠标指针无目标. API changes. itemId Number - item ID of the item held in the container slot, nil if there is no item in the. GetContainerNumSlots (new UI from blizz) Go to wow folder> Interface>AddOns>Reagentcount and open main. My filter is as follows: Name: Weapons-BOE Categor. stackCount. find (n,"Blood Card")then v= {GetItemInfo (n)}q=i [2]c=c+v [11]*q;UseContainerItem (b,s)print (n,q)end;end;end;print (GetCoinText (c)) I've changed this from the original (b=0,5) as she doesn't have a. 2 for. 0. Needs summary. 15 Server patch: 3. 0. API changes. 15. BaudBag_DebugMsg ( "Bags", "Creating sub bags") BackpackSet: PerformInitialBuild () BankSet: PerformInitialBuild () end. Pull requests. I have tried auctioneer versions 3. 0. stackCount then: data[1] = info. lua at master · wow-vanilla-addons/QuestItemComentado por sivla I just don't think making eithe the staves or wands very practicable. - QuestItem/QuestItemTooltip. so since i always start with a dott it would look like /cancelaura Ghost Wolf /startattack /cast Flame Shock (Rank 3) (nothing more annoying. Hello everyone. Au grand désarroi de l'Aldor, ils se sont joints aux naaru de Shattrath. 0. 1 - Automatically sells low quality gray items to the vendor. The file causing the errors is BagnoncommonWildpantsclassescurrencyDisplay. Added in World of Warcraft: The Burning Crusade. . Pastebin. 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. Pigmento Cerúleo x 4; Pergaminho. isQuestItem Flag - true if the item is a quest item, nil otherwise. Show/Hide Custom Frame in Combat Lockdown Lua/XML Help反向整理背包系统有现成的api-- 设置为true反向排列 SetSortBagsRightToLeft(true)-- 设置为ture 新获得的物品反向插入背包 SetInsertItemsLeftToRight(true) 另外: 过长的代码请活用折叠 折叠内容 lua代码可以使用代码块引用-- 写lua代码 [/ code]-- "/"后没有空格 举一反三:过长的lua代码请活用折叠及代. ) -- local references to globalsIs this a bug or an addon error? - World of Warcraft Forums. There is a quest for some free reputation from Khadgar in the center of the city, to get. Option to remove tooltip border. The new settings API permits registering nestable categories that fit one of two layout archetypes;An output stream that writes bytes to a file. Notifications. " stacked items in 2nd slot of bag. See/Buy/Bid BETTER GEAR in search result window. 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. 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. 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©). ← WoW API < GetContainerItemID Returns the item id of the item in a particular container slot. lua. If you have a stack of 2 and a stack of 3 does it still prospect them?). 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))Found one that deletes all grey items from your bag which is working amazing for farming: /run local i,n=0;for b=0,4 do for s=1,GetContainerNumSlots(b) do ClearCursor();i={GetContainerItemInfo(b,s)};n=i[7];if n and string. 2, 3. 0. GetContainerItemInfo. 2. I managed to get a fix together for this. 2] Have you read the changelog? (please don't waste our time) YES Describe the bug Scrap addon on clean (no addons. itemName unknown - The localized name of the item. [srcfiltersItemBind] Fix Retail use of C_Container. He has Crafted Heavy Shot equipped, currently, but the Ammo module isn't showing anything. It is looted from Shadowwing Owl. github","contentType":"directory"},{"name":". wowuidev. lua, add at top local PickupContainerItem = C_Container and C_Container. Saved searches Use saved searches to filter your results more quicklycommands to delete items/gear has been disabled on purpose as far as I knowWhen used in a macro: /run local c,i,n,v=0;for b=1,6 do for s=1,GetContainerNumSlots (b)do i= {GetContainerItemInfo (b,s)}n=i [7]if n and string. Line 4220 in 8c26ee9. The Keyring was removed in 4. slot Number - Index of the slot within the bag to query; ascending from 1. Wow Addons for Vanilla WoW. isQuestItem, questId, isActive =. . Show on mouse mouseover. This is important in order to rule out that any of your other addons are causing the issue. HOWTOs. 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. itemId = GetContainerItemID(bag, slot); bag Number (BagId) - Index of the bag to query. com is the number one paste tool since 2002. Automated updating of API pages at this location, to reflect patch changes, has ceased from 10. My filter is as follows: Name: Weapons-BOE Categor. 0. Functionality includes picking up the item from a specific bag slot, putting the item into a specific bag slot, and applying enchants (including poisons and sharpening stones) to the item in a specific bag slot, except if one of the Modifier Keys is pressed. To OutfitterEquipment. 此页信息由玩家整理,内容不一定最新、完整或准确。. If you manage to pinpoint a conflict between ElvUI and another addon, make. 1 seconds) to the loop, so that it will sell all items with one click without getting stuck. Sell gear below certain thresholds if you wish etc. Contribute to nanenj/wow-addons development by creating an account on GitHub. [srcfiltersItemBind] Fix Retail use of C_Container. Here is a piece of my code: local icon, itemCount, locked, quality, readable, lootable, itemLink, isFiltered, noValue,. So addons like Opie wont work, or any weakauras that were used to cast item actions, like Venthyr tea reminder / pet summon WA-s. ) -- local references to globals Is this a bug or an addon error? - World of Warcraft Forums. vscode","path":". Contribute to lure/AutoTurnIn development by creating an account on GitHub. However, since DF. The link type "unit" apparently is not working with all GUID unit types. 1. 6. Blizzard is well known for their top tier communication! Gosakii-aegwynn. 7 onwards. N. One such check is on binding. if BAG_UPDATE fires a billion times your code will have created a billion new buttons and fontstrings. One such check is on binding. Rather than getting stuck in your bags when you hit an uneven stack of herbs/ore, it will skip them and move on to larger stacks further on in your bags. Check if the function call is within the scope of that function. Backpack) BankSet = AddOnTable: CreateBagSet (BagSetType. #0 UID:64 6246 646246. lua. Yes I suppose you'd need to connect the quest item to a quest ID via its objectives when you accept a quest and when QUEST_LOG_UPDATE / UNIT_QUEST_LOG_CHANGED fires when an objective is progressed . . Shopping List issues with 3. GetContainerItemInfo(container, slot)) 改成下面两行: local containerItemInfo = C_Container. lua","contentType":"file. sh Then I installed nngraph with: luarocks install nngraph Then I entered into torch terminal: require 'nngraph' require 'nn' unpack () Then I met the. Sharmin-terenas (Sharmin) May 28, 2023, 10:14pm #1. 7 onwards. GetContainerItemInfo is meant to return the itemCount of items from their position in a bag slot. 56924 Have you read the changelog? (please don't waste our time. 的前缀,例如 1、将GetContainerItemLink改为C_Container. Jaliborc / Scrap Public. To OutfitterEquipment. 2. 1 seconds, then continue with the loop end end. As of patch 4. Notifications. Check if the function call is within the scope of that function. Comment by 1433215 I was lucky enough to loot this card today. API PickupContainerItem. Actions. 0. Idea : If you wish to strip an account fast, Use Macro #2, It'll attempt to sell everything in your inventory to an opened merchant window. 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. 96. So you will get your current money; sell your grays; then get. But is there a variant of your code if the item is not in the bag, but in the loot window?Here it is, just in case you still wanted it. First macro, which you run just once: /run function FnH () for i=0,4 do for j=1.