Quantcast
Channel: WoWInterface - Latest list
Viewing all 49558 articles
Browse latest View live

RepByZone (1.0.2)

$
0
0
RepByZone

As you wander around Azeroth, your reputation bar will switch depending on where you are, not by which quest gave you a faction bump.

Inspired by:
Diplomancer by Phanx and Talyrius

Supports:

Zones by faction: Stormwind, Darkspear Trolls, Gnomeregan Exiles, Orgrimmar, etc.
Instances by faction: Hydraxian Waterlords, Brood of Nozdormu, etc
Battlegrounds by faction: Silverpike Guard, Warsong Outriders, etc
Subzones by faction: several little areas in various zones have pockets of faction hubs


Missing data:
Naxxramas, because I don't know the UIMapID or InstanceID for it yet, and the WotLK version is wrong. If you find any subzones that have quest hubs I've missed, I need the text from the minimap in ENGLISH, your basic faction (Horde or Alliance), and the proper faction in ENGLISH to match. I'm also missing Onyxia's Lair for the same reason as Naxxramas -- wrong instanceID listed.

To get the instanceIDs for me: when you enter either Onyxia's Lair or Naxxramas (when that comes out, of course), type into chat /run select(8, GetInstanceInfo())and send me the number printed to chat. Check Data.lua for existing zones, instances, and subzones. I am always tweaking these, so feel free to let me know of any changes.

Open the options:

/rbz
/repbyzone
ESC > Interface > AddOns > RepByZone


Localization:
RepByZone is complicated; it has its own localizations, uses LibAboutPanel-2.0's, and LibBabble-SubZone-3.0.

LibAboutPanel-2.0 (1.0.5)

$
0
0
Change Log:
--------------------
1.0.5
- Hard-embed LibStub, CallbackHandler-1.0, AceConfig-3.0
- Lots of bug fixes
- Manual importing of localizations
- Make lib LoadOnDemand
- Probably other stuff too

1.0.1
- Stupid, stupid, stupid! I didn't end the localization keyword substitution lines

1.0
- Make the library load on demand

Beta-0.2
- More fixes for pattern matching
- Corrected typo Revered >>> Reserved
- Yet more localizations
- Replace @project-version@ in an addon's toc with localized Developer Build
- Fix X-License and X-Copyright code to display properly (I hope)
- Added a couple of more localizations for the library to convert in displays
- Updated several translations on library project webpage

Description:
--------------------
LibAboutPanel-2.0
An embedded library that scans your AddOn's ToC to display that information either as a separate About button in the Interface Options panel or as part of AceConfig-3.0 options table.

Retail or Classic
LibAboutPanel-2.0 should work in both versions of the game. However, if you use it as a standalone in WoW Classic, you will need to enable the loading of outdated AddOns via the character select screen, AddOn button, toggle in the new window.

Not a drop-in replacement
LibAboutPanel and LibAboutPanel-2.0 do more or less the same thing, but LAP2 will not replace Ackis' version just because you have it installed. As an author, you can make the choice which you prefer.

API
You can find the API here on this page, and the example here on how to embed and use LAP2.

Features that are new or different than Ackis' LibAboutPanel

More localization. LAP2 uses global strings to translate factions, locale names, etc. It also has more translatable strings than the original.
Its API is embedded, so MyAddOn:API() is the norm.
LAP2 has an API that supports AceConfig-3.0 options tables, thus the About panel can be displayed as a tab, part of a tree, etc.


List of supported ToC fields

Author
Notes in all languages the author has translated
Title in all languages the author has translated
Version @project-version@ is replaced with a translation of Developer Build
X-Date or X-ReleaseDate
X-Revision including wowi:revision
X-Author-Guild
X-Author-Faction (Horde or Alliance) translated
X-Author-Server
X-Website
X-Email
X-Localizations (enUS, deDE, etc) which are translated themselves. Note the z not s
X-Credits
X-Categ...

AutoBiographer (0.3.6)

$
0
0
# AutoBiographer
This is an addon for WoW Classic for tracking character milestones and statistics.

## Installing

Unzip the downloaded `.zip` file and put the `AutoBiographer` folder into your AddOns directory (e.g. `C:\Program Files (x86)\World of Warcraft\_classic_\Interface\AddOns`).

## Features

## Current Features

The addon currently records the following events:
- Acquiring an item you have never before acquired.
- Changing reputation level with a faction.
- Dieing (including which unit killed you and their level).
- Entering a zone or subzone you have never before entered.
- Joining a guild, leaving a guild, or changing rank in a guild.
- Killing a boss.
- Killing a unit you have never before killed.
- Learning a spell/ability.
- Leveling up (including the time played at level up and total time played of each level).
- Reaching a skill milestone (75/150/225/300).
- Turning in a quest.
- XP from discovery, kills, and quests.

It also keeps track of the following statistics:
- Damage dealt and taken; healing dealt to self, healing dealt to others, and healing taken.
- Duels won and lost to each player.
- Items looted or acquired by other methods.
- Money looted and money gained from quests.
- Spells started casting and spells successfully cast.
- Time spent in each zone (broken down into time spent AFK, casting, dead, in combat, in groups, and on flights).
- Time spent in a group with each player you've grouped with.
- Total kills (killing blows, assists, or group killed) for each unit.

Additional Features:
- Automatic screenshot capturing on leveling up and killing bosses.

## Future Features

Events:
- Entering a battleground and the result of that battleground.
- Entering a dungeon/raid.
- Changing PVP rank.
- Miscellaneous events:
- Winning a Gurubashi Arena.
- Resetting talent points.

Statistics:
- Consumables used.
- Herbs gathered and ores mined.
- Items traded, vendored, or sold at AH.
- Miscellaneous stats:
- Flights taken.
- Money gained/lost to auction house, vendors, trading to players, etc.
- PVP stats (honorable kills, dishonorable kills).


Other Featues:
- Showing coordinates of events on the map (these coordinates are already being recorded but just not displayed anywhere).
- UI overhaul.

GSE: Gnome Sequencer - Enhanced - Advanced Macros (2.4.23)

$
0
0
Change Log:
--------------------
GSE2: Gnome Sequencer Enhanced
2.4.23 (2019-10-17)
Full Changelog Previous releases

Patron and TOC updates
#606 Clear KeyBindings
#605 Under 10 macro
#605 MotW Druid Buff Macro
#603 Classic Starter Lock Macro update
#587 Rank string formatting
#587 Localisation of "Rank" to allow "Rang" for German clients etc


Description:
--------------------
GSE allows you create a sequence of macros to be executed at the push of a button. Like a /castsequence macro, it cycles through a series of commands when the button is pushed. However, unlike castsequence, it uses macro text for the commands instead of spells, and it advances every time the button is pushed instead of stopping when it can't cast something. This means if a spell is on cooldown and you push the button it will continue to the next item in the list with each press until it reaches the end and starts over. It comes with an editor and everything you need to get started.

GSE2 is a complete rewrite of GSE. The video below has a summary of the UI changes.

https://www.youtube.com/watch?v=ox9d0vjdACE


For more information on the changes in GSE2 see GSE2 Screenshots

Features

Sequential, Priority and Internal loop Macro Templates
In-game Editor
Import Macros fro the www.wowlazymacros.com website
Syntax Highlighting
Share Macro In-game
Macro Debugger
Macro Recorder
Translate Macros (Optional Dependency)
Starter Sample Macros Included (Build upon example macros)
Enable/Disable various options/annoyance fixes (use trinkets, error sounds, require target, etc.)
And more...

GSE - Classic (2.4.23)

$
0
0
Change Log:
--------------------
GSE2: Gnome Sequencer Enhanced
2.4.23 (2019-10-17)
Full Changelog Previous releases

Patron and TOC updates
#606 Clear KeyBindings
#605 Under 10 macro
#605 MotW Druid Buff Macro
#603 Classic Starter Lock Macro update
#587 Rank string formatting
#587 Localisation of "Rank" to allow "Rang" for German clients etc


Description:
--------------------
GSE allows you create a sequence of macros to be executed at the push of a button. Like a /castsequence macro, it cycles through a series of commands when the button is pushed. However, unlike castsequence, it uses macro text for the commands instead of spells, and it advances every time the button is pushed instead of stopping when it can't cast something. This means if a spell is on cooldown and you push the button it will continue to the next item in the list with each press until it reaches the end and starts over. It comes with an editor and everything you need to get started.

GSE2 is a complete rewrite of GSE. The video below has a summary of the UI changes.

https://www.youtube.com/watch?v=ox9d0vjdACE


For more information on the changes in GSE2 see GSE2 Screenshots

Features

Sequential, Priority and Internal loop Macro Templates
In-game Editor
Import Macros fro the www.wowlazymacros.com website
Syntax Highlighting
Share Macro In-game
Macro Debugger
Macro Recorder
Translate Macros (Optional Dependency)
Starter Sample Macros Included (Build upon example macros)
Enable/Disable various options/annoyance fixes (use trinkets, error sounds, require target, etc.)
And more...

Aiue's Quest Tracker (1.0.11)

$
0
0
Change Log:
--------------------
Aiue's Quest Tracker
1.0.11 (2019-10-18)
Full Changelog

Tiny fix for dropdown menus.
Add dropdown menus.
Add LibUIDropDownMenu.
Improved "click to show in quest log" behaviour.
Fix click-command for abandoning quests.
Add click-command to abandon quest (#46).
Add scale slider for artwork texture (#44).
Update readme to reflect cuteness.
Add support for Classic Quest Log (#39).
Add support for QuestLogEx (#39).


Description:
--------------------
AQT (pronounced a-cutie) is yet another quest tracker addon. No, not the kind that will tell you where to go or anything. It merely displays your progress on quests you have in your log. It will only use data supplied by the API, as such, there are no plans to include information on questgiver locations or quest targets or the like.

What it will do is:


Show a list of the quests in your log, and their status.
Optionally colour by difficulty/completion. Fully configurable with either a HSV or RGB gradient.
Optionally show quest tags/levels.
Configurable sorting, with more options to be added.
Sounds, if you're into that kind of thing. I am. Defaults to faction-based sounds, but can be reconfigured. Makes use of LibSharedMedia.
Direct quest updates via LibSink, and optionally suppress the standard errorframe update.


Apart from improving on the current functionality, some of which I will admit is somewhat lackluster, future plans include:


Ability to select quests for tracking via a custom-made questlog. (I try to avoid interacting with the standard interface as much as possible. If you even look at a part of it the wrong way: taint.)
Keep track of quest progress within your party. Would only work for party members running the addon. May make it library-based.
Make it more modular to accomodate for things like achievements, so that a retail version could also be considered. Or other addons display things in the frame, should they so wish. This is currently a lower priority.
Probably more. If it isn't here, I might've just forgotten about it.


Please use the Issue Tracker on GitHub for bug reports or feature requests.

Translators wanted! Let me know if you want to contribute with translations!

ChaChing V 2.0.5 (2.0.5)

$
0
0
Change Log:
--------------------
10/17/2019
+ Refactored code for performance, readability, and reduced size.

+ Fixed show table bug (/cc showtable raised Unknown Symbol Error).

Earlier Changes
+Added the ability for players to prevent ChaChing from selling user-selected items.

+Changed name of the AddOn's folder from Chaching-Release-1.0.0 to ChaChing

+Fixed bug in which the ChaChing options dialog was replicated every time the player exited or entered an instance

Description:
--------------------
ChaChing

CURRENT VERSION 2.0.0

NEW FEATURES:
New Command Line Options
/chaching (or cc) where parameter is one of...
help - prints this help message
config - brings up ChaChing's interface options dialog
showtable enumerates all items in the Excluded Table

Examples:
- display the exclusion table: cc showtable
- show help: cc or cc help
- bring up ChaChing's interface option table: cc config

DESCRIPTION:
ChaChing is another AddOn that permits a player to sell items in bulk.

- Chaching, by default, will sell all poor (grey) quality items.

- Chaching can be configured to sell all common (white) quality armor and weapon items. This is particularly useful at lower levels when many drops and quest rewards are of common quality.

CAVEAT: if you configure ChaChing to sell all common items, be sure to place your fishing pole and/or you skinning knife on the exclusion list.

- Chaching allows allows a player to configure one or more bags from which all items in the selected bag(s) will be sold -- regardless of quality (poor, common, uncommon, rare, or epic. This capability is particularly useful for non-Enchanters as well as higher level characters when drops and quest rewards are soulbound and cannot be equipped or otherwise used by the player's character.

- ChaChing offers the ability to exclude items from being sold.

USAGE:
When a player opens a merchant window, ChaChing places a button at the top left of the window,. When/if this button is clicked, ChaChing will vendor all of the items in the player's inventory as configured by the player. If, for example, bag was configured as a "sell all" bag, ChaChing will sell all items in bag in addition to all grey items.

SETTING ADVANCED OPTIONS:
You may access ChaChing's interface options menu in two ways:

(1) press ESC to call up Blizzard's in-game menu, clic...

Become My Friend (1.0.1)

$
0
0
Change Log:
--------------------
BecomeMyFriend
1.0.1 (2019-10-18)
Full Changelog Previous releases

Support classic
wowi-id


Description:
--------------------
That's right, you'll become my friend! (🇪🇺 only, max 100)

https://i.imgur.com/ra6ketx.png

AtlasQuest Classic (4.11.55)

$
0
0
Change Log:
--------------------
Version 4.11.55 (for WoW Classic) October 18, 2019

- Russian language file updated. Thank you to "GoodDeath".
- Fixed quest rewards for RFK Quest 4 "A Vengeful Fate". Thank you reaper666735 for the report.
- Removed ancient server item query code. Its been obsolete for quite some time.

- German translation added! Thanks to "Guldukat". It is incomplete but being updated.

- Spanish translation added! Thanks to Woopy!

- Quests added:
- Scholomance: Judgment and Redemption

- Cleanup Progress:
- Gnomeregan complete.
- Scarlet Monastery: Library complete.
- Scarlet Monastery: Armory complete.
- Scarlet Monastery: Cathedral complete.
- Scarlet Monastery: Graveyard complete.
- Ragefire Chasm complete.
- Scholomance complete.
- Shadowfang Keep complete.
- The Stockade complete.
- Stratholme complete.



Version 4.11.54 (for WoW Classic) September 24, 2019

- Moved Quest levels & prequest icons out of localization files and to a quest data file. This will reduce the overall duplication of data and make things a bit easier for translators. And me!

- Item Compare option disabled until I can figure out how to fix it.

- Added quests:
- BRD: Marshal Windsor
- BRD: Abandoned Hope
- BRD: A Crumpled Up Note
- BRD: A Shred of Hope
- BRD: Jail Break!
- UBRS: Drakefire Amulet

- Cleanup Progress:
- Lower Blackrock Spire complete.
- Upper Blackrock Spire complete.
- Deadmines complete.



Version 4.11.53 (for WoW Classic) September 19, 2019

- Fixed Russian language file loading incorrectly.



Version 4.11.52 (for WoW Classic) September 19, 2019

- Updated Simplified Chinese localization. (thank you "yoke233")
- Added Russian translation thanks to "GoodDeath".

- Cleanup Progress:
- Blackrock Depths complete.
- Blackwing Lair complete.



Version 4.11.51 (for WoW Classic) September 15, 2019

- Added Simplified Chinese localization provided by "yoke233"

- Beginning a "Cleanup" project. Going through dungeon by dungeon, quest by quest, to verify data against WoWhead and moving non-localized varibles to the QuestData file. This will be an ongoing work in progress. I'll keep track of my progress in here.




Version 4.11.50 (for WoW Classic) (September 13, 2019)

- Initial release. This should be considered Beta quality. Initially I was calling it 1.0.0, but Atlas kept trying to disable it, so I had to give it a similar version number to Retail WoW AtlasQuest. Ugh.

- This version was created by copying over code from AtlasQuest 4.11.01 (most recent version as of writing) and quest data from AtlasQuest 4.4.3 (last release before Cataclysm).

- I've already pruned a bunch of quests that were added later such as Holiday quests or quests for new classes. No doubt I have more to do.

- Some of the location numbers don't quite match up to Atlas yet. I'll be fixing that.

- I had to disabled the "Blue Colored quest name" option for now until I can fix it. It was causing goblin-like explosions.

- No German translation yet. Or any translations. I'll probably try to copy in the 4.4.3 German translation, though I'm not sure how complete that was.

Description:
--------------------
AtlasQuest is an addon for another World of Warcraft addon called "Atlas". AtlasQuest adds a panel to the side of Atlas that lists most quests for a given Dungeon, Raid or Battleground.

It was originally created by Asurn in 2006. Since July 2007 it has been maintained and updated by Thandrenn (aka Mystery8).

Over the years there have been many contributions by the community. Most are listed either here or in the changelog.txt.

Information for AtlasQuest is gathered either first-hand in the game or from WoWhead.com.

NOTE:
You need both Atlas and the Atlas Classic WoW maps addons. The WoW Classic versions are not presently listed on WoWinterface. You can find them on CurseForge.

DejaClassicStats (1302r030)

$
0
0
Change Log:
--------------------
10/18/2019
Added MP5 to total Mana Regen's display to reflect what is seen in practice each tick outside of the FSR.
Made Mana Regen display to two decimal places.
Fixed MP5 display.
Added MPT(mana per tick) in the MP5 tooltip.
Fixed Defense display.
Updated TOC.

10/11/2019
Added more German translations.
Updated TOC

10/11/2019
Added a checkbox option for item quality color borders/
Added shortened German translations from CurseForge user barneyandroid.
Made colored, no-desaturated talent background art the default.
Rearranged option check boxes to make more sense.
Updated TOC

10/10/2019
Fixed Equipped item's quality color outlines with the help of CurseForge user wazerFPS

9/18/2019
Added functionality that hides the DCS stat panel when skill panel are displayed. it then reshows the panel when skill panels are hidden. The 1302b025 beta had a hacky OnUpdate scheme and playing with schemes using OnLoad on demand were too convoluted. Blizzard has a weird and inconsistent display mechanism for the skill panels. I was literally rewriting how they showed. Not gonna do that. I will just hide the panel so it doesn't overlapp with skill panels.
Updated TOC.

9/17/2019
Skill, Craft and Talent frames now move when the DCS panel is open.
Updated the TOC.

9/17/2019
Skill, Craft and Talent frames now move when the DCS panel is open.
TOC.

9/16/2019
Added About DCS button and frame to thank all of the contributors to DCS! Thank you!
Fixed a bug with "ADDON_LOADED" where it registered for every addon instead of only DCS...DOH!
Added a couple of new Korean translations.
Updated TOC.

9/15/2019
Localizations for French, German, Russian, most Korean, and a little Simplified Chinese
Added Magic school power stats (+ Arcane, + Fire, etc.)
Several weaks to stats and how they are displayed. Major function overhaul of primary stats.
A very few number of stats do not work and will take time to figure out and then implement tooltip scanning to accumulate and then display (Defense is an example)
Removed useless or redundant stats (Spell power for example)
Added a checkbox to Show/Hide the default stat frames
Added a checkbox to Move Resistance frame to default location
Show/hide on mosueover/mouseout, or always show Character Rotation Buttons
Talent art is now according to how many points spent in each tree; the tree with the most points spent is on top, second most in middle, least at bottom
Percentages are now to two decimal places on percentage displays (except for Blizzard's defaults which is to one decimal place).
Updated TOC.

9/10/2019
Added scrollbar show/hide checkbox.
Added all other current localization phrases.
Changed several labels and descriptions to be more succinct and congruent with established DCS nomenclature.
Reorganized the checkbox order in the Interface Options Panel.
Updated TOC.

9/10/2019
Updated prepared localizations.
Fixed game fonts for Russian, Chinese and Korean languages.
Updated TOC.

9/10/2019
Initial Classic localization implementation.
Updated TOC.

9/4/2019
Fixed an error with the item quality color of items not being retrievable at login before loading on-demand.
Updated TOC.

9/4/2019
Fixed text placement overlap on item frames.
Updated TOC.

9/4/2019
Added Enchants? Enchants!
Made options save per character (sorry about that, copypastadrama)
Made weapons a lil more legible when showing stats.
Hopefully fixed Druid swim speed in Aquatic form.
Buncha little stuff I forget, I'll update this changelog should I remember.
Updated TOC.

9/1/2019
Cleaned up code a bit
Updated TOC.

9/1/2019
Added ranged items to have item displays and be included in mean calculation and display.
Added an alternate placement button for the Expand button.
updated TOC.

9/1/2019
Changed mana regen formula.
Updated TOC.

9/1/2019
Fixed Movement Speed rounding error.
Fixed background art localization error.
Added template for stat mouseo...

Description:
--------------------
DejaClassicStats

Ready for Classic!


Watch the Video Overview

DejaDonate - Support DejaClassicStats' continued development by donating to DCS!


https://i.imgur.com/hWnQQEZ.png



DejaClassicStats provides an updated and logical display of the character stats.

Features

Options Overview:


Display each equipped item's level, durability, and repair cost.
Display a quick graphical "Durability Bar" next to each equipped item.
Display total average durability of equipped gear on your character's shirt slot.
Display "General", "Primary", "Offense", "Defense", "Melee Enhancements", and "Spell Enhancements" stats.


Default Display

Primary:


Strength
Agility
Stamina
Intellect
Spirit

...

Booty Bay Gazette (6.0.20191018)

$
0
0
Change Log:
--------------------
Automatic data update for Friday, October 18, 2019

Description:
--------------------
This addon, from Booty Bay Gazette, shows realm-specific pricing information in item tooltips for most Classic US and EU realms.

It should be updated three times each week, on Monday, Wednesday, and Friday mornings.

See this page for more information.

ClassicAuraDurations (1.13.37)

$
0
0
Change Log:
--------------------
### 1.13.37

- bugfix for infinite auras

### 1.13.36

- Kidney, Cheap Shot, Scatter DR changes
- Indefinite duration buffs like Stances and Paladin's Auras now should appear in enemy buffs
- Mind Blast and Scorch damage no longer refresh Vulnerability if debuff was resisted

### 1.13.35

- Long CC PvP durations set to 20s.

### 1.13.34

- Improved Blizzard timer

### 1.13.33

- Arcane Brilliance duration is 60m now

### 1.13.32

- Shadow Weaving now refreshes on MF and SWP applications

### 1.13.31

- Fixed Healing Way
- Returned Shadow Weaving, Fire Vulnerability, but only visible for SPs and Fire Mages

### 1.13.30

- Added Tooltips for GUI
- Personal debuffs now larger than the rest in full replacement mode

### 1.13.29

- Fixed Rupture and Kidney Shot differently

### 1.13.28

- Fixed Rupture and Kidney Shot timers
- Taunt stacking

### 1.13.27

- not touching default portrait at all now
- Pyroblast timer
- Fireball timers now stack

### 1.13.26

- Sunder Armor 5 stack refresh fix
- Because they can't be fixed removed these timers:
- Fire Vulnerability
- Winter's Chill
- Shadow Weaving
- Shadow Vulnerability
- Deadly Poison
- Wound Poison

### 1.13.25

- Timers for long raid buffs, but only if casted by player

### 1.13.24

- Enemy Buffs are now working again

### 1.13.23

- Fixed Curse of Agony timer on Chinese client

### 1.13.22

- Maybe restored Curse of Agony timer on chinese client

### 1.13.21

- fixed rare error

### 1.13.20

- creature spells

### 1.13.19

- verbose portait icon checkbox

### 1.13.16

- new version with revamped LCD after blizzard crippled combat log during august stress test

### 1.13.15

- added a bunch of engineering trinkets, Skull of Impending Doom etc

### 1.13.13

- added GUI and option to toggle enemy buffs
- enemy buffs now disabled by default

### 1.13.12

- now showing enemy buffs with indefinite duration

### 1.13.11

- fixed error when ToT is enabled

### 1.13.10

- added display of enemy buffs (only the ones with known and fixed duration)
- added a lot of NPC abilities
- Portrait CC display feature, including spell locks

### 1.13.9

- added/fixed a bunch of spells during AV weekend

### 1.13.8

- added Kidney Shot and Rupture. When cast by enemies, they are assumed to be 5cp

### 1.13.7

- added Data versioning

Buds pull request:

- Charge now counts as STUN for DRs
- added Mace Spec (both Rogue and Warrior)
- added Charge Stun
- fixed typos

### 1.13.6

- fixed Thunder Clap duration
- fixed Shadow Word Pain Talent spellIDs
- fixed incorrect Mortal Strike spellID

### 1.13.5

- updated LibClassicDurations

### 1.13.3

- LibClassicDurations added support for spells that weren't in nugrunning:
Poisons, Blessings, Thorns, Dampen/Amplify, Mortal Strike, Grenades

### 1.13.2

- updated LibClassicDurations

### 1.13.1

- first release
- using DRs
- mostly complete spell list adapted from nugrunning

Description:
--------------------
Restores cooldown swipe timers on default Target Frame and Blizzard Raid Frames to the best of its ability.

If you want numeric countdown on it, install OmniCC

Powered by LibClassicDurations

github

TankWarningsClassic (1.1.1)

$
0
0
Change Log:
--------------------
Version 1.1.1

- Added Simplified Chinese translations (thanks wellcat!)



Version 1.1.0

- Refactoring and optimizations by MrFIXIT, should resolve possible conflicts with other addons



Version 1.0.1

- Added Russian translations (thanks Hubbotu!)

Description:
--------------------
TankWarningsClassic


Show warnings for critical tank cooldowns and/or failed ability attempts.

By default, warnings will be written either as a raid message or a party message, otherwise the addon will be inactive. Can be switched to raid warnings and saying or yelling instead.

Use /tankwarnings or /twc to open the options panel.

Thanks to MrFIXIT for cleaning up the code and avoiding possible conflicts with other addons!

Supported Abilities


Warrior:

- Last Stand (+optional 3 second expiration warning)
- Shield Wall (+optional 3 second expiration warning)
- Challenging Shout
- Taunt resist
- Mocking Blow resist

Druid (untested):
- Challenging Roar
- Growl resist


Supported Languages


Since the combat logs have no spell ID in classic, the ability names need to be known for specific languages. Therefore translations for the abilities are required for it to work.

Currently supported:

- English
- German
- Russian
- Chinese (simplified)

New translations are welcome, please look into the "Localization.lua" file if you would like to contribute.

EmoteLib (1.41)

$
0
0
Change Log:
--------------------
- 1.41 : 2019-10-18 : saved options bug fixed.
- 1.40 : 2019-10-12 : interface updates (no need to lock/unlock UI)
- 1.3 : patch 8 compliant.
- 1.1 : 2014-11-02 : Slash-command "unlock" added. Patch 6.0 compliant.
- 1.02 : 2014-03-18 : stupid bug causing emote list to be resetted in 1.01 fixed.
- 1.01 : 2014-03-18 : Edit UI minor bug fixed.
- 1.0 : 2014-02-06 : First public release.

Description:
--------------------
EmoteLib is a user defined emotes library.
It allows you to store and quickly play your personnal emotes or built-in emotes.
Emotes are displayed in a scrollable and resizable list.

------------------------------------------------------------------
Supported slash-commands:
------------------------------------------------------------------
/emotelib show -- display the list.
/emotelib reset -- reset settings to default.
/emotelib help -- display available commands

------------------------------------------------------------------

Skillet-Classic (1.00-beta7)

$
0
0
Change Log:
--------------------
See https://www.wowace.com/projects/skillet-classic/files for changes.

Description:
--------------------
Skillet-Classic: A trade skill window replacement for Classic WoW

If you find any bugs, you can report them here: http://www.wowace.com/addons/skillet-classic/issues/


Features
Larger the the standard tradeskill window
Built-in queue for creating multiple, different items
Queued items are saved when you log out and are restored on log in
Automatically buy reagents for queued recipes when visiting a vendor
If you can craft a reagent needed by a recipe, then clicking on that reagent will take you to its recipe (same features as Reverse Engineering)
If the item to be crafted requires a minimum level to use, that level can be displayed along with the recipe (disabled by default)
The shopping list of items needed for all queued recipes for all alts can be displayed at banks, auction houses, or from the command line
Items needed for crafting queued items can be automatically retrieved from your bank or guild bank (by using the shopping list)
User editable list of notes attached to reagents and crafted items
Queued counts added to (optional) notes display
Crafted counts can be adjusted with Right-click and Shift-right-click on the item icon in the detail frame
Recipes can be filtered by name, whether or not you could level when creating the item, and whether or not you have the mats available
Sorting of recipes (name, difficulty, level, and quality of crafted item)
Tracking inventory on alternate characters
Plugin support for (limited) modification of the Skillet frame by other addons
Custom grouping
User managed Ignored Materials List
Complete or mostly complete localizations for deDE, esES, frFR, ruRU, koKR, zhCN, zhTW


FAQ
What are the numbers in the middle and how to hide them? - It's the numbe...

DejaClassicStats (1302r031)

$
0
0
Change Log:
--------------------
10/18/2019
Fixed Crit bonus percentages in tooltips for spells and melee from 150% and 200% to 50% and 100% respectively.
Fixed some German translations.
Added a new quality color icon outline overlay art and folder for quality colors on equipped items.
Updated TOC.

10/18/2019
Added MP5 to total Mana Regen's display to reflect what is seen in practice each tick outside of the FSR.
Made Mana Regen display to two decimal places.
Fixed MP5 display.
Added MPT(mana per tick) in the MP5 tooltip.
Fixed Defense display.
Updated TOC.

10/11/2019
Added more German translations.
Updated TOC

10/11/2019
Added a checkbox option for item quality color borders/
Added shortened German translations from CurseForge user barneyandroid.
Made colored, no-desaturated talent background art the default.
Rearranged option check boxes to make more sense.
Updated TOC

10/10/2019
Fixed Equipped item's quality color outlines with the help of CurseForge user wazerFPS

9/18/2019
Added functionality that hides the DCS stat panel when skill panel are displayed. it then reshows the panel when skill panels are hidden. The 1302b025 beta had a hacky OnUpdate scheme and playing with schemes using OnLoad on demand were too convoluted. Blizzard has a weird and inconsistent display mechanism for the skill panels. I was literally rewriting how they showed. Not gonna do that. I will just hide the panel so it doesn't overlapp with skill panels.
Updated TOC.

9/17/2019
Skill, Craft and Talent frames now move when the DCS panel is open.
Updated the TOC.

9/17/2019
Skill, Craft and Talent frames now move when the DCS panel is open.
TOC.

9/16/2019
Added About DCS button and frame to thank all of the contributors to DCS! Thank you!
Fixed a bug with "ADDON_LOADED" where it registered for every addon instead of only DCS...DOH!
Added a couple of new Korean translations.
Updated TOC.

9/15/2019
Localizations for French, German, Russian, most Korean, and a little Simplified Chinese
Added Magic school power stats (+ Arcane, + Fire, etc.)
Several weaks to stats and how they are displayed. Major function overhaul of primary stats.
A very few number of stats do not work and will take time to figure out and then implement tooltip scanning to accumulate and then display (Defense is an example)
Removed useless or redundant stats (Spell power for example)
Added a checkbox to Show/Hide the default stat frames
Added a checkbox to Move Resistance frame to default location
Show/hide on mosueover/mouseout, or always show Character Rotation Buttons
Talent art is now according to how many points spent in each tree; the tree with the most points spent is on top, second most in middle, least at bottom
Percentages are now to two decimal places on percentage displays (except for Blizzard's defaults which is to one decimal place).
Updated TOC.

9/10/2019
Added scrollbar show/hide checkbox.
Added all other current localization phrases.
Changed several labels and descriptions to be more succinct and congruent with established DCS nomenclature.
Reorganized the checkbox order in the Interface Options Panel.
Updated TOC.

9/10/2019
Updated prepared localizations.
Fixed game fonts for Russian, Chinese and Korean languages.
Updated TOC.

9/10/2019
Initial Classic localization implementation.
Updated TOC.

9/4/2019
Fixed an error with the item quality color of items not being retrievable at login before loading on-demand.
Updated TOC.

9/4/2019
Fixed text placement overlap on item frames.
Updated TOC.

9/4/2019
Added Enchants? Enchants!
Made options save per character (sorry about that, copypastadrama)
Made weapons a lil more legible when showing stats.
Hopefully fixed Druid swim speed in Aquatic form.
Buncha little stuff I forget, I'll update this changelog should I remember.
Updated TOC.

9/1/2019
Cleaned up code a bit
Updated TOC.

9/1/2019
Added ranged items to have item displays and be included in mean calcu...

Description:
--------------------
DejaClassicStats

Ready for Classic!


Watch the Video Overview

DejaDonate - Support DejaClassicStats' continued development by donating to DCS!


https://i.imgur.com/hWnQQEZ.png



DejaClassicStats provides an updated and logical display of the character stats.

Features

Options Overview:


Display each equipped item's level, durability, and repair cost.
Display a quick graphical "Durability Bar" next to each equipped item.
Display total average durability of equipped gear on your character's shirt slot.
Display "General", "Primary", "Offense", "Defense", "Melee Enhancements", and "Spell Enhancements" stats.


Default Display

Primary:


Strength
Agility
Stamina
Intellect
Spirit

...

LibSHA1 (v0.01-alpha)

$
0
0
An SHA-1 hashing library for World of Warcraft.

Currently in alpha - functional and usable, but not optimized to be an addon.

Kiwi Item Info (v2.2.3)

$
0
0
WoW Classic Addon | Shows iLvl (with colors) | Weapon/Armor Differences(shift hover) | Vendor Prices (unit/stack) | Highlights All Grey Named Items with LCTRL | Provides an Item Database for Searching in-client

English: https://github.com/tilkinsc/KiwiItemInfo/blob/master/README.md
Espaol: https://github.com/tilkinsc/KiwiItemInfo/blob/master/README_esES.md
Deutsch: https://github.com/tilkinsc/KiwiItemInfo/blob/master/README_deDE.md

This is updated irregularly. See the curse forge for cutting edge releases, as well as betas.

http://www.github.com/tilkinsc/KiwiItemInfo

Version: 2.2.3
Rejoice! Compatibility problems fixed!

Provides the command /kiwiii search items by name/id and reduce results.

See /kiwiii help for a list of full commands.

This plugin fully contains:

* iLvl
* Vendor Price
* Differences between equips
* Command for searching items by name in game (for linking perhaps)
* Highlight grey items with Left Control Key
* Contains settings for features

To install:

Download: Here or on github releases Install: Extract the folder to WoW/classic/Inteface/AddOns/

All done!

iLvl coloration works like this:

* iLvl is your level or higher? Red
* iLvl is 1-3 levels under you? Yellow
* iLvl is 4-6 levels under you? Green
* iLvl is 7-9+ levels under you? Grey

Group Bulletin Board (1.90)

$
0
0
Change Log:
--------------------
1.90
- Split Filter/Settings
- Filter - (un)select all - button
- Rightclick on a filter - unselect all others
- Option "lock minimap-button position"
- Option "Minimize minimap button distance"
- Option "Guess the player level based on the dungeon request"
- Search-Engine-Optimization
- many context-menus with right click

1.83
- dm is now default dire maul.
- Level-Guess-System - store the level of players by recommand level of the dungeons
- improved tags

1.82
- dm:e should now be detected

1.81
- fix a possible lfg-join-bug

1.8
- compact mode for small windows
- update russian language
- improved dire maul / deathmines / dm detection
- foldable dungeon categories
- new resize method, just grab any border (graphics/idea by Baudzilla)
- show Level after /who

1.7
- Clickabel Name-Link for the chat notification
- russian tags and dungeon names by kavarus
- redesign search-patterns / localization option pages

1.6
- Optional show class symbols
- Support for databrocker
- move option "Debug information" to "/gbb debug"
- "/gbb reset" - reset the window-position
- redesign shout-box
- new "Dungeon" Trade
- princess run should be now in maraudon-list
- when you start a request in chat (or by announcment-tool), this dungeons will be forced to show
- Connect messages posted within 10 seconds
- tooltip redesign
- inbuild localization

1.5
- colorize name by class
- intelligent ToolTip
- BugFixes

1.41
- Fix for Scroll-Widget

1.4
- option for Replace Raid symbols, for example {rt1}
- Automatic Announcment Feature (disabled by default)
Select the Channel, type your message and then click on "announce" - GBB will announce your message every (timeout-time) seconds
- minimum timeout for removing/announce is now 60 seconds

1.3
- ESC-Key now close the main window
- Debug-Section does now only appear with activated option
- change method when joining lfg-channel
- new lib: Lib_GPI.Options for handling the options panel
- new lib: LIB_GPI.MinimapButton for handling the minmapbutton
- Sourcecode optimation

1.2
- optimization and new search-engine
- Add dungeon level (from https://classic.wowhead.com/guides/classic-dungeons-overview )
- Add Option "Filter on recommended level ranges"
- Add Option "Highligh dungeons on recommended level"
- Add Search-patterns-Selection (english, german, custom - multiply choice!)
- Add Options for custom search pattern (simple list, seperated by any space punctuation character)

1.1
- fix bug with badTags.

1.0
-Inital realease

Description:
--------------------
The addon checks all active channels to search for groups / members, sorts them by dungeon and puts them in a nice table.
The addon should not become a search-for-group tool! It will never create groups or perform group invitations. It is only an alternative representation of the chat.


Features

Monitors the chat for group requests to display them in a table sorted by dungeon
Optional filtering by dungeon and level range
Optional automatic notification in chat and / or sound for new requests
Simply whisper by clicking on the entries
Send /who requests via simple shift plus click
Optional automatic repeating announcement of any text in LookingForGroup channel
Built-in search patterns for english and german
Possibilty to add custom search patterns
Resizable window
Automatically join the official search for group channel


Usage & Slash Commands
The addon searches the chat in the background and collects all requests. To open the window type "/gbb" into the chat or left click on the minimap-buttom. To whisper a game, it is sufficient to click on the entry. To start a standard "/who" request just click with shift.
The settings can be open via the small gear beside the "X" -Buttom of the main window, via "/gbb config" or via the WOW main menu, interface and there at the addons section.
All filter settings are saved by character. All others are global.
Activate in the Settings "Enable automatic announcement" to activate the "Annoucement"-System. Simple select the Channel (Default LookingForGroup), type your Message in the textfield (for example "LFG one Mage for BRD") and click an "Announce"-button. GBB will now send your message to the selected channel every timeout seconds (default 150s).

/gbb or /groupbulletinboard- open/close gbb
/gbb config - open settings
/gbb reset - reset main window
/gbb debug - toogle debug-information


Localization and custom search patterns
Engli...

The Undermine Journal (5.4.20191019)

$
0
0
Change Log:
--------------------
Automatic data update for Saturday, October 19, 2019

Description:
--------------------
This addon, from The Undermine Journal, shows realm-specific pricing information in item tooltips for all US and EU realms. It should be updated twice each week, on Tuesday and Saturday mornings.

See this page for more information.
Viewing all 49558 articles
Browse latest View live