Download
(150Kb)
Download
Updated: 10-11-10 10:55 PM
Pictures
File Info
Updated:10-11-10 10:55 PM
Created:unknown
Downloads:21,885
Favorites:257
MD5:

Faction Grinder 2  Popular! (More than 5000 hits)

Version: 2.2.7
by: Tiok [More]

Faction Grinder is back, and it's better than ever! Now smaller, faster, and with all the new Wrath of the Lich King factions!


Features:
* Track faction items on all your characters and include them in your item count
* Turn-in locations for all repeatable rep quests
* Mouse over quest icons for detailed grinding info
* Item mouse overs include the name and coordinates of the NPCs you can turn in to
* Mouse over mini repbar for numerical rep value display
* Toggleable grinding, so your rep/hr only calculates while you're working at it

/fgs Show/hide settings form.
/fg Show/hide selected trackers.


Don't forget to vote! If you don't think Faction Grinder deserves to be voted up, let us know why so we can make it better!

FAQ

Why isn't *some faction* included yet?
---Did we miss one you want? Let us know and we'll see about getting it in!

Why isn't Faction Grinder supported in *some language*?
---We probably don't have a translater for that language. If you are a native speaker and/or have a native client, send us an email at [email protected] and we'll see about adding you to the translation team.

Why do scourgestones for Argent Dawn show 75 rep per turnin instead of 25? Same question for Zandalar Bijous?
---These turnins reward you a token that also has a rep value. We chose to include the rep-value of these tokens with the stones/bijous because now, when you make a turnin, the amount of 'item rep' reduces by 25 and the amount of 'actual rep' increases by 25, just as you would expect. Just remember that these turnins reward rep tokens.


***If you find any errors in the grinders or anything that has been left out, please let us know so we can make Faction Grinder even better!


CREDITS:
Programming
---Tiok - US Thrall
German Translation
---Alirion - EU Dun Morogh
---Loimli - DE Rat von Dalaran
Chinese Translation
---Scorpion
French Translation
---Drakma
---Ishkaera - EU Elune

12. Oct 2010
* Updated for 4.0.1
* Added Cataclysm category (currently empty)
* Assorted bug fixes

22. Aug 2009

* Updated for 3.2
* Added Ravenholdt
* Added Darkmoon Faire
* Added Shen'dralar
* Added Goblin cities
* Added ear collection quest for Cenarion Expedition
* Assorted bug fixes

16. Feb 2009

* Updated Sporeggar quests
* Fixed several startup bugs related to the new load event ordering

2. Feb 2009

* Added French translations (mostly complete)
* Fixed a bug with alt item tracking
* Fixed several startup bugs

29. Jan 2009

* Added German translations (Thanks, Loimli!) - deDE
* Fixed a bug in standing calculations
* Fixed the SoH translation bug
* Re-added GrinderCore2

21. Jan 2009

* Added Chinese translations (Thanks, Scorpion!) - zhTW and zhCN
* Fixed a "first run" bug
* Fixed a bug in alt item tracking
Post A Reply Comment Options
Unread 01-14-09, 04:16 AM  
fred
A Cobalt Mageweaver

Forum posts: 208
File comments: 354
Uploads: 0
WOW! Simply amazing! I'm probably one of few that still use this on old world rep!! LOL!

Thank you very much for the update!!

Edit: please fix the fubar ....or add broker support.
Last edited by fred : 01-14-09 at 04:57 AM.
Report comment to moderator  
Reply With Quote
Unread 01-12-09, 02:59 PM  
Tiok
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 13
Uploads: 3
Hey, everybody. Glad to see that there's still a following for Faction Grinder. Puggan just PMed me for permission to do a fan update, but I had to turn him down because it's almost time for an official one!

The long delay since 1.9 is partly because of the new expansion (hey, I like to play too!), but mostly because I decided to make the next version 2.0 instead of 1.10.

That's right, Faction Grinder is getting a total rewrite. The base code is done, and I'm just finishing up the new Wrath factions. Hoping to get done this week, but you know how it is with full-time work and modding on the side.

Some nice things about 2.0:
* Factions split into categories, so you only see the ones you care about
* All the new Wrath factions
* MUCH smaller, about 1/3 the file size and 2/3rds the screen space used
* MUCH more efficient, about 1/10th the average memory usage
* MUCH faster, about 1/10th the average CPU usage
* MUCH easier to update, using data tables instead of hard-coding

Thanks for all of your patience, and happy grinding!
Report comment to moderator  
Reply With Quote
Unread 01-10-09, 06:00 PM  
puggan
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
patch

