Download
(7Kb)
Download
Updated: 03-11-13 03:32 AM
Pictures
File Info
Updated:03-11-13 03:32 AM
Created:10-31-08 06:02 AM
Downloads:10,117
Favorites:158
MD5:

AutoLootToggle  Popular! (More than 5000 hits)

Version: 50200.15
by: Frayol [More]

Due to RL taking up far too much time I have cancelled my WoW subscription and as a result of this I will no longer be updating this addon. Thank you to everyone who has used this addon and if anyone does want to take over the addon then I have no objections.

AutoLootToggle is a LibDataBroker based addon that allows you to change the auto loot settings on the fly. The current auto loot status is shown in two ways, firstly the text and secondly the icon which is green for on and red for off. It will also automatically change these settings to the defined presets when you are solo (i.e. at login or when leaving a group) or when you join a group or raid.

The default settings are:

  • Solo: on
  • Party: off
  • Raid: off
To changes these settings use the mouse clicks listed below:
  • Left-click to toggle current AutoLoot setting
  • Right-Click to toggle default solo setting
  • Shift-Right-Click to toggle default party setting
  • Alt-Right-Click to toggle default raid setting
AutoLootToggle does not provide it's own display, in order to use it you will need a LibDataBroker based display addon.

50200.15 - Frayol

* Updated TOC.

**************************

50100.14 - Frayol

* Oops, missed a correction, thanks SkOODaT.

**************************

50100.13 - Frayol

* Corrections applied for Blizz changes to party and raid as supplied by SkOODaT.

**************************

50100.12 - Frayol

* Updated TOC.

**************************

50001.11 - Frayol

* Updated TOC.

**************************

40300.10 - Frayol

* Updated TOC.

**************************

40200.09 - Frayol

* Updated TOC.

**************************

40100.08 - Frayol

* Updated TOC.

**************************

40000.07 - Frayol

* Updated TOC.
* Updated Libs.

**************************

30300.06 - Frayol

* Updated TOC.

**************************

30200.05 - Frayol

* Changed version naming scheme.
* Updated TOC.
* Updated Libs.

**************************

r4 - Frayol

* Updated TOC.
* Updated Libs.

**************************

r3 - Frayol

* Split the grouped settings into Party and Raid.

**************************

r2 - Frayol

* Total rewrite.
* Added changing icon to indicate the auto loot setting on and off.
* Added launcher support so it can be used in MakeRocketGoNow.

**************************

r1 (not released) - Frayol

* Initial version.
Optional Files (0)


Post A Reply Comment Options
Unread 09-05-22, 05:49 PM  
Llithari
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Patch 9.2.7 & Still working!!

Recently been looking for something EXACTLY like this & stumbled upon this addon. Even though the last update was 9 years ago (?!? Yes, 9) it is working Perfectly!!! No bugs that I've seen. All options toggle correctly. Using Titan panel for for interface.
Report comment to moderator  
Reply With Quote
Unread 04-04-13, 08:38 AM  
Frayol
A Deviate Faerie Dragon
 
Frayol's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 127
Uploads: 4
Due to RL taking up far too much time I have cancelled my WoW subscription and as a result of this I will no longer be updating this addon. Thank you to everyone who has used this addon and if anyone does want to take over the addon then I have no objections.
Report comment to moderator  
Reply With Quote
Unread 12-30-12, 02:18 AM  
Frayol
A Deviate Faerie Dragon
 
Frayol's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 127
Uploads: 4
Originally Posted by SkOODaT
looked at the code again for ya since ya cant log on and theirs one more issue still

---->function self:PARTY_MEMBERS_CHANGED()

ya forgot to change to new

function self:GROUP_ROSTER_UPDATE()

Damn, damn, damn, damn and damn!

Thank you for looking and letting me know. Corrected version uploaded, and fingers crossed that this time I didn't miss anything. The networking issues continue so I still can't check anything myself which is most annoying.
Report comment to moderator  
Reply With Quote
Unread 12-29-12, 05:28 PM  
SkOODaT
A Wyrmkin Dreamwalker
 
SkOODaT's Avatar
AddOn Author - Click to view AddOns

Forum posts: 57
File comments: 63
Uploads: 6
looked at the code again for ya since ya cant log on and theirs one more issue still

---->function self:PARTY_MEMBERS_CHANGED()

ya forgot to change to new

function self:GROUP_ROSTER_UPDATE()

Last edited by SkOODaT : 12-29-12 at 05:28 PM.
Report comment to moderator  
Reply With Quote
Unread 12-29-12, 02:33 PM  
Frayol
A Deviate Faerie Dragon
 
Frayol's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 127
Uploads: 4
Originally Posted by SkOODaT
this addon is broken for 5.1 even tho its been updated for 5.1 ... blizzard changed stuff again

self:RegisterEvent("PARTY_MEMBERS_CHANGED") needs to become self:RegisterEvent("GROUP_ROSTER_UPDATE")

GetNumRaidMembers() > 0 doesnt work anymore so it needs to be changed to IsInRaid()

GetNumPartyMembers() > 0 doesnt work anymore and needs to be changed to GetNumSubgroupMembers(LE_PARTY_CATEGORY) > 0


SkOO~

with thoes fixes it works great for me still

Thank You
Damn, everything had seemed to be working fine for me with no errors at all hence just the TOC update.

Many thanks for pointing out the errors, I am uploading a new version with your corrections now. Hopefully all is now working fine. Due to ongoing issues somewhere along the network route I can't log onto WoW at the moment to test fully so if there are any problems then apologies in advance.
Report comment to moderator  
Reply With Quote
Unread 12-29-12, 01:39 PM  
SkOODaT
A Wyrmkin Dreamwalker
 
SkOODaT's Avatar
AddOn Author - Click to view AddOns

Forum posts: 57
File comments: 63
Uploads: 6
this addon is broken for 5.1 even tho its been updated for 5.1 ... blizzard changed stuff again

self:RegisterEvent("PARTY_MEMBERS_CHANGED") needs to become self:RegisterEvent("GROUP_ROSTER_UPDATE")

GetNumRaidMembers() > 0 doesnt work anymore so it needs to be changed to IsInRaid()

GetNumPartyMembers() > 0 doesnt work anymore and needs to be changed to GetNumSubgroupMembers(LE_PARTY_CATEGORY) > 0


SkOO~

with thoes fixes it works great for me still

Thank You
Last edited by SkOODaT : 12-29-12 at 01:41 PM.
Report comment to moderator  
Reply With Quote
Unread 04-21-11, 07:22 PM  
Delique
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Thanks for keeping this working. Simple but really very helpful addon for me.
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 02:19 AM  
JoLLeRuS
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Lol, and update! Sweet :-)
Thanks for this, hope to see more of you in the Addon world :-)
Report comment to moderator  
Reply With Quote
Unread 02-11-09, 06:23 AM  
Frayol
A Deviate Faerie Dragon
 
Frayol's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 127
Uploads: 4
An updated version with separate party and raid settings has now been uploaded. The existing party settings should remain as they were under grouped, and the default raid setting is set to off, but I would suggest double checking anyway just in case.

After making the changes I did take a look at the way you changed things daf. It would appear that you did things differently from me, but if it works (still very limited time so haven't tried your version out) then it's all good.
Report comment to moderator  
Reply With Quote
Unread 02-05-09, 12:34 PM  
Frayol
A Deviate Faerie Dragon
 
Frayol's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 127
Uploads: 4
Originally posted by daf
Any chance that Group could be splited into Party and Raid? Usualy Auto-loot is fine in parties but my new guild rolls with free-for-all so can't have auto-loot enabled

Edit:
I got impatient so I gave it a go at modding it myself, so far it seems functional. You can see my changes here http://madalien.com/pub/wow/AutoLootToggle.zip
I'm afraid that I've been very busy lately and not had much time for WoW. The idea however sounds reasonable and when I get a chance I'll take a look at adding in the functionality. Hopefully I'll be getting a little free time next week, but given the way work is I can't promise. I'll also take a look at the changes you made, it may be that that they will prove to be all that is needed.
Report comment to moderator  
Reply With Quote
Unread 01-28-09, 07:50 AM  
daf
A Kobold Labourer

Forum posts: 1
File comments: 38
Uploads: 0
Any chance that Group could be splited into Party and Raid? Usualy Auto-loot is fine in parties but my new guild rolls with free-for-all so can't have auto-loot enabled

Edit:
I got impatient so I gave it a go at modding it myself, so far it seems functional. You can see my changes here http://madalien.com/pub/wow/AutoLootToggle.zip
Last edited by daf : 01-29-09 at 07:56 PM.
Report comment to moderator  
Reply With Quote
Unread 01-12-09, 04:20 PM  
Bouvi
A Chromatic Dragonspawn
 
Bouvi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 195
File comments: 30
Uploads: 1
Nice,

I was thinking of switching to data broker as fubar just gets too memory intensive and was going to look into converting auto_lootFu. You save me the trouble

Thanks for the mention.

Cheers,
__________________
Bouvi
WoWi Member since June 2005 and darn proud of it!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: