insanity 11 Posted February 27, 2017 Share Posted February 27, 2017 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? Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/ Share on other sites More sharing options...
eeny 523 Posted February 27, 2017 Share Posted February 27, 2017 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... Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-24178 Share on other sites More sharing options...
insanity 11 Posted March 2, 2017 Author Share Posted March 2, 2017 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? Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-24259 Share on other sites More sharing options...
insanity 11 Posted March 3, 2017 Author Share Posted March 3, 2017 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 mentas 1 Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-24347 Share on other sites More sharing options...
mentas 0 Posted March 12, 2017 Share Posted March 12, 2017 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 Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-24671 Share on other sites More sharing options...
insanity 11 Posted March 12, 2017 Author Share Posted March 12, 2017 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 mentas 1 Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-24677 Share on other sites More sharing options...
mentas 0 Posted March 13, 2017 Share Posted March 13, 2017 Hey thank you so much, you MVP. Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-24715 Share on other sites More sharing options...
TheSmokie 242 Posted September 8, 2020 Share Posted September 8, 2020 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) Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-59872 Share on other sites More sharing options...
maukor 34 Posted September 8, 2020 Share Posted September 8, 2020 Getting insta crash after i loot mob with bop item , bopLoot addon, 2.4.3, toc version 20400 Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-59881 Share on other sites More sharing options...
Matenia 628 Posted September 9, 2020 Share Posted September 9, 2020 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 Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-59885 Share on other sites More sharing options...
TheSmokie 242 Posted September 9, 2020 Share Posted September 9, 2020 or just use dev tools ? Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-59886 Share on other sites More sharing options...
TheSmokie 242 Posted September 23, 2020 Share Posted September 23, 2020 @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()")); Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-60046 Share on other sites More sharing options...
Nub 0 Posted July 15, 2023 Share Posted July 15, 2023 Nothing from this works 😞 any new ideas ? Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-68531 Share on other sites More sharing options...
Droidz 2738 Posted July 15, 2023 Share Posted July 15, 2023 Hello, And this plugin : https://wrobot.eu/files/file/411-auto-accept-wow-popup-window/ Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-68532 Share on other sites More sharing options...
Nub 0 Posted July 15, 2023 Share Posted July 15, 2023 How can i initialize it? Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-68533 Share on other sites More sharing options...
Droidz 2738 Posted July 15, 2023 Share Posted July 15, 2023 Download and move the file in the folder "wrobot/plugins". Launch (or restart) bot, in the tab "Plugins" enable it. Nub 1 Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-68534 Share on other sites More sharing options...
Nub 0 Posted July 15, 2023 Share Posted July 15, 2023 It works !!! Got Sewer rat in 1 hour 😉 Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-68535 Share on other sites More sharing options...
Nub 0 Posted July 26, 2023 Share Posted July 26, 2023 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 ? Link to comment https://wrobot.eu/forums/topic/5250-force-loot-bop-items/#findComment-68597 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now