i found this nice addon, but its now up-to-date, so made some fixes.

* Timberman hold: 150 -> 300 rep per 5 itmes
* Sporegar: 10 -> 6 items for 750 rep

Whats more have changed?

Patch-file:
Code:
+++ FactionGrinder/SporeggarGrinder/SporeggarGrinder.lua
@@ -197,9 +197,9 @@
         itemCount = itemCount + GrinderCore_AltTotalCount(itemName);
     end
     if(standingId >= 5)then
-        repValue = repValue + math.floor(itemCount/10)*750;
+        repValue = repValue + math.floor(itemCount/6)*750;
     end
-    getglobal("SPG_FertileSporesCount"):SetText(itemCount.."/10");
+    getglobal("SPG_FertileSporesCount"):SetText(itemCount.."/6");
 
     itemName = "Sanguine Hibiscus";
     if(FactionGrinderSettings["Include Bank Bags"])then
@@ -551,10 +551,10 @@
     elseif(text=="Fertile Spores")then
 	reward = sevenfifty;
 	if(standingId >= 5)then
-	    tooltip:AddLine(FG_GREY.."10 = "..reward.." "..FG_TEXT["rep"]);
-	    tooltip:AddLine(FG_YELLOW..itemCount.."/10 = "..(math.floor(itemCount/10)*reward).." "..FG_TEXT["rep"]);
-	    if(standingId < 7) then tooltip:AddLine(FG_GRUE..(math.max(0,math.floor((RepToRepUp/reward)+0.9999)*10-(itemCount % 10))).." "..FG_TEXT["to rep-up"]); end
-	    if(standingId < 8) then tooltip:AddLine(FG_GRUE..(math.max(0,math.floor((RepToExalted/reward)+0.9999)*10-(itemCount % 10))).." "..FG_TEXT["to exalted"]); end
+	    tooltip:AddLine(FG_GREY.."6 = "..reward.." "..FG_TEXT["rep"]);
+	    tooltip:AddLine(FG_YELLOW..itemCount.."/6 = "..(math.floor(itemCount/6)*reward).." "..FG_TEXT["rep"]);
+	    if(standingId < 7) then tooltip:AddLine(FG_GRUE..(math.max(0,math.floor((RepToRepUp/reward)+0.9999)*6-(itemCount % 6))).." "..FG_TEXT["to rep-up"]); end
+	    if(standingId < 8) then tooltip:AddLine(FG_GRUE..(math.max(0,math.floor((RepToExalted/reward)+0.9999)*6-(itemCount % 6))).." "..FG_TEXT["to exalted"]); end
             tooltip:AddLine(" ");
         end	
 	if(standingId >= 5)then
Code:
+++ FactionGrinder/TimbermawHoldGrinder/TimbermawHoldGrinder.lua	
@@ -90,7 +90,7 @@
     else
 	itemCount = GrinderCore_PlayerInventoryCount(itemName);
     end
-    repValue = repValue + (math.floor(itemCount/5)*150);
+    repValue = repValue + (math.floor(itemCount/5)*300);
     getglobal("THG_DeadwoodHeaddressFeatherCount"):SetText(itemCount);
 
     itemName = "Winterfall Spirit Beads";
@@ -99,7 +99,7 @@
     else
 	itemCount = GrinderCore_PlayerInventoryCount(itemName);
     end
-    repValue = repValue + (math.floor(itemCount/5)*150);
+    repValue = repValue + (math.floor(itemCount/5)*300);
     getglobal("THG_WinterfallSpiritBeadsCount"):SetText(itemCount);
 
    local race = UnitRace("player");
@@ -320,11 +320,11 @@
 	RepToExalted = math.max(42000-earnedValue-THG_REP_VALUE,0);
     end
 
-    local onefifty = 150;
+    local onefifty = 300;
 
     local race = UnitRace("player");
     if race == FG_TEXT["Human"] then
-	onefifty = 165;
+	onefifty = 330;
     end
 
     local tooltip = getglobal("THGToolTip");
Report comment to moderator  
Reply With Quote
Unread 11-14-08, 02:56 AM  
Derpo
A Kobold Labourer

Forum posts: 1
File comments: 41
Uploads: 0
Please update this mod?

I used it for a long time and even now with all the achievements it comes in very handy!
Not only for the new factions, but also for the old forgotten ones like Zandalar Tribe.
Report comment to moderator  
Reply With Quote
Unread 10-09-08, 12:13 AM  
passionfly
A Deviate Faerie Dragon

Forum posts: 14
File comments: 29
Uploads: 0
Getting this error at login...

