Download
(277Kb)
Download
Updated: 05-29-08 04:24 PM
Pictures
File Info
Updated:05-29-08 04:24 PM
Created:unknown
Downloads:10,526
Favorites:39
MD5:

SquidMod  Popular! (More than 5000 hits)

Version: 2.1
by: ganders [More]

NOTE: I am NOT the original author of this mod. This addon was written a looong time ago (pre-BC) by SAM. All I did was update the TOC and clean up the code a bit.

Original description is as follows:

The most useless UI-mod in history. Since it doesn't enhance functionality really. It just makes WoW prettier. Type /squid for a list of commands.

Sick of that stupid griffon on the sides of the main menu bar? Wouldn't you rather have a cool looking octopus or murloc in it's place instead? Well, look no further cause the SquidMod is here!

Screenshots and allways uptodate info available at http://www.asymmetric-art.com/SquidMod/

Please also check out my other UI-enhancement: SAM_Icons at http://www.curse-gaming.com/mod.php?addid=2145

Instructions Unarchive the zip and place the SquidMod folder in your AddOns folder. Type /squid for a (very short) list of commands. /squid toggle will toggle the available end cap graphics.

Version 2.1:
- Fixed slash command

Version 2.0:
- Fixed the SV in the ToC to match the Lua (meaning it will work now)

Version 1.2:
- Further code enhancements

Version 1.1:
- Fixed issue where the end caps wouldn't re-show after hiding them
Optional Files (1)
File Name
Version
Size
Author
Date
Type
v1.2
88kB
02-24-12 02:18 PM
Addon


Post A Reply Comment Options
Unread 01-17-09, 03:20 PM  
tintingurl
A Frostmaul Preserver
 
tintingurl's Avatar

Forum posts: 295
File comments: 82
Uploads: 0
the ones i put they do not save? like if i put the murlocs well ill log out and come back and its gone and i have to redo it all the time.
__________________
Report comment to moderator  
Reply With Quote
Unread 09-29-08, 01:26 AM  
TyrannisNorg
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
is there any way you could add the diablo 3 orbs from,
http://www.wowinterface.com/download...ablo3Orbs.html
and have it work the same way ot does? i like the feel of the regular buttons but love the diablo 3 orbs and have no clue as to writing addons.
Report comment to moderator  
Reply With Quote
Unread 09-04-08, 01:07 AM  
Elloria
An Onyxian Warder
 
Elloria's Avatar
AddOn Author - Click to view AddOns

Forum posts: 358
File comments: 268
Uploads: 8
Heres one of my versions that ive done up. I plan on doing more. If you guys can give me some ideas maybe i can start comming up with custom end cap graphics! love this mod!!!!

__________________
Report comment to moderator  
Reply With Quote
Unread 08-26-08, 08:09 AM  
Plush
A Kobold Labourer
 
Plush's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
I love it! That murloc is awesome :] any way those previous images below me could be added? Much appreciated, thanks!
__________________
Report comment to moderator  
Reply With Quote
Unread 08-12-08, 07:42 PM  
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 201
Uploads: 7


Download:
Only in my Interface UI:
http://www.wowinterface.com/download...leganceUI.html
Report comment to moderator  
Reply With Quote
Unread 08-12-08, 12:36 PM  
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 201
Uploads: 7
Report comment to moderator  
Reply With Quote
Unread 08-12-08, 11:26 AM  
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 201
Uploads: 7
patchwork

Report comment to moderator  
Reply With Quote
Unread 08-12-08, 10:36 AM  
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 201
Uploads: 7
T3 warrior spoulders

Hi,

here is my t3 warrior spoulders grafic:



Download:
http://mitglied.lycos.de/anancysherbs/t3warrior.zip
Report comment to moderator  
Reply With Quote
Unread 05-30-08, 03:25 PM  
ganders
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 131
File comments: 59
Uploads: 10
Re: Best idea ever!

Originally posted by Bornabe
Any chance for new graphics to be done up? I myself lack any type of artistic ability at all, lol. Would like to see maybe 1 for each race and 1 for each class along with your amazing extras like my all-time favorite the Murloc.
I didn't create these graphics. I too, have no artistic ability, especially not on a computer.

If someone creates a new graphic and submits it to me, I'll gladly add it.

And as far as I know, there should already be one for each race.
Report comment to moderator  
Reply With Quote
Unread 05-30-08, 05:11 AM  
Bornabe
A Flamescale Wyrmkin
 
Bornabe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 264
Uploads: 6
Best idea ever!

Any chance for new graphics to be done up? I myself lack any type of artistic ability at all, lol. Would like to see maybe 1 for each race and 1 for each class along with your amazing extras like my all-time favorite the Murloc.
Report comment to moderator  
Reply With Quote
Unread 05-29-08, 03:25 PM  
ganders
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 131
File comments: 59
Uploads: 10
Originally posted by Slakah
Change
Code:
SLASH_SQUID1 = "/squid"
SlashCmdList["SQUID"] = SquidMod.SlashCommand

function SquidMod:SlashCommand(msg)
to

Code:
SLASH_SQUID1 = "/squid"
SlashCmdList["SQUID"] = SquidMod.SlashCommand

function SquidMod.SlashCommand(msg)
   local self = SquidMod
Thank you for pointing this out. I will upload a fixed version right now.
Report comment to moderator  
Reply With Quote
Unread 05-29-08, 11:11 AM  
RazerMantis
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
change it to
Code:
SlashCmdList["SQUID"] =function(...) SquidMod.SlashCommand   (...) end
Report comment to moderator  
Reply With Quote
Unread 05-29-08, 07:06 AM  
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 146
Uploads: 26
Originally posted by lodewijk
hmm, i do see the octopus(squid) graphics. but i get no message on start-up and no slashcommand is working. so i cant change the graphics. i am using the most recent version and tried 1.2, nothing seems to help.
Change
Code:
SLASH_SQUID1 = "/squid"
SlashCmdList["SQUID"] = SquidMod.SlashCommand

function SquidMod:SlashCommand(msg)
to

Code:
SLASH_SQUID1 = "/squid"
SlashCmdList["SQUID"] = SquidMod.SlashCommand

function SquidMod.SlashCommand(msg)
   local self = SquidMod
Report comment to moderator  
Reply With Quote
Unread 05-28-08, 11:56 PM  
lodewijk
A Deviate Faerie Dragon

Forum posts: 13
File comments: 120
Uploads: 0
hmm, i do see the octopus(squid) graphics. but i get no message on start-up and no slashcommand is working. so i cant change the graphics. i am using the most recent version and tried 1.2, nothing seems to help.
Report comment to moderator  
Reply With Quote
Unread 04-14-08, 03:30 PM  
ganders
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 131
File comments: 59
Uploads: 10
Originally posted by Seerah
Sorry, ganders, I found a couple of bugs in this one as well, for ya. It seems that /squid unhide and /squid toggle are not registered slash commands with the addon (though they are listed in the readme). Trying to use them only pulls up the list of available slash commands for SquidMod. As such, it is not possible to unhide the endcaps one you hide them with /squid hide.
Yup you're right! Thanks for pointing that out. I just uploaded a fixed version.
Last edited by ganders : 04-14-08 at 03:39 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: