Download
(7Kb)
Download
Updated: 06-05-10 10:54 AM
Pictures
File Info
Updated:06-05-10 10:54 AM
Created:10-09-09 01:49 PM
Downloads:330,590
Favorites:189
MD5:

GearScoreLite  Popular! (More than 5000 hits)

Version: 3x04
by: Mirrikat45 [More]

GearScore™ Lite is currently discontinued.

GeaerScore™/PlayerScore™ 4.5.00+ Has the option to run the addon in "Lite Mode" or in "Full Mode"!

3x04: Fixed a bug with GS above 6000. GearScore will now be reduced on enchant-able items missing enchantments. Because this is the lite version it cant determine if the enchantment is useful or not, only rather or not it exists. And remember, the game API always returns empty gems from the server so I cant detect empty gems in the lite version.

303: Fixed a bug where you couldn't use "/gs" because I had a lowercase 'y' instead of a "Y".
302: Fixed a bug when clicking on itemlinks/playerlinks in chat log.
Post A Reply Comment Options
Unread 07-10-10, 01:32 AM  
Faraque
A Theradrim Guardian
 
Faraque's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 105
Uploads: 1
Originally posted by Mirrikat45
I will rename the functions in GSLite tp je;[ sp;ve tjos [rpb;e,/
Someone didn't quite shift to home row while typing, lol.

To translate, he said "I will rename the functions in GSLite to help solve this problem."
__________________
"imo Fara raged and gave Joker his scars" - Blueninja of Shadowmoon
Report comment to moderator  
Reply With Quote
Unread 08-02-10, 12:18 PM  
TheNiceBigFella
A Kobold Labourer

Forum posts: 1
File comments: 27
Uploads: 0
There anyway to tell me what code I need to change to take away 46% off the total score by chance? That tends to be the average comparable to wow-heroes.com, and would like to be able to do that.
Last edited by TheNiceBigFella : 08-02-10 at 12:19 PM.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 09:34 AM  
Sinkatze
A Kobold Labourer

Forum posts: 0
File comments: 39
Uploads: 0
+1 update for new patch! For me the light version is much better and love it.

Thanks alot and great work!
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 06:45 PM  
Dhaern
A Kobold Labourer

Forum posts: 0
File comments: 63
Uploads: 0
Originally posted by Sinkatze
+1 update for new patch! For me the light version is much better and love it.

Thanks alot and great work!
agree full version is a cpu hog and destroy my computer, lite version is MUCH better. Update plz! Thx for all
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 05:25 PM  
-Stryka-
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Looking forward to an update for 4.01 (GearScore is far to heavy, Lite is perfect!)
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 08:29 AM  
cacahuete
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
Update please !
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 11:10 AM  
Hiker
A Murloc Raider
 
Hiker's Avatar

Forum posts: 5
File comments: 46
Uploads: 0
Gearscore Lite is broken in 4.01 (at least for me)

Originally posted by Mirrikat45
As for GS Lite... it should be working guys, I'll update the TOC file if thats what you really want :P
Gearscore Lite does not work for me, even if I target other players to get their gearscore. If I hover over other players I get their GS for the first 3 or 4 players and then GS Lite stops working, possibly because blizzard implimented a throttle on inspection requests.

Gearscore Lite also does not show my own gearscore at the top of my stats pane like the full version of Gearscore does. If I target myself (or another player) and type /gs in the lite version all I get is a list of GS commands in the chat window.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 12:00 AM  
jmcgrath
A Deviate Faerie Dragon
 
jmcgrath's Avatar

Forum posts: 16
File comments: 185
Uploads: 0
Any update planned?
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 11:52 PM  
Sudo_DnDz
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
update please
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 09:46 PM  
Jansus
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 73
Uploads: 1
yes, please update, I miss this addon, normal version has too much stuff with it and I think it causes issues with inspecting players.
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 11:07 AM  
L3n1n
A Fallenroot Satyr
 
L3n1n's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 86
Uploads: 2
Update pls =\
Report comment to moderator  
Reply With Quote
Unread 10-20-10, 08:56 AM  
Sokka
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
This'll fix it so you can see your own score on your brofile window. I was going to fix the hovering problem (the guy saying about the query throttle is correct) but i cant be arsed at the moment. Why you ask ? because the way i was going to fix it was to make it so that it only presents others gearscore when you inspect them. But the inspection panels are still fooked for a lot of people at the moment so i cant even test the code i'm writing.

I doubt caching would work either as your still liable to spam requests if you mouse over half of dalaran ?

Open the GearScoreLite.lua file in a text editor and replace the block of code after the line that says : CharacterModelFrame:CreateFontString("PersonalGearScore")

and then end the block before the line that starts the slash commands :
SlashCmdList["MY2SCRIPT"] = GS_MANSET

Code:
PersonalGearScore:SetFont("Fonts\\FRIZQT__.TTF", 13)
PersonalGearScore:SetText("GS: 0")
PersonalGearScore:SetPoint("TOPRIGHT",CharacterModelFrame,-20,-10)
PersonalGearScore:Show()
CharacterModelFrame:CreateFontString("GearScore2")
GearScore2:SetFont("Fonts\\FRIZQT__.TTF", 13)
GearScore2:SetText("Epeen:")
GearScore2:SetPoint("TOPRIGHT",CharacterModelFrame,-45,-10)
GearScore2:Show()
GearScore_Original_SetInventoryItem = GameTooltip.SetInventoryItem
GameTooltip.SetInventoryItem = GearScore_OnEnter
Last edited by Sokka : 10-20-10 at 09:17 AM.
Report comment to moderator  
Reply With Quote
Unread 10-22-10, 05:20 PM  
Escence
A Kobold Labourer
 
Escence's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 3
Uploads: 4
Originally posted by Sokka
This'll fix it so you can see your own score on your brofile window. I was going to fix the hovering problem (the guy saying about the query throttle is correct) but i cant be arsed at the moment. Why you ask ? because the way i was going to fix it was to make it so that it only presents others gearscore when you inspect them. But the inspection panels are still fooked for a lot of people at the moment so i cant even test the code i'm writing.

I doubt caching would work either as your still liable to spam requests if you mouse over half of dalaran ?

Open the GearScoreLite.lua file in a text editor and replace the block of code after the line that says : CharacterModelFrame:CreateFontString("PersonalGearScore")

and then end the block before the line that starts the slash commands :
SlashCmdList["MY2SCRIPT"] = GS_MANSET

Code:
PersonalGearScore:SetFont("Fonts\\FRIZQT__.TTF", 13)
PersonalGearScore:SetText("GS: 0")
PersonalGearScore:SetPoint("TOPRIGHT",CharacterModelFrame,-20,-10)
PersonalGearScore:Show()
CharacterModelFrame:CreateFontString("GearScore2")
GearScore2:SetFont("Fonts\\FRIZQT__.TTF", 13)
GearScore2:SetText("Epeen:")
GearScore2:SetPoint("TOPRIGHT",CharacterModelFrame,-45,-10)
GearScore2:Show()
GearScore_Original_SetInventoryItem = GameTooltip.SetInventoryItem
GameTooltip.SetInventoryItem = GearScore_OnEnter
didn't show gs, but it did show the "Epeen" text... miss something?
__________________
Space just seems to go on and on forever, and then you get to the end and gorillas start throwing barrels at you.
Last edited by Escence : 10-22-10 at 05:21 PM.
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 03:35 PM  
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 554
File comments: 271
Uploads: 24
Originally posted by Escence
didn't show gs, but it did show the "Epeen" text... miss something?
Is there a difference?

Edit: On a more serious note; if you add this (anywhere in the file) you can see your gear score in the stat frame, just beneath average item level:
Code:
PAPERDOLL_STATINFO["GEARSCORE"] = {
	updateFunc = function(statFrame, unit)
		PaperDollFrame_SetLabelAndText(statFrame, "Gearscore", (GearScore_GetScore(UnitName("player"), "player")))
		statFrame:Show()
	end
}

tinsert(PAPERDOLL_STATCATEGORIES["GENERAL"].stats, "GEARSCORE")
__________________
Grab your sword and fight the Horde!
Last edited by Lombra : 10-25-10 at 03:57 PM.
Report comment to moderator  
Reply With Quote
Unread 10-29-10, 12:43 AM  
Escence
A Kobold Labourer
 
Escence's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 3
Uploads: 4
Originally posted by Lombra
Is there a difference?

Edit: On a more serious note; if you add this (anywhere in the file) you can see your gear score in the stat frame, just beneath average item level:
Code:
PAPERDOLL_STATINFO["GEARSCORE"] = {
	updateFunc = function(statFrame, unit)
		PaperDollFrame_SetLabelAndText(statFrame, "Gearscore", (GearScore_GetScore(UnitName("player"), "player")))
		statFrame:Show()
	end
}

tinsert(PAPERDOLL_STATCATEGORIES["GENERAL"].stats, "GEARSCORE")
Lol. I meant that it only showed "Epeen" and no numbers(score). Anyway, I found another way to fix it by just changing the number location in the paper doll frame. Thanks! (Still hoping for an update soon though!)
__________________
Space just seems to go on and on forever, and then you get to the end and gorillas start throwing barrels at you.
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.