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,977
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 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
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 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 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 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 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 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 12-02-11, 10:12 PM  
Jansus
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 73
Uploads: 1
Took me 15 minutes to find this addon just because the name makes no sense.

Anyways, unable to change borders anymore.
Report comment to moderator  
Reply With Quote
Unread 07-09-11, 05:34 AM  
redworm
A Defias Bandit

Forum posts: 2
File comments: 68
Uploads: 0
getting lua error, with square/black border setting. only work the default round crap...
Report comment to moderator  
Reply With Quote
Unread 02-22-11, 06:24 PM  
xromania™
A Frostmaul Preserver
 
xromania™'s Avatar

Forum posts: 284
File comments: 136
Uploads: 0
hm this addon have the bug all other minimap addons have sometimes - the minimap have black texture, i mean the groun texture is bugged, usually after a teleport in other area etc
__________________
*sry my english
http://eu.battle.net/wow/en/characte...romania/simple
Report comment to moderator  
Reply With Quote
Unread 02-17-11, 03:37 PM  
xromania™
A Frostmaul Preserver
 
xromania™'s Avatar

Forum posts: 284
File comments: 136
Uploads: 0
great addon, the others minimap addons removes the world map button or cant move the minimap with the mouse directly... or have black texture, i mean the groun texture is bugged.

But isnt updated recently, i hope the author didnt left it
__________________
*sry my english
http://eu.battle.net/wow/en/characte...romania/simple
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 11:16 PM  
Opaque
A Fallenroot Satyr
 
Opaque's Avatar

Forum posts: 23
File comments: 138
Uploads: 0
In the description it says you can "Hide various default buttons". I'm just wondering if they are gone... or if they come back on mouse-over.

Thanks!
__________________
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 05:08 PM  
T3nchu
A Kobold Labourer

Forum posts: 0
File comments: 23
Uploads: 0
I have the following msg

1x Squeenix-4.0.0.13\Hidebuttons.lua:40: attempt to index field '?' (a nil value)
Squeenix-4.0.0.13\Squeenix.lua:59: in function <Squeenix\Squeenix.lua:9>
(tail call): ?:

Locals:
self = <table> {
SetScale = <function> @ Squeenix\Scale.lua:8:
ADDON_LOADED = <function> @ Squeenix\Squeenix.lua:9:
ShowCompass = <function> @ Squeenix\NESW.lua:15:
SetBorder = <function> @ Squeenix\Border.lua:25:
SetPosition = <function> @ Squeenix\Move.lua:17:
db = <table> {}
borders = <table> {}
HideButtons = <function> @ Squeenix\Hidebuttons.lua:21:
ADDON_LOADED_2 = <function> @ Squeenix\Squeenix.lua:71:
}
event = "ADDON_LOADED"
addon = "Squeenix"
myname = "Squeenix"

---
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 04:27 AM  
sconley
An Aku'mai Servant

Forum posts: 31
File comments: 98
Uploads: 0
Only Squeenix loaded.

Message: Interface\AddOns\Squeenix\Hidebuttons.lua:40: attempt to index field '?' (a nil value)
Time: 10/16/10 06:26:57
Count: 1
Stack: Interface\AddOns\Squeenix\Hidebuttons.lua:40: in function `HideButtons'
Interface\AddOns\Squeenix\Squeenix.lua:59: in function <Interface\AddOns\Squeenix\Squeenix.lua:9>
(tail call): ?

Locals: self = <table> {
SetScale = <function> defined @Interface\AddOns\Squeenix\Scale.lua:8
ADDON_LOADED = <function> defined @Interface\AddOns\Squeenix\Squeenix.lua:9
ShowCompass = <function> defined @Interface\AddOns\Squeenix\NESW.lua:15
SetBorder = <function> defined @Interface\AddOns\Squeenix\Border.lua:25
SetPosition = <function> defined @Interface\AddOns\Squeenix\Move.lua:17
db = <table> {
}
borders = <table> {
}
HideButtons = <function> defined @Interface\AddOns\Squeenix\Hidebuttons.lua:21
ADDON_LOADED_2 = <function> defined @Interface\AddOns\Squeenix\Squeenix.lua:71
}
(for generator) = <function> defined =[C]:-1
(for state) = <table> {
MinimapZoneTextButton = "zone text"
TimeManagerClockButton = "clock"
MiniMapVoiceChatFrame = "voice chat"
GameTimeFrame = "calendar"
MiniMapTracking = "tracking"
MiniMapWorldMapButton = "world map"
}
(for control) = "TimeManagerClockButton"
name = "TimeManagerClockButton"
(*temporary) = nil
(*temporary) = nil
(*temporary) = "TimeManagerClockButton"
(*temporary) = "attempt to index field '?' (a nil value)"
mailshow = <function> defined =[C]:-1
diffshow = <function> defined =[C]:-1
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 11:00 AM  
Sinkatze
A Kobold Labourer

Forum posts: 0
File comments: 39
Uploads: 0
+1 for update of the addon to 4.0.1 patch! Very nice addon.
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.