Download
(1Kb)
Download
Updated: 03-25-09 03:23 PM
Pictures
File Info
Updated:03-25-09 03:23 PM
Created:03-23-09 12:40 PM
Downloads:1,863
Favorites:5
MD5:

gThings

Version: 1.001
by: Grondi [More]

Nothing special, just
-Autorepair
-Auto repop on BGs
-Autoroll on green items with greed on lvl 80
-Moving Tooltip
-Auto accept BOE.

If you don't like any feature, you can disable it in the .lua file.

Known bugs:
None (at the moment), if you find some, let me know.

Credits:
Special thanks to Shantalya, Chiril and some other #buffed-ui user for their help and ideas.

Post A Reply Comment Options
Unread 03-26-09, 07:08 AM  
Grondi
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 2
Originally posted by Dainton
English localization for Autorepop.
Code:
		if Autorepop == true then
		local f = CreateFrame("Frame")
			f:RegisterEvent("PLAYER_DEAD")
			f:SetScript("OnEvent", function()
		local zoneName = GetZoneText();
		if ( zoneName == "Warsong Gulch" or
			zoneName == "Alterac Valley" or
			zoneName == "Arathi Basin" or
			zoneName == "Eye of the Storm" or
			zoneName == "Wintergrasp" or
			zoneName == "Strand of the Ancients" ) then
			RepopMe();
		end
		end)
		end
thanks, i'll add it
Report comment to moderator  
Reply With Quote
Unread 03-25-09, 05:52 PM  
Dainton
A Flamescale Wyrmkin
 
Dainton's Avatar
AddOn Author - Click to view AddOns

Forum posts: 115
File comments: 64
Uploads: 1
English localization for Autorepop.
Code:
		if Autorepop == true then
		local f = CreateFrame("Frame")
			f:RegisterEvent("PLAYER_DEAD")
			f:SetScript("OnEvent", function()
		local zoneName = GetZoneText();
		if ( zoneName == "Warsong Gulch" or
			zoneName == "Alterac Valley" or
			zoneName == "Arathi Basin" or
			zoneName == "Eye of the Storm" or
			zoneName == "Wintergrasp" or
			zoneName == "Strand of the Ancients" ) then
			RepopMe();
		end
		end)
		end
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: