Download
(8Kb)
Download
Updated: 12-16-13 05:26 AM
Pictures
File Info
Updated:12-16-13 05:26 AM
Created:unknown
Downloads:27,639
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 01-22-10, 11:14 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 56
Originally posted by trclocke
It's too late not only in that you're already in the group with the person, but it's also too late in that you can just walk up to them, right-click, and inspect their gear at that point too. I'm with you on this - there isn't really any need for it.

Also a bug report - quickarmory.com has changed the way their query string handles realm names with spaces in them: instead of being a space, i.e. "Shadow%20Council" (which returns an error), they use a plus sign: "Shadow+Council". The whole string looks like:
Code:
http://quickarmory.com/?n=Someguy&r=Shadow+Council
I'm not sure how you use lua scripting to replace spaces in a string of characters with + signs, but that's what needs to happen if you can manage it
I cannot reproduce the problem in either IE8 or Firefox.
The current links open fine in both.
'+' and '%20' are interchangeable for URI parsers.
Last edited by Dridzt : 01-22-10 at 11:14 AM.
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 12:20 AM  
trclocke
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 108
Uploads: 1
Originally posted by Dridzt
If you're already in group with them it's "too late" so to speak.
It's too late not only in that you're already in the group with the person, but it's also too late in that you can just walk up to them, right-click, and inspect their gear at that point too. I'm with you on this - there isn't really any need for it.

Also a bug report - quickarmory.com has changed the way their query string handles realm names with spaces in them: instead of being a space, i.e. "Shadow%20Council" (which returns an error), they use a plus sign: "Shadow+Council". The whole string looks like:
Code:
http://quickarmory.com/?n=Someguy&r=Shadow+Council
I'm not sure how you use lua scripting to replace spaces in a string of characters with + signs, but that's what needs to happen if you can manage it
Report comment to moderator  
Reply With Quote
Unread 01-07-10, 08:06 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 56
Originally posted by chaud
Working for other realms because of cross realm stuff would be great.
I will look into it but I didn't consider it a worthwhile addition as the only place you can get a cross-realm link is after you're already in a group with someone.

The idea of an armory quicklink is to help you decide IF you want to group with that person.
If you're already in group with them it's "too late" so to speak.
Report comment to moderator  
Reply With Quote
Unread 01-04-10, 12:41 PM  
chaud
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 33
Uploads: 4
Working for other realms because of cross realm stuff would be great.
Report comment to moderator  
Reply With Quote
Unread 12-17-09, 11:50 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 56
Originally posted by trclocke
Thanks for the 3.3 updates. Any plan to add a right-click menu to the raid browser screen?
Right-click is not possible atm,
instead it works with Ctrl+Left Click (was in changelog)
Report comment to moderator  
Reply With Quote
Unread 12-13-09, 05:46 PM  
trclocke
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 108
Uploads: 1
Thanks for the 3.3 updates. Any plan to add a right-click menu to the raid browser screen?
Report comment to moderator  
Reply With Quote
Unread 09-09-09, 03:34 AM  
trclocke
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 108
Uploads: 1
In any case I added the much requested Looking For Group List functionality to recent version.
Works beautifully, too. Thanks for that
Report comment to moderator  
Reply With Quote
Unread 09-09-09, 02:30 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 56
Originally posted by trclocke
Guess all I had to do was supplement things to get it done. Drizdt never responded when I tried to get him to update things before

I'll discontinue my addon now. Keep up the good work
It didn't intentionally ignore your PMs, I've been on (long) summer vacation camping during August.

Appreciate your work on it in my absense.
(and pointing out PuG Checker for inclusion - I already had quickarmory in my local copy)

In any case I added the much requested Looking For Group List functionality to recent version.
Report comment to moderator  
Reply With Quote
Unread 09-08-09, 11:12 PM  
trclocke
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 108
Uploads: 1
Guess all I had to do was supplement things to get it done. Drizdt never responded when I tried to get him to update things before

I'll discontinue my addon now. Keep up the good work
Report comment to moderator  
Reply With Quote
Unread 09-08-09, 12:27 PM  
JMHammer
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 309
Uploads: 1
Thanks for the update, Dridzt.
Report comment to moderator  
Reply With Quote
Unread 09-06-09, 10:20 PM  
trclocke
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 108
Uploads: 1
Re: Help to add another armory

Originally posted by ineptspelr
I tried to edit the lua code to add this in myself... But I can't seem to get the link to output correctly. Basically, I would like to see a link to http://www.pugchecker.com/ for this addon as well.
I got it to work. I can't link to downloadable files and it's getting cumbersome to explain how to add it yourself at this point. I contacted the author almost a month ago about the last addition, so I'll see if I can't get a temporary version hosted here, giving the author the option to merge my changes if he ever starts maintaining this again.

The LFG screen integration is most likely beyond my abilities, but I'll at least look into it and see if I can do anything.

Edit: That was sure a fast review process! They've approved it as an addon for AQL, and you can get it here.
Last edited by trclocke : 09-06-09 at 11:19 PM.
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
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 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 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
Post A Reply



Category Jump: