Simple quickloot script ok?

Hey there short question.

The autoloot feature seems to be borked for some time now and does not work 2/10 times.

A ghetto solution is to register the loot window open and close events. Flag a boolean for lootwindow open, use the update event to ask for the number of lootable items and issue loot commands as long as there is stuff to loot and the loot window is flagged as open. Addionally add a buffer of 100ms so we dont loot on each frame.

The question. Does this classify as abusing the systems in game? I advocated in other threads for simply “if its possible through the API, it is allowed” but maybe there is more to it. Like dont use to many API calls in x time or something.

The solution is not well coded but allows for rapid looting, thats why i ask, it seems to good ^^.

Nope. That basically covers it. There’s already a number of addons that do what you’re describing eg Faster Loot.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.