New in v0.8: The Gossipmonger Filter system has been implemented! This allows those familiar with basic Lua to create their own custom "filter" functions to automate the selection of gossip options and quests. See Filters.lua for instructions (API) and examples.
Those poor NPCs. It seemed to them as if no one was interested in what they had to say any more. Show them some love: Hear them out before you carry on with your business once in a while! In some cases, you could be missing out on important or interesting details about the NPC or the world around it.
Automatically skipping greeting/gossip text is convenient, but what if you are actually interested in seeing what the NPC has to say first? Or perhaps even better, what if you want greeting text to be shown alongside the vendor window/bank/whatnot? This addon will let you do just that!
By default, Gossipmonger makes skipping gossip work the same way that WoW normally handles it (skipping ahead if there's only one option to select and it isn't a quest or conversation option) except that a new window appears at the same time as the window for the vendor/bank/whatever-it-is which shows the gossip text you would otherwise have missed. However, if you hold down Shift, there is no skipping ahead, letting you see the gossip text in its normal window. You can change the modifier key to Alt or Ctrl instead of Shift if you wish. You can also change the settings so that Gossipmonger will only skip ahead when you hold down the modifier key, defaulting to opening the normal gossip window.
Another option is to have the addon inform you in one of two ways when you skip something: Scrolling Combat Text's message frame (if you have that addon) and/or the default chat log.
v0.82
- Added an option to change whether the Gossip Bubble will reappear after using the quest-jumping feature to select another quest.
- Quest-jumping now works with NPCs that use the Quest Greeting method instead of the more typical Gossip Frame. (This method appears in most ways the same as the more typical method so players may not have noticed a difference except that quest-jumping didn't work with some NPCs.)
- Fixed an issue where the Gossip Bubble didn't behave properly after quest-jumping when using certain settings.
- Fixed an issue where filters were not ignored properly when declining a quest.
- Fixed an issue where the Gossip Bubble would sometimes disappear when quest rewards are shown.
v0.81
- Updated to work with WoW 3.1.
v0.8
- Quest-jumping feature added! When enabled, a Gossip Bubble window appears when you are talking to an NPC about a quest if another dialog option was offered by the NPC, allowing one-click "jumping" from the quest displayed to the other option.
- The Gossipmonger Filter system has been implemented! This allows those familiar with Lua to create their own custom "filter" functions to automate the selection of gossip options and quests. See Filters.lua for instructions (API) and examples.
- The color of NPC names in the Gossip Bubble is now based on the NPC's reaction to you (friendly, neutral, etc.).
- The Gossip Bubble frame no longer captures mouse wheel activity unless the text and options displayed are enough to warrant scrolling.
v0.7
- Updated for WoW 3.0.
v0.6
- The contents of the Interface Options panel are now not created until they are needed.
v0.5
- The Gossip Bubble's "Goodbye" button now closes the Arena Battles window if it is open, as was intended.
v0.4
- Fixed an issue where innkeepers couldn't properly trigger the Gossip Bubble.
- The gossip icon now appears next to SCT messages triggered by Gossipmonger.
v0.3
- Increased width of gossip text area slightly to avoid cutting off edges of letters when talking to some NPCs.
v0.2
- Initial public beta release.
Installation Guide
- Exit "World of Warcraft" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Mac Users
- StuffitExpander: Double click the archive to extract it to a folder in the current directory.
- Verify your WoW Installation Path
That is where you are running WoW from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your World of Warcraft folder. (default is C:\Program Files\World of Warcraft\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start World of Warcraft
- Make sure AddOns are installed
- Log in
- At the Character Select screen, look in lower left corner for the "addons" button.
- If button is there: make sure all the mods you installed are listed and make sure "load out of date addons" is checked.
- If the button is NOT there: means you did not install the addons properly. Look at the above screenshots. Try repeating the steps or getting someone who knows more about computers than you do to help.
Translations
When you download a mod, please be sure that the mod is compatible with your translation of wow. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
TOC Numbers (Out of Date Mods)
When Blizzard patches WoW, they change the Interface number. This means that all mods will be "out of date" unless or until the author releases a new version for that interface. Some people go into the .toc files and update the numbers themselves, but this is STRONGLY advised against as it will cause problems locating possible incompatibilities addons. When you log into WoW after a patch, you DO NOT have to delete your interface directory. All you have to do is simply tell WoW to ignore the interface numbers and load all the mods anyway. All you have to do is, while at the "character select" screen, look in the lower left corner and click on the "addons" button. A window will pop up listing all your installed mods.
If you look in the upper left corner of that window there should be a box that says "Load Out of Date AddOns". You want to CHECK this box. Now simply go into WoW normally and all your mods should load. As of the 1.9 patch, you will have to do this after EVERY patch/update that Blizzard posts! If you encounter any problems with a mod after a patch, please be sure to let the author of the mod know so they can fix it.
See also: About "Out Of Date AddOns"
Mac Support
WoW addons are not platformed based. As such, they can be used on either Mac or PC. You can extract both .zip and .rar files on a Mac using StuffitExpander.
Directory Structure
World of Warcraft
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.toc
|_ *AddonName*.xml
|_ *AddonName*.lua
|_ (possibly others as well)...