Download
(8Kb)
Download
Updated: 12-16-13 05:26 AM
Pictures
File Info
Updated:12-16-13 05:26 AM
Created:unknown
Downloads:27,638
Favorites:87
MD5:

Armory QuickLink  Popular! (More than 5000 hits)

Version: 2.22-50400
by: Dridzt [More]

A very simple addon requested on wowace forums:
Armory Quick Link

Originally posted by Mugwump
Would someone be so kind as to make the following mod:
Right click player name in chat box ->
Click on "Quicklink" ->
Switch to your web browser window ->
Paste the Armory link that this mod created for you into the address bar.

One scenario:
- "LFM for ZA, need healer"
- "I'll go!"
(Instead of responding with "What's your healing at?" you can just get a link to their Armory profile and decide from there.)

I would want the link to go DIRECTLY to the person's page;
no weeding through other similar names on different realms.
Config:
/aql #
(to select profiler, if you don't want to use the default Blizzard armory)
/aql will list available choices along with their number #.
(Blizzard, ArmoryLite, Wow-Heroes, Wowhead, GuildOx)

Recent Changes
- Localization.
- Support for TW, KO, CN regions (experimental).
- Creating language-specific armory links according to the game client.
- Works for x-realm parties and raids.
- Works from the party frames, and raid frames.

This addon will create correct links for US and EU based players
including when the name contains special (accented ) characters.

2.22-50400
- fix for 5.4.2 name-realm changes.
- fix for Raid Browser realm detection.
- fix error when trying to armory the player themselves on Raid Browser.

2.21-50400
- fix for 5.4.1 cvar changes.
2.2-50400
- toc update, compatible with WoW 5.4.0 "Siege or Orgrimmar"
2.2-50300
- .toc update, compatible with WoW 5.3.0
2.2-50200
- armory-light has gone the way of the dodo, remove it from list
- .toc update, compatible with WoW 5.2.0
2.1-50001
- toc update, compatible with WoW 5.0.4+
2.1-40300
- prevent taint to the raid browser frame.
- updated chinese and korean localizations.
2.0-40300
- full localization support. Head over to Localization if you want to help!
- update url creation for changes to some non-blizzard profilers (wow-heroes, wowhead)
- add support for all regions (us&oceania, europe, korea, taiwan, china) and all language clients.
mainly blizzard armory, not all 3rd party profilers support every region.
1.81-40300
- bugfix: quicklink from party frames when player is same server.
1.8-40300
- new feature: works for cross-realm characters.
1.7-40300
- prune obsolete profilers (pugchecker, be.imba.hu, warcrafter, quickarmory etc)
- new feature: quicklink now also works off the party/raid and target frames context menu in addition to player links in chat.
- .toc update, compatible with Hour of Twilight (4.3)
1.6-40200
- toc update, works with 4.2.
1.6-40100
- toc update.
1.6-40000
- Update for the new Blizzard armory URLs.
- Menu item renamed to "Armory Quicklink" so it's more obvious.
1.5-40000
- Works for WoW 4.0.x
1.4-30300
- Shadowed's Elitist Armory added to profilers.
- Quicklink in LF Raid Browser is back on right-click.
1.3-30300
- Quicklink from "Looking For" list is back.
Only LFR (raid browser).
Ctrl+click to get the armorylink menu.
1.2-30300
- toc update.
- trackwarcraft added to profilers.
- LFM integration removed (3.3 changes to LFD/R)
1.1-30200
- toc update.
- quickarmory added to profilers.
- pugchecker added to profilers.
- LFM list integration (right-click a name to get quicklink menu)
1.02-30000
- wow-heroes added to available profilers.
1.01-30000
- WoW 3.0.8 version
- bugfix: changes to dropdown menu code by Blizzard
1.0-30000
- WoW 3.0.2 version
1.0-20400
- feature: 4 alternative profilers added for a total of 5
Blizzard armory, ArmoryLite, BeImba, WoW Armory light, Warcrafter.
- feature: slash handler /armoryquicklink or /aql to set profiler.
addon will remember the selected profiler across logins.
0.1-20400
- Initial release.
Post A Reply Comment Options
Unread 09-25-08, 06:31 AM  
JMHammer
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 309
Uploads: 1
Excellent work! A very nice addon that does a single job very well.
Report comment to moderator  
Reply With Quote
Unread 09-25-08, 09:02 AM  
Dixon Butz
A Deviate Faerie Dragon
 
Dixon Butz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 61
Uploads: 2
Any chance u could add that armory link into this dead mod?

http://www.curse.com/downloads/details/7818/

I have been trying with no success
Last edited by Dixon Butz : 09-25-08 at 10:36 AM.
Report comment to moderator  
Reply With Quote
Unread 12-12-08, 12:15 AM  
jadakren
A Flamescale Wyrmkin
 
jadakren's Avatar
AddOn Author - Click to view AddOns

Forum posts: 103
File comments: 112
Uploads: 2
Originally posted by Dixon Butz
Any chance u could add that armory link into this dead mod?

http://www.curse.com/downloads/details/7818/

I have been trying with no success
Mod is hardly dead.


To add more sites as an option in game, open the core.lua file and look at the top for this chunk of text :

Code:
local Armories = {
	[1] = {label = "1: Blizzard", base = ".wowarmory.com/character-sheet.xml?r="},
	[2] = {label = "2: Armory Lite", base = "http://armorylite.com/"},
	[3] = {label = "3: Be Imba", base = "http://be.imba.hu/?"},
	[4] = {label = "4: WoW Armory - Light", base = "http://www.armory-light.com/"},
	[5] = {label = "5: Warcrafter", base = ".warcrafter.net/"},
}
Then insert something similar to the following after the 5th entry and before the closing parenthesis. (following same format):
Code:
	[6] = {label = "6: Uber Player Checker Site", base = ".uberarmory.com/"},
So you should end up with :

Code:
local Armories = {
	[1] = {label = "1: Blizzard", base = ".wowarmory.com/character-sheet.xml?r="},
	[2] = {label = "2: Armory Lite", base = "http://armorylite.com/"},
	[3] = {label = "3: Be Imba", base = "http://be.imba.hu/?"},
	[4] = {label = "4: WoW Armory - Light", base = "http://www.armory-light.com/"},
	[5] = {label = "5: Warcrafter", base = ".warcrafter.net/"},
	[6] = {label = "6: Uber Player Checker Site", base = ".uberarmory.com/"},
}
Canging between them in game is done by :

Code:
/aql 6
which chooses the example site for constructing your links to players armory pages.
Report comment to moderator  
Reply With Quote
Unread 12-12-08, 05:18 AM  
jadakren
A Flamescale Wyrmkin
 
jadakren's Avatar
AddOn Author - Click to view AddOns

Forum posts: 103
File comments: 112
Uploads: 2
Originally posted by Dixon Butz
Any chance u could add that armory link into this dead mod?

http://www.curse.com/downloads/details/7818/

I have been trying with no success
OK i misread your intention, here is what you need to do :
Insert this :
Code:
table.insert(UnitPopupMenus["PLAYER"], #(UnitPopupMenus["PLAYER"])-1, "AQL");

table.insert(UnitPopupMenus["PARTY"], #(UnitPopupMenus["PARTY"])-1, "AQL");
after this :

Code:
table.insert(UnitPopupMenus["FRIEND"], #(UnitPopupMenus["FRIEND"])-1, "AQL");
Report comment to moderator  
Reply With Quote
Unread 12-28-08, 03:24 AM  
fullmetalcow
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Feature request: add to LFG tool

Would it be possible to add a button to the lfg tool or a context menu on a player's name to also enable this lookup funtionality there?
Report comment to moderator  
Reply With Quote
Unread 01-20-09, 09:29 PM  
Arkive
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 242
File comments: 465
Uploads: 1
Am I the only one getting a crap ton of errors from this after the patch? Will post some in the morning, can't log in atm.
Report comment to moderator  
Reply With Quote
Unread 01-21-09, 07:04 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 55
Get 1.01 when approved.
Blizzard changed the dropdown code and I play in EU,
didn't see it was broken till half an hour ago.
Report comment to moderator  
Reply With Quote
Unread 01-21-09, 10:42 AM  
JMHammer
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 309
Uploads: 1
Thanks for keeping this addon functioning, Dridzt. It's a terrific convenience.
Report comment to moderator  
Reply With Quote
Unread 01-21-09, 01:48 PM  
BW~Merlin
A Defias Bandit

Forum posts: 2
File comments: 41
Uploads: 0
Cheers for the update, very handy little addon this one.
Report comment to moderator  
Reply With Quote
Unread 01-26-09, 01:59 PM  
IceShadow
A Deviate Faerie Dragon
 
IceShadow's Avatar

Forum posts: 15
File comments: 93
Uploads: 0
Would it be possible to add a button to the lfg tool or a context menu on a player's name to also enable this lookup funtionality there?
This would be very helpful to me as well. I would really appreciate this.

Also, thank you.
Report comment to moderator  
Reply With Quote
Unread 02-27-09, 06:39 AM  
mihalidis
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
hey

is it al all possible to make the quicklink also show when clicking on a users portrait?

its very often i want to look at a users armory, but i havent talked to him so its weird that you have to first do a whisper, or a /who to get the link to show

additionally this would make it also possible to get to the armory of the opposite faction (Alliance or Horde)

i figure its just a question of adding it to the menu, isnt it?
thanks!
Report comment to moderator  
Reply With Quote
Unread 03-18-09, 03:10 AM  
Tomacco_Boy
A Kobold Labourer

Forum posts: 0
File comments: 114
Uploads: 0
Is there a way you can please show how to make Armory QuickLink work with

http://wow.curse.com/downloads/wow-a...s-menu-xp.aspx

Ive tried what you posted a few comments below, but it only works on the target unitframes at the moment.
__________________
YOU DONT TELL ME TO BUR
Report comment to moderator  
Reply With Quote
Unread 03-18-09, 09:55 AM  
ewichern
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
Any chance you can add quickarmory? I hacked it into the LUA in my local copy, but I just updated and forgot to save my old LUA. I could fix it again, but my solution is inelegantly hard-coded to just replace the blizzard link IIRC.

http://www.quickarmory.com/

By far my most-used Armory site because it's well... quick.
Report comment to moderator  
Reply With Quote
Unread 08-11-09, 09:29 AM  
trclocke
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 108
Uploads: 1
Originally posted by ewichern
Any chance you can add quickarmory? I hacked it into the LUA in my local copy, but I just updated and forgot to save my old LUA. I could fix it again, but my solution is inelegantly hard-coded to just replace the blizzard link IIRC.

http://www.quickarmory.com/

By far my most-used Armory site because it's well... quick.
I am reasonably sure I was able to properly add this as a 7th armory choice, but I can't test the addon until the servers come back online, allegedly around 11am PST. I'll edit this post with a link to my modified .lua when I can confirm I've done it right.

Incidentally, quickarmory is the only armory in the list where the URL's query string puts the player name smack dab in the middle of the URL, rather than at the end. Because of that I had to declare another variable.

Edit: it works.

At line 11, insert:
Code:
	[7] = {label = "7: Quick Armory", base = "http://www.quickarmory.com/?n="},
Change line 29 to:
Code:
	local zone, server, tempurl, tempurl2, url;
at line 112, insert:
Code:
	elseif ArmoryQL_Config.ArmoryID ==7 then -- Quick Armory
		if zone == "us" or zone == "eu" then
			tempurl = Armories[ArmoryQL_Config.ArmoryID].base;
			tempurl2 = "&r="..string.lower(server);
		else
			tempurl = nil;
		end
		if tempurl then
			url = tempurl..name..tempurl2;
		end
Last edited by trclocke : 08-11-09 at 11:40 AM.
Report comment to moderator  
Reply With Quote
Unread 08-15-09, 08:26 AM  
trclocke
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 108
Uploads: 1
I also have a suggestion, if the author is working on this at all: in the looking for more window, an AQL button would be invaluable. after highlighting a name, click the button, and the AQL link pops up in your chat editbox.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: