Download
(21Kb)
Download
Updated: 09-13-16 03:42 AM
Compatibility:
Legion (7.0.3)
Warlords of Draenor (6.0.3)
Updated:09-13-16 03:42 AM
Created:unknown
Downloads:139,989
Favorites:525
MD5:
Categories:Discontinued and Outdated Mods, Map, Coords, Compasses

Squeenix  Popular! (More than 5000 hits)

Version: 7.0.0.22-Release
by: Tekkub [More]

Squeenix is a square minimap addon, with a few extras

Features

  • Multiple minimap border skins
  • Move the minimap anywhere
  • Scale the minimap
  • Hide various default buttons
  • Mousewheel zooming
  • Full compass directions
  • LibDataBroker feed for the clock
Visit my site for more great addons.
Please send all bugs, feature requests and questions to [email protected]

### 7.0.0.22-Release

* Tagging release version


### 7.0.0.21-Beta

* Hide garrison button differently
* Remove about panel


### 6.0.0.20-Beta

* Move and resize GarrisonLandingPageMinimapButton (thanks DArcMattr)
* add option to hide garrison screen button (thanks DArcMattr)

### 5.0.1.19-Release

* Tagging stable version

### 5.0.1.18-Beta

* 5.0 updates (thanks washu214 and DArcMattr)
* Fix time formatting
* Add time to daily reset to the clock LDB tooltip

### 4.2.0.17-Beta

* Fix border dropdown

### 4.2.0.16-Beta

* Update for new jumbo config panels

### 4.1.0.15-Release

* Tagging stable version

### 4.0.0.14-Beta

* Fix button hiding bug for people that don't use AddonLoader... those poor bastards.

### 4.0.0.13-Beta

* 4.0 fixes
* Clock is no longer hidden by the default UI
* Use new map button texture, and position the buggerer betterer
* Position new guild instance frame
* Fix MiniMapInstanceDifficulty anchor

### 3.3.0.12-Release

* SPECIAL FFXIII EDITION!
* Reset mask on reloadui, to avoid AddonLoader delayed-load oddities
* Add instance difficulty toggler
* Add clock toggle button

### 3.2.0.11-Release

* Patch 3.3 compatability

### 3.2.0.10-Release

* That should be a data source
* Embed update

### 3.0.2.9-Release

* Add support for calendar to LDB feed
* Rename day/time checkbox in hide button config
* Remove 2.4.3 compat

### 3.0.1.8-Release

* Update for wrath build 8962 config panel breakage
* Embed update

### 3.0.1.7-Release

* Load Blizzard_TimeManager when needed
* Blizzy memory leak has been fixed in Wrath
* Fix config subpanel order

### 3.0.1.6-Release

* Fix dropdown in config panel on Wrath
* Tweak GameTimeFrame location

### 3.0.1.5-Release

* Fix stupid time thing, why the hell does Blizzy manually construct the AM/PM shit?
* For that matter, why the hell do people not use 24hr time? Math too hard?

### 3.0.1.4-Beta

* Update tekKonfig to live+beta version

### 3.0.1.3-Beta

* Fucking git-submodule

### 3.0.1.2-Beta

* Update tekKonfig for wrath
* Forcefully fix Blizzard's icky GameTime_GetLocalTime function
* Add LDB feed for the new clock
* Add LDB quicklaunch button
Beta Files (2)
File Name
Version
Hits
Size
Author
Date
4.2.0.17-Beta
1,317
21kB
Tekkub
07-11-11 02:31 AM
4.2.0.16-Beta
1,324
21kB
Tekkub
06-27-11 01:58 AM


Optional Files (0)


Post A Reply Comment Options
Unread 03-27-12, 05:15 AM  
iamtheomen
A Kobold Labourer

