Download
(6MB)
Download
Compatible with Retail, Classic & TBC
Updated: 09-17-22 07:25 AM
Pictures
File Info
Compatibility:
Shadowlands patch (9.2.7)
WOTLK (3.4.0)
Classic (1.14.3)
TBC Patch (2.5.4)
Updated:09-17-22 07:25 AM
Created:unknown
Downloads:95,555
Favorites:656
MD5:

Chinchilla Minimap  Popular! (More than 5000 hits)

Version: v2.13.0
by: ckknight, Ravendwyr

Chinchilla Minimap alters the Blizzard Minimap in a way to provide much nicer features and other niceties.

Appearance

Allows changing of blip size (useful since 3.1), border style, shape of the map (doesn't have to be circular, or even square, lots of options are available), size, etc.
Auto zoom
Zoom out the map automatically after 20 seconds (or so).
Compass
A more flexible north-east-south-west indicator.
Coordinates
Show your location coordinates
Expander
Make the minimap very big temporarily (good for gathering or finding a tough-to-spot enemy).
Location
Show the name of your location more flexibly.
Move buttons
Move the buttons around the minimap to wherever you want (even off the minimap entirely).
Ping
Show which team-mate pinged the minimap
Position
Position the minimap and frames around it.
Range circle
Show on the minimap where your range extends to
Show / Hide
Show or hide various frames related to the minimap
Tracking dots
Change the dots on the map to a different set of images. Very handy, especially if you suffer from colorblindness.
Wheel zoom
Mousewheel to zoom the minimap
Click here to submit a bug report or request a new feature.
Click here to help with translating Chinchilla Minimap into your own language.

Chinchilla Minimap
v2.13.0 (2022-09-17)
Full Changelog Previous Releases
  • TrackingDots: Add HunterZSmall theme.
  • Expander: Tweak the minimap instance difficulty flag.
  • Appearance: Tweak the minimap instance difficulty flag.
  • QuestTracker: Add Wrath-specific module.
    Fixes #92 by allowing the user to customise the height and appearance of the quest watch frame.
  • Reduce checkout depth from 50 to 20.
  • Bump BigWigsMods/packager from 2.0.9 to 2.0.11
    Bumps [BigWigsMods/packager](https://github.com/BigWigsMods/packager) from 2.0.9 to 2.0.11.
    - [Release notes](https://github.com/BigWigsMods/packager/releases)
    - [Commits](https://github.com/BigWigsMods/packager/compare/v2.0.9...v2.0.11)
    ---
    updated-dependencies:
    - dependency-name: BigWigsMods/packager
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
    Signed-off-by: dependabot[bot] <[email protected]>
  • MoveButtons: Prevent an error with the instance difficulty indicator.
  • MoveButtons: Add support for the instance difficulty indicator.
  • Update to use latest libraries.
    Should fix #91
  • TrackingDots: update the blip maps for Patch 9.2.7
    Fixes #84
  • Upload Visual Studio Code workspace settings files.
  • Update issue config.
  • MoveButtons: Fixed an error message with the LFG button.
    It doesn't look like the LFDSearchStatus element exists, or at least not yet.
  • MoveButtons: add support for the LFG button on Wrath Classic.
    Thank you @mightykong for the heads-up and the patch.
  • QuestTracker: Removed redundant version check.
  • Core: Fix distorted worldmap button graphic on Wrath Classic.
  • Position: first pass at fixing errors on Wrath Classic.
  • Appearance: first pass at fixing errors on Wrath Classic.
  • Update README.md
  • Use the multi toc method for automated packaging.
Optional Files (0)


Archived Files (7)
File Name
Version
Size
Author
Date
v2.13.0-beta3
5MB
ckknight
09-11-22 02:27 PM
v2.13.0-beta2
5MB
ckknight
09-02-22 04:01 PM
v2.13.0-beta1
5MB
ckknight
09-01-22 03:05 PM
v2.12.2
6MB
ckknight
07-03-21 01:47 PM
v2.12.1
6MB
ckknight
06-12-21 05:35 AM
v2.12.1
6MB
ckknight
06-12-21 05:35 AM
v2.12.1
6MB
ckknight
06-12-21 05:35 AM


Post A Reply Comment Options
Unread 01-18-23, 02:39 PM  
lieandswell
A Cyclonian
 
lieandswell's Avatar
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 43
Uploads: 11
Lua error with WoW Classic 3.4.1

WoW Classic patch 3.4.1 breaks Chinchilla. It can be fixed by replacing line 72 in Modules/ShowHide.lua from
Code:
_G[frame].__origParent = _G[frame]:GetParent():GetName()
with
Code:
_G[frame].__origParent = _G[frame]:GetParent()
__________________
1/5 15:55:46.001 UNIT_DIED, 0x0000000000000000, nil, 0x80000000, 0xF130001942161FB7, "Gamon", 0xa28
Report comment to moderator  
Reply With Quote
Unread 01-23-23, 09:04 AM  
Nihlo
A Murloc Raider

Forum posts: 7
File comments: 158
Uploads: 0
Re: Lua error with WoW Classic 3.4.1

Originally Posted by lieandswell
WoW Classic patch 3.4.1 breaks Chinchilla. It can be fixed by replacing line 72 in Modules/ShowHide.lua from
Code:
_G[frame].__origParent = _G[frame]:GetParent():GetName()
with
Code:
_G[frame].__origParent = _G[frame]:GetParent()
Love you.

Chinchilla is by far the best minimap addon. Unfortunately it seems like Miss Ravendwyr abandoned the project and there is no official takeover up2now:

https://github.com/Ravendwyr/Chinchilla
Report comment to moderator  
Reply With Quote
Unread 01-30-23, 05:48 AM  
Nihlo
A Murloc Raider

Forum posts: 7
File comments: 158
Uploads: 0
For some reason the wintergrasp map is just green now, only there.
Report comment to moderator  
Reply With Quote
Unread 03-11-23, 04:35 AM  
Nihlo
A Murloc Raider

Forum posts: 7
File comments: 158
Uploads: 0
Also triggers a lua error on login on Era-Realms:

Code:
110x Interface\AddOns\Chinchilla\Modules\Appearance.lua:462: attempt to call method 'GetTexture' (a nil value)
[string "@Interface\AddOns\Chinchilla\Modules\Appearance.lua"]:462: in function `SetButtonBorderAlpha'
[string "@Interface\AddOns\Chinchilla\Modules\Appearance.lua"]:205: in function `RecheckMinimapButtons'
[string "@Interface\AddOns\Chinchilla\Modules\Appearance.lua"]:136: in function `?'
[string "@Interface\AddOns\AtlasLootClassic\Libs\CallbackHandler-1.0\CallbackHandler-1.0-8.lua"]:109: in function <...sic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:109>
[string "=[C]"]: ?
[string "@Interface\AddOns\AtlasLootClassic\Libs\CallbackHandler-1.0\CallbackHandler-1.0-8.lua"]:19: in function <...sic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:15>
[string "@Interface\AddOns\AtlasLootClassic\Libs\CallbackHandler-1.0\CallbackHandler-1.0-8.lua"]:54: in function `Fire'
[string "@Interface\AddOns\BananaBar3\Libs\AceEvent-3.0\AceEvent-3.0-4.lua"]:120: in function <...AddOns\BananaBar3\Libs\AceEvent-3.0\AceEvent-3.0.lua:119>
[string "=[C]"]: in function `LoadAddOn'
[string "@Interface_Vanilla\FrameXML\UIParent.lua"]:365: in function `UIParentLoadAddOn'
[string "@Interface_Vanilla\FrameXML\UIParent.lua"]:376: in function `AuctionFrame_LoadUI'
[string "@Interface_Vanilla\FrameXML\UIParent.lua"]:1101: in function <Interface_Vanilla\FrameXML\UIParent.lua:659>

Locals:
self = <table> {
 SetDefaultModuleLibraries = <function> defined @Interface\AddOns\BCT\Libs\AceAddon-3.0\AceAddon-3.0.lua:367
 Enable = <function> defined @Interface\AddOns\BCT\Libs\AceAddon-3.0\AceAddon-3.0.lua:294
 UnregisterAllEvents = <function> defined @Interface\AddOns\AtlasLootClassic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:164
 EnableModule = <function> defined @Interface\AddOns\BCT\Libs\AceAddon-3.0\AceAddon-3.0.lua:332
 modules = <table> {
 }
 GetModule = <function> defined @Interface\AddOns\BCT\Libs\AceAddon-3.0\AceAddon-3.0.lua:210
 IterateEmbeds = <function> defined @Interface\AddOns\BCT\Libs\AceAddon-3.0\AceAddon-3.0.lua:442
 defaultModuleLibraries = <table> {
 }
 CVAR_UPDATE = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:145
 SetCombatAlpha = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:284
 ZONE_CHANGED = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:157
 baseName = "Chinchilla"
 SetDefaultModulePrototype = <function> defined @Interface\AddOns\BCT\Libs\AceAddon-3.0\AceAddon-3.0.lua:409
 desc = "Allow for a customized look of the minimap"
 GetOptions = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:470
 OnInitialize = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:19
 name = "Chinchilla_Appearance"
 SetBorderColor = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:416
 IsEnabled = <function> defined @Interface\AddOns\BCT\Libs\AceAddon-3.0\AceAddon-3.0.lua:451
 orderedModules = <table> {
 }
 SetBorderRadius = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:404
 DisableModule = <function> defined @Interface\AddOns\BCT\Libs\AceAddon-3.0\AceAddon-3.0.lua:350
 ZONE_CHANGED_INDOORS = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:150
 Disable = <function> defined @Interface\AddOns\BCT\Libs\AceAddon-3.0\AceAddon-3.0.lua:314
 ADDON_LOADED = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:135
 SetFrameStrata = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:301
 RegisterMessage = <function> defined @Interface\AddOns\AtlasLootClassic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:80
 UnregisterMessage = <function> defined @Interface\AddOns\AtlasLootClassic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:143
 SetAlpha = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:265
 OnEnable = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:66
 RecheckMinimapButtons = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:187
 PLAYER_REGEN_DISABLED = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:171
 PLAYER_REGEN_ENABLED = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:165
 IsModule = <function> defined @Interface\AddOns\BCT\Libs\AceAddon-3.0\AceAddon-3.0.lua:217
 db = <table> {
 }
 SetDefaultModuleState = <function> defined @Interface\AddOns\BCT\Libs\AceAddon-3.0\AceAddon-3.0.lua:387
 SetBorderStyle = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:397
 OnDisable = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:101
 SetEnabledState = <function> defined @Interface\AddOns\BCT\Libs\AceAddon-3.0\AceAddon-3.0.lua:424
 SetScale = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:211
 enabledState = true
 AddBorderStyle = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:36
 RegisterEvent = <function> defined @Interface\AddOns\AtlasLootClassic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:80
 UnregisterAllMessages = <function> defined @Interface\AddOns\AtlasLootClassic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:164
 SetButtonBorderAlpha = <function> defined @Interface\AddOns\Chinchilla\Modules\Appearance.lua:446
 displayName = "Appearance"
 defaultModuleState = true
 IterateModules = <function> defined @Interface\AddOns\BCT\Libs\AceAddon-3.0\AceAddon-3.0.lua:437
 NewModule = <func
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: