Since we
launched WoW.com late last night, we've had numerous people writing in about an issue that has cropped up regarding one of the aspects of
our tracking addon. We'll continue to respond to those reports personally as necessary, but we figured it would be wise to get the issue and the fix out in the open right off the bat.
The command that's used for the WoW.com addon's Adventurer Notes function, /note, is a fairly common command used in various addons. For example,
Cartographer makes use of it. Since the command overlaps between addons, it causes conflicts and one addon ends up blocking the others from using it. If you've run into this issue, there's a very easy workaround if you're not afraid to look at a little LUA. Don't worry, you won't need to do any serious coding. It's a simple fix, I promise.
Open your AddOns folder (within the
World of Warcraft directory) and find !WoWInsider. Pop open that folder, and you'll see six different files. The one you're looking for is WoWInsider.lua (see above). Open it using a basic text editor (such as Notepad), and look for this line:
- SLASH_WOWINSIDER1 = "/note"
You can use the Find/Search function of whatever text editor you're using, and it should bring it right up. Change the word 'note' to whatever command you want to use instead. I changed mine to /adventure, just because it struck me as funny at the time. You can use whatever you want. It can be /butt if you're so inclined. Or a much more mature and simple /wow. Whatever floats your boat!
And now we return you to your regularly scheduled
WoW blogging. The rest of the day should have much less WoW.com yammering, and more
WoW news.
Tags: addon, adventurer-note, cartographer, coding, lua, slash-butt, wow.com, wow.com-addon, wow.com-profiles
Filed under: Add-Ons
Reader Comments (Page 2 of 2)
Sorro May 20th 2009 11:42AM
So where is this "user settings" page where I find the authentication key to enter? Yes, I've registered on wow.com.
matthew May 20th 2009 12:35PM
when are you gonna add support for eu users? i cant find my characters when i try to search for them
Blast9 May 20th 2009 1:55PM
It'd be nice to have the mini-map icon moveable, or better yet deletable.
AyaJulia May 20th 2009 3:40PM
My problem with this addon is that I have quest tracking unchecked, but it keeps spamming my feed with quest updates.
1- Need to fix it so that unchecked = no tracking.
2- Need to be able to delete the spam.
Also, why is the addon uploading things like object and item data? Are you guys trying to start your own wowhead/wowdb? Be up front with us about why you want this data, please.
Alex Ziebart May 20th 2009 3:45PM
As far as I know (which isn't super far, but fairly far) we don't intend to be a DB site like Wowhead. Most of the gathered data is specific to your characters (your spells and your talents), and the few things that aren't specific to your characters are just things that'll help us when patches roll around on our end. We don't need to be Wowhead when Wowhead is Wowhead.
brittwilson May 20th 2009 4:01PM
@AyaJulia
I'm understand the technical reason of why an .EXE needs to be used to do their thing.
The point I am trying to make is that this site, totally 100% all about World of Warcraft, distributing an addon that includes an .EXE file, is going to be a very probable target for malicious attack, by changing the .EXE to have some thing bad in it and trying to redistribute, or they might try attacking the WoW.com servers to get their version in to make WoW.com unknowingly distribute something bad in their addon.
And as a site that has had many articles about addons and security, that has before clamored that you should never find . EXE files in your addons and to be extremely wary of ones that do, I think it is a bit startling that they themselves now have an addon, and didn't even think to explain to the common populous as to WHY they need a .EXE and how they are keeping the addon users safe.
brittwilson May 20th 2009 4:01PM
damn reply didnt work
AyaJulia May 20th 2009 4:06PM
I understand what you're saying, but I've seen at least a dozen comments like this between last night and today. I guess I just don't get how people expect the data to get from their hard disk to the server without an uploader. /shrug. Virus scans ftw.
brittwilson May 20th 2009 5:09PM
You should read my response on the thread I was supposed to reply to. I added a bit from what is here.
Basically I said it is entirely possible do take the data they are having us upload using the .EXE and just have us upload the file ourselves. Many other guild managing addons do that, to have the data like WoW.com wants, but without having to resort to an .EXE.
The only thing the .EXE does is automate a process we could do ourselves.
artifex May 20th 2009 11:46PM
Well, at least we know the people using WoW in OS X are safe, since there's no addon love for us.
What data does the addon actually collect, anyway, that can't be grabbed from Armory? Just wondering.