February 27, 20179 yr Hey, I just noticed that the bot wont loot items that are BOP. I set my bot to grind for Sharptalon's Claw in a quester profile. Once he gets that item he should start the quest. The thing is, the bot wont loot this item, cause when it does you get this confirmation box saying something like: "Looting xxxx will bind it to you OK CANCEL" The bot does not automatically say "OK" here. Is there a way to fix this?
February 27, 20179 yr i remember a wow addon called quickloot in vanilla? Maybe see if you can find that in one of the old addon dumps? https://drive.google.com/drive/folders/0ByAxutR4jmqfQ2QxZV9Qc0RnR28 Quickloot.rar Not my google drive so virus scan the shit outa that file before exploding it onto your PC...
March 2, 20179 yr Author On 27.2.2017 at 10:36 PM, eeny said: i remember a wow addon called quickloot in vanilla? Maybe see if you can find that in one of the old addon dumps? Tried with this addon enabled. No luck. Droidz, do you have a workaround for this?
March 3, 20179 yr Author Made an addon myself to get this to work: <NAMEOFADDON>.OnLoad= function () this:RegisterEvent("LOOT_OPENED"); this:RegisterEvent("LOOT_BIND_CONFIRM"); end; <NAMEOFADDON>.OnEvent = function () if (event == "LOOT_BIND_CONFIRM") then LootSlot(arg1) StaticPopup_OnClick(StaticPopup1, 1) end if (event == "LOOT_OPENED") then for i=1,GetNumLootItems() do LootSlot(i) end end end
March 12, 20179 yr Hey I ran in same issue bot not recognizing/not looting items, would there be no hard work for you to share more info how to make this happen in game? I would really appreciate your help. Thanks
March 12, 20179 yr Author You can find my addon attached. 1. Download the addon. 2. Extract the folder inside and put it into your addon folder (wow/Interface/AddOns) bopLoot.7z
September 8, 20205 yr if you run this once while ingame, it will only trigger once LOOT_BIND_CONFIRM is started. local f = CreateFrame("Frame") f:RegisterEvent("LOOT_BIND_CONFIRM") f:SetScript("OnEvent", function(self, event, ...) StaticPopup1Button1:Click(); end)
September 8, 20205 yr Getting insta crash after i loot mob with bop item , bopLoot addon, 2.4.3, toc version 20400
September 9, 20205 yr It shouldn't crash, but also using :Click is a protected function, so you need a plugin or something that only runs that code ONCE
September 23, 20205 yr @maukor this should work, only load once at start of your profile or use a plugin that runs this code once. EventsLua.AttachEventLua(LuaEventsId.LOOT_BIND_CONFIRM, i => Lua.LuaDoString("StaticPopup1Button1:Click()"));
July 15, 20232 yr Hello, And this plugin : https://wrobot.eu/files/file/411-auto-accept-wow-popup-window/
July 15, 20232 yr Download and move the file in the folder "wrobot/plugins". Launch (or restart) bot, in the tab "Plugins" enable it.
July 26, 20232 yr Guys im trying to catch Old Crafty in OG, but its 4 days and still nothing, it is possbile some issue with Fisherbot or that loot plugin ?
Create an account or sign in to comment