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.

Force loot BOP items

Featured Replies

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?

  • 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?

  • 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

 

  • 2 weeks later...

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

 

loot.jpg

  • 3 years later...

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)

 

  • 2 weeks later...

@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()"));

 

  • 2 years later...
  • 2 weeks later...

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

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.