Forum posts: 1
File comments: 11
Uploads: 0
Anyone recommand an addon to Move the buttons around the frame? just switched from sexymap but i miss the ablity to move buttons.
Report comment to moderator  
Reply With Quote
Unread 08-29-12, 11:26 PM  
Gershuun
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
To fix for 5.0.4, either

1) Download this file http://uploading.com/files/get/fc64ed59/Squeenix.lua
and drop it in your addon folder, or

2) Change these lines in your Squeenix.lua file:

Line 29-30

Change this:
MiniMapBattlefieldFrame:ClearAllPoints()
MiniMapBattlefieldFrame:SetPoint("TOPLEFT", Minimap, "BOTTOMLEFT", 13, 0)

to this:
QueueStatusMinimapButton:ClearAllPoints()
QueueStatusMinimapButton:SetPoint("TOPLEFT", Minimap, "BOTTOMLEFT", 13, 0)



Line 37-38

Change this:
MiniMapLFGFrame:ClearAllPoints()
MiniMapLFGFrame:SetPoint("TOPRIGHT", Minimap, "TOPLEFT", 5, -53)

to this:
QueueStatusMinimapButton:ClearAllPoints()
QueueStatusMinimapButton:SetPoint("TOPRIGHT", Minimap, "TOPLEFT", 5, -53)
Report comment to moderator  
Reply With Quote
Unread 08-30-12, 02:21 PM  
Kyplor
A Murloc Raider

Forum posts: 4
File comments: 26
Uploads: 0
Originally Posted by Gershuun
To fix for 5.0.4, either

1) Download this file http://uploading.com/files/get/fc64ed59/Squeenix.lua
and drop it in your addon folder, or

2) Change these lines in your Squeenix.lua file:

...cut for space...
@Gershuun
I was not able to pull the Squeenix file from uploading.com, but made the manual line changes. (THX)
I did run into another error (only had Squeenix running), but I'm not going into details unless
you want to review it.

Regards
Report comment to moderator  
Reply With Quote
Unread 09-01-12, 10:17 AM  
Jansus
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 73
Uploads: 1
Originally Posted by Gershuun
To fix for 5.0.4, either

1) Download this file http://uploading.com/files/get/fc64ed59/Squeenix.lua
and drop it in your addon folder, or

2) Change these lines in your Squeenix.lua file:

Line 29-30

Change this:
MiniMapBattlefieldFrame:ClearAllPoints()
MiniMapBattlefieldFrame:SetPoint("TOPLEFT", Minimap, "BOTTOMLEFT", 13, 0)

to this:
QueueStatusMinimapButton:ClearAllPoints()
QueueStatusMinimapButton:SetPoint("TOPLEFT", Minimap, "BOTTOMLEFT", 13, 0)



Line 37-38

Change this:
MiniMapLFGFrame:ClearAllPoints()
MiniMapLFGFrame:SetPoint("TOPRIGHT", Minimap, "TOPLEFT", 5, -53)

to this:
QueueStatusMinimapButton:ClearAllPoints()
QueueStatusMinimapButton:SetPoint("TOPRIGHT", Minimap, "TOPLEFT", 5, -53)
Thanks for the update, I missed this addon. It's now working fine for me.
Report comment to moderator  
Reply With Quote
Unread 11-25-14, 10:00 PM  
Gregory
A Kobold Labourer

Forum posts: 0
File comments: 76
Uploads: 0
Hello! There is small bug with WoD - Squeenix doesn't move dungeon mode flag (challenge mode f.e.), it still stays on top where blizzard minimap should be.
Report comment to moderator  
Reply With Quote
Unread 07-25-16, 08:50 AM  
Transformis
A Defias Bandit

Forum posts: 2
File comments: 1
Uploads: 0
With the release of 7.0, there is some weirdness with player markers on the minimap when in instances.
Report comment to moderator  
Reply With Quote
Unread 01-19-19, 03:00 PM  
Gershuun
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
Line 141 and 157 of Squeenix.lua

C_Calendar.GetNumPendingInvites()

is the new function
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.