Date: 2008-10-09 02:04:48
ID: 53
Error occured in: Global
Count: 1
Message: ..\AddOns\FactionGrinder\FactionGrinder.lua line 389:
attempt to index a nil value
Debug:
[C]: ?
FactionGrinder\FactionGrinder.lua:389: FactionGrinder_Init()
FactionGrinder\FactionGrinder.lua:420: FactionGrinder_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1

Seems to work fine, but wondering if this is a problem?
Report comment to moderator  
Reply With Quote
Unread 10-12-07, 03:04 AM  
Waylo
Premium Member
Premium Member

Forum posts: 1
File comments: 8
Uploads: 0
Addon request

First off, good mod.
Can you add Gnomeregan to the list, please?
< Recommended for Dwarves who want the mechanostrider mount >
< Several quests pertaining with Gnomeregan Exiles. Too many to list. >

Agent Quartermaster who collects these is in Ironforge in Tinkertown

Silk Cloth at 20. Repeatable only once. Requires 60 Silk.
Mageweave at 40. Repeatable only once. Requires 60 Mageweave.
Runecloth at 40. 60 at first. 20 constantly, requires up to 5000 to turn in.

-----------------------------------------------

I'd like to suggest changing the loot feature.
(Item count collected / Item count needed)

Mark of Kil'Jaeden
17/138

instad of

17/1
Last edited by Waylo : 10-12-07 at 03:31 AM.
Report comment to moderator  
Reply With Quote
Unread 08-23-07, 08:40 AM  
fred
A Cobalt Mageweaver

Forum posts: 208
File comments: 354
Uploads: 0
Something minor. When doing Wintersaber rep, after killing 5 each of the giants that part doesn't turn white like it does when you finish the other 2 quests. Like i said, minor.....if you ever do another update maybe you could check that little part out.
Report comment to moderator  
Reply With Quote
Unread 06-05-07, 05:18 PM  
Sythalin
Curse staff
 
Sythalin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 680
File comments: 373
Uploads: 15
ETA on being able to relocate the icon on Fubar? Have all my icons on the right side with that just dangling there on the left mocking me.
Report comment to moderator  
Reply With Quote
Unread 03-03-07, 11:17 AM  
Mallka
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Help plz....

I DL this today and it says dependensies missing when I go to the add on screen. Its not loading in game....
Report comment to moderator  
Reply With Quote
Unread 02-28-07, 09:18 PM  
Tiok
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 13
Uploads: 3
Alright, no official word from Blizzard, although one of the forum MVPs confirmed that this is not what's supposed to be happening.

The FactionGrinder download has been updated slightly, and will probably fix the mouse-click bug. I say probably because I've only tested it for an hour or so myself. Please give it a try and let me know if you still get this problem.

In short,
1. Download the update
2. Try it out
3. Come back here and say something if you still get the bug

Thanks!
Report comment to moderator  
Reply With Quote
Unread 02-11-07, 05:18 PM  
Tiok
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 13
Uploads: 3
From the Author

11. Feb 2007
* v 1.4 released!
* Added Aldor
* Added Kurenai
* Added Scryers
* Added Sporeggar
* Added Thorium Brotherhood
* All factions should now work properly regardless of if you've met the faction yet or not
* Some added mouse-over data on level and rep requirements for turnins
Report comment to moderator  
Reply With Quote
Unread 12-26-06, 11:15 AM  
Tiok
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 13
Uploads: 3
From the Author

26. Dec 2006
* v1.3 released!
* FuBar toggle now works again.
* Added Bloodsail Buccaneers faction.
* Added Brood of Nozdormu faction.
* Added Honor Hold (BC) faction; may be incomplete.
* Moved mini repbar to the Grind Stats frame for all factions.
* Mousing over the mini repbar now shows numerical faction values.
* Added a label to the Grind Stats frames that shows your current rep level
Report comment to moderator  
Reply With Quote
Unread 12-22-06, 07:18 PM  
fred
A Cobalt Mageweaver

Forum posts: 208
File comments: 354
Uploads: 0
Can u please look into the FuBar part? ty
Report comment to moderator  
Reply With Quote
Unread 12-19-06, 07:09 PM  
wendol
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 1
addon is not currently tracking the WinterFall Intrusion and Rampaging Giants quests. status constantly shows 0/5 for each
Report comment to moderator  
Reply With Quote
Unread 11-19-06, 07:12 PM  
Tiok
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 13
Uploads: 3
From the Author

Just a counter. It's no longer possible for addons to move your character at all.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.