Category: Data Broker
Addon Information
Works with 3.2
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
yleaf's Portal Bug Reports Feature Requests
Author:
Version:
1.6
Date:
09-07-2009 09:47 AM
Size:
11.59 Kb
Downloads:
3,358
Favorites:
64
MD5:
Pictures
Click to enlarge
Config panel
LDB
leafLFG
Sometimes I just wanna stick in the LFG channel, or toggle the channel just by one-click. That's it!
Inspired by AutoLFG (by Klimax).

Feature:
Automatically join the LFG channel (configurable)
Data Broker button: Left click to toggle LFG, right to open config panel

If the addon goes wrong, please type these in your game, it'll reset the config and reload your game.
Code:
/run leafLFGDB=nil;ReloadUI()
  Change Log - leafLFG
1.6
Revert click changes
Fix config saving problem

1.5
Bunch of code rewrite by tekkub, thanks a lot~
(http://github.com/tekkub/leafLFG/tree/master)

1.4
Bug fix (fully tested)

1.3
Auto-join now works when the game load

1.2
Should work perfect now

1.1
New icon
Try to fix the bug (need test)

1.0 locales, won't do anything after you manually set something
0.9 set data type to data source
0.8 direct debug msg to tekDebug
0.7 remove the debug msg
0.6 fix the txt do not update
0.5 fix for party
0.4 fix for cwow, if you're not playing on cwow, ignore this update
  Archived Versions - leafLFG
File Name
Version
Size
Author
Date
1.5
12kB
yleaf
09-07-2009 04:24 AM
1.4
7kB
yleaf
08-02-2009 09:09 AM
1.3
7kB
yleaf
05-26-2009 06:48 AM
1.2
7kB
yleaf
05-23-2009 10:59 PM
1.1
7kB
yleaf
05-21-2009 01:42 AM
1.0
7kB
yleaf
05-19-2009 06:52 AM
0.9
7kB
yleaf
05-09-2009 12:15 AM
0.8
7kB
yleaf
05-04-2009 06:57 PM
0.7
7kB
yleaf
05-04-2009 06:24 PM
0.6
7kB
yleaf
05-02-2009 11:01 PM
0.5
7kB
yleaf
04-30-2009 04:55 AM
0.4
7kB
yleaf
04-30-2009 01:39 AM
0.3
7kB
yleaf
04-29-2009 12:48 AM
  Comments - leafLFG
Post A Reply Comment Options
Old 09-10-2009, 03:09 PM  
Dioxin
A Kobold Labourer
 
Dioxin's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
I know this addon is dealing with the chat in LFG, but a little expansion on it to include setting deafults says in the dropdowns might be nice.

It just seems really stupid that there is not a button to make all dropdowns "Heroic" or "Raid" or something like that.

Set all LFG Dropdowns to:
- Regular
- Heroic
- Raid

etc you get the idea.
Dioxin is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-09-2009, 12:57 AM  
yleaf
A Kobold Labourer
 
yleaf's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Quote:
Originally posted by BeKay
That's what I'm doing atm.
The question was whether it would be possible to do through LeafLFG when one can't leave the LFG (not being leader).
Well, there's no plan to add something like that. sorry.
yleaf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-08-2009, 06:41 PM  
BeKay
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Quote:
Originally posted by yleaf
You could disable a channel through chat frame config
That's what I'm doing atm.
The question was whether it would be possible to do through LeafLFG when one can't leave the LFG (not being leader).
BeKay is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-08-2009, 05:58 PM  
yleaf
A Kobold Labourer
 
yleaf's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Quote:
Originally posted by BeKay
Another thought.
One of the minor annoyances when pug'ing are the group leaders using the LFG tool and not turning it off once the group is full (something that used to happen automatically).

Not being the leader I can't leave the LFG myself (through the tool), but the channel can be hidden through the use of the chat settings.

Would it be possible to have LeafLFG hide the channel in such a way when not being able to actually deactivate LFG?
And preferably restore the channel once the group has been disbanded.
You could disable a channel through chat frame config
yleaf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-08-2009, 04:39 PM  
BeKay
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Another thought.
One of the minor annoyances when pug'ing are the group leaders using the LFG tool and not turning it off once the group is full (something that used to happen automatically).

Not being the leader I can't leave the LFG myself (through the tool), but the channel can be hidden through the use of the chat settings.

Would it be possible to have LeafLFG hide the channel in such a way when not being able to actually deactivate LFG?
And preferably restore the channel once the group has been disbanded.
BeKay is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-07-2009, 02:35 PM  
Tekkub
Featured Artist
 
Tekkub's Avatar
Featured Addon Author

Forum posts: 670
File comments: 322
Uploads: 84
Re: Fixes - but also a few (intended) changes..?

Quote:
Originally posted by BeKay
2) The option to auto-join when solo is hardcoded to enabled, it seems, changing this will not be saved from session to session.
The config was probably saving nil instead of false... and nil == default in my db design. I didn't think to look at what the checkboxes actually did.

As for the shift thing, I felt that the addon should be handling join/leave for you, so the click should be primarily to open the config. There might still be cases where you'd want to override, so I moved it to mod-click. A config option could probably be added to use either setup.
__________________
I have reached enlightment.
Thank you bacon!
Tekkub is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-07-2009, 11:20 AM  
BeKay
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Yeah, dawned on me after the first post, hence the relog.
Had "forgotten" that I reinstalled the 1.4 version w/o the new files.
BeKay is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-07-2009, 10:46 AM  
yleaf
A Kobold Labourer
 
yleaf's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Quote:
Originally posted by BeKay
Perfect.
But what happened to the icon?
That was an addition/change I liked!

[edit]
Nvm, a complete relog fixed it.
Reloading UI wasn't good enough.

Something good just good better!
Love the little eye and a simple On/Off.
These changes are made by tekkub.
When you add new files, you need to restart the game so that the game could load the new files.
yleaf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-07-2009, 10:35 AM  
BeKay
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Perfect.
But what happened to the icon?
That was an addition/change I liked!

[edit]
Nvm, a complete relog fixed it.
Reloading UI wasn't good enough.

Something good just got even better!
Love the little eye and a simple On/Off.

[edit2.a]
Ok, even better, just the eye.

Last edited by BeKay : 09-07-2009 at 10:43 AM.
BeKay is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-07-2009, 09:48 AM  
yleaf
A Kobold Labourer
 
yleaf's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Re: Fixes - but also a few (intended) changes..?

Quote:
Originally posted by BeKay
Using quite a few Tek mods myself, but a few of the changes to LeafLFG seems a bit odd.

1) Key modifier to join/leave while normal mouse-clicks will open the config panel (and no documentation of this change) - personally I prefer left-click to join/leave and right click to access options.
2) The option to auto-join when solo is hardcoded to enabled, it seems, changing this will not be saved from session to session.
Made a quick fix=) Try the new one
yleaf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-07-2009, 09:30 AM  
BeKay
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Fixes - but also a few (intended) changes..?

Using quite a few Tek mods myself, but a few of the changes to LeafLFG seems a bit odd.

1) Key modifier to join/leave while normal mouse-clicks will open the config panel (and no documentation of this change) - personally I prefer left-click to join/leave and right click to access options.
2) The option to auto-join when solo is hardcoded to enabled, it seems, changing this will not be saved from session to session.
BeKay is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-06-2009, 10:11 PM  
Tekkub
Featured Artist
 
Tekkub's Avatar
Featured Addon Author

Forum posts: 670
File comments: 322
Uploads: 84
I've made a bunch of fixes to your little addon here... if you want to use them, you're welcome to them: http://github.com/tekkub/leafLFG
__________________
I have reached enlightment.
Thank you bacon!
Tekkub is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-03-2009, 07:30 PM  
yaroot
A Kobold Labourer
 
yaroot's Avatar

Forum posts: 0
File comments: 29
Uploads: 0
Quote:
Originally posted by ^VoiD
Is it me, or as of 3.2 does this add-on no longer work?

I also cannot find any mini button anywhere, conifg or /cmd to do anything with this.


^V
It works for me on Taiwan 3.2 Realms.
And this is a LDB plugin, you will need a LDB display addon such as DockingStation, NinjaPanel to show the button
Also you can config the addon without the LDB button.
yaroot is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-03-2009, 05:00 PM  
^VoiD
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Is it me, or as of 3.2 does this add-on no longer work?

I have it installed, it shows on my add-on list ok, but when you run WoW you don't start in LFG, if you join lfg by your own means (group or area), you join, but if you leave any of them, it throws you back out of lfg again.

I also cannot find any mini button anywhere, conifg or /cmd to do anything with this.

Pity, because I need a decent autolfg add-on that doesn't throw you out the minute you join a group. I like to join a group with me mates to have a yarn whilst watching lfg so I can join a group for a dungeon


^V
^VoiD is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-21-2009, 02:01 AM  
yleaf
A Kobold Labourer
 
yleaf's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Quote:
Originally posted by xjtufans
acturally 0.6 version is works very well.
I don't know why the new version is broken.
The auto-join does not work very well.


Should work perfect now...

Last edited by yleaf : 05-23-2009 at 10:59 PM.
yleaf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.