Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
54.0 release | 2.91 KB | Sep 26, 2019 | 8.2.5 | 913 | Download |
52.0 release | 2.95 KB | Jul 14, 2019 | 8.2.0 | 1,314 | Download |
49.0 release | 2.90 KB | Jul 11, 2019 | 8.2.0 | 543 | Download |
47.0 release | 2.88 KB | Jul 11, 2019 | 8.2.0 | 6 | Download |
45.0 release | 2.88 KB | Jun 6, 2019 | 8.1.5 | 1,018 | Download |
43.0 release | 2.92 KB | May 16, 2019 | 8.1.5 | 716 | Download |
41.0 release | 2.86 KB | Mar 1, 2019 | 8.1.0 | 1,207 | Download |
39.0 release | 2.58 KB | Feb 17, 2019 | 8.1.0 | 651 | Download |
37.0 release | 2.59 KB | Jan 24, 2019 | 8.1.0 | 782 | Download |
35.0 release | 2.58 KB | Dec 15, 2018 | 8.1.0 | 938 | Download |
33.0 release | 2.58 KB | Dec 13, 2018 | 8.0.1 | 385 | Download |
31.0 release | 2.72 KB | Dec 12, 2018 | 8.0.1 | 419 | Download |
29.0 release | 2.76 KB | Dec 12, 2018 | 8.0.1 | 211 | Download |
26.0 release | 2.73 KB | Aug 24, 2018 | 8.0.1 | 1,658 | Download |
24.0 release | 2.78 KB | Aug 23, 2018 | 8.0.1 | 261 | Download |
22.0 release | 2.71 KB | Aug 4, 2018 | 8.0.1 | 956 | Download |
20.0 release | 2.68 KB | Aug 4, 2018 | 8.0.1 | 19 | Download |
18.0 release | 2.55 KB | Aug 4, 2018 | 8.0.1 | 189 | Download |
16.0 release | 2.54 KB | Aug 4, 2018 | 8.0.1 | 14 | Download |
14.0 release | 2.53 KB | Aug 4, 2018 | 8.0.1 | 20 | Download |
12.0 release | 2.47 KB | Aug 4, 2018 | 8.0.1 | 30 | Download |
10.0 release | 2.52 KB | Aug 4, 2018 | 8.0.1 | 28 | Download |
8.0 release | 2.73 KB | Jul 28, 2018 | 8.0.1 | 528 | Download |
6.0 release | 2.74 KB | Jul 16, 2018 | 8.0.1 | 691 | Download |
2.0 release | 2.78 KB | May 22, 2018 | 7.3.5 | 265 | Download |
r4-bfa-beta beta | 2.74 KB | Jul 3, 2018 | 8.0.1 | 39 | Download |
r52-alpha alpha | 2.92 KB | Jul 14, 2019 | 8.2.0 | 6 | Download |
r27-alpha alpha | 2.71 KB | Dec 11, 2018 | 8.0.1 | 41 | Download |
r0-alpha alpha | 715 Bytes | May 21, 2018 | 7.3.5 | 18 | Download |
Description
I don't know why many people enjoy writing Lua script themselves. Ok. I will just support PGF script for LFG. I would like to see how would that work tbh.
This AddOn provides filter by the strings in the addon PGF for filtering LFG.
For example:
atbt
This addon can also be an example of how LFG addon can be used for extension.
YOU NEED INSTALL addon LookingForGroup first.
https://www.wowace.com/projects/lookingforgroup?gameCategorySlug=addons&projectID=259706
Q: Why should I use addons like LookingForGroup to filter premade groups instead of using add-ons like PGF/PF or bad boy?
A: Well, these add-ons are generally based on modifying Blizzard UI Premade Groups. Modifying blizzard UI is basically a horrible idea since it would easily cause the tainting issue. To avoid tainting, you could do very little with these Blizzard's UI. Even using a secure hook does not really solve tainting issue either. LFG is designed to avoid modifying Blizzard UI since there are a lot of things we need with LFG instead of just filtering. (For example, cross realm, WQ etc)
Q: How can I access LFG AddOn?
A: Well. I provide 3 furthermore variables: lfg to represent LookingForGroup. lfg_opt to represent LookingForGroup_Options and lfg_opt_profile to represent LookingForGroup_Options DB profile so you can save your data in the lfg_opt_profile. However, I still recommend you never handwriting code in this PGF addon.
Q: Why I can't see any error messages?
A: LFG filters groups by running coroutine to reduce abusing events. Lua does not support good error handling for coroutines.
Add a comment