Results: 274Comments by: spiralofhope
File: _VirtualPlates07-28-11
While using the traditional name pl...
Posted By: spiralofhope
While using the traditional name plates for the first time in a while, I noticed last night that blizzard is resizing their name plates based on distance. It's not nearly as awesome as virtual plates and a good mod, but it's alright.
File: _DevPad07-26-11
Profile Manager
Posted By: spiralofhope
Well I have a basic profile manager sketched out. My coding style sucks, and I'm pretty limited in my knowledge. http://pastebin.com/2hk6bUAu - label scripts like (spaces are handled properly) 1,2,3 this runs in profiles one, two and three - use sub-folders if you wish, there's a toggle to use them or not. - blacklist to not run...
File: _DevPad07-26-11
Re: Re: Pack not working as expected
Posted By: spiralofhope
Originally posted by Saiket but if you just need to look at a few fields in a script, you can read them like this instead:print( o._Class,o._Name,o._Text,o._AutoRun,o._Lua ) Oh right, Lua is using objects. Now it makes sense.. Thanks!
File: MiniLoot07-26-11
Thanks for writing back so quickly....
Posted By: spiralofhope
Thanks for writing back so quickly. I did not realize opts.lua was only the default information. This explains why my changes weren't working. I started hacking it because I didn't see an Interface > Addons entry for MiniLoot. I'll look again. Originally posted by spiralofhope There are three values being used. The left one s...
File: _DevPad07-25-11
Pack not working as expected
Posted By: spiralofhope
In _DevPad.lua, I see: --- @return Table containing unique settings for this script. function ScriptMeta.__index:Pack () return { Class = self._Class; Name = self._Name; Text = self._Text; AutoRun = self._AutoRun or nil; Lua = self._Lua or nil; };...
File: Phoenix Devpad07-25-11
Check out _DevPad.
Posted By: spiralofhope
Check out _DevPad.
File: Super Duper Macro07-25-11
This, plus fix 4 works for me.
Posted By: spiralofhope
This, plus fix 4 works for me.
File: SuperDuperMacro WoW 4.x fix 407-25-11
Works for me. Thanks.
Posted By: spiralofhope
Works for me. Thanks.
File: Super Duper Macro07-25-11
I tried adding For All Indents And...
Posted By: spiralofhope
I tried adding For All Indents And Purposes functionality. I edited defaulthooks.lua with addons = { "sdm_mainFrame_editScrollFrame"} It didn't work for me. =(
File: Hack07-25-11
http://wow.curseforge.com/addons/de...
Posted By: spiralofhope
http://wow.curseforge.com/addons/devpad This addon is working perfectly for me. It even imported all of my Hack scripts without a problem!
File: MiniLoot07-24-11
opts.lua seems hackable, so I've be...
Posted By: spiralofhope
opts.lua seems hackable, so I've been playing with it. -- There are three values being used. The left one seems to be the one I should update. What are the other two? -- hideEvents = {}, -- will be populated with events to totally ignore from showing (use the config GUI to do this, preferably) How is this...
File: SilentRespec07-24-11
Thanks, this replaces DualSpec DeSp...
Posted By: spiralofhope
Thanks, this replaces DualSpec DeSpammer: http://wow.curse.com/downloads/wow-addons/details/dualspec-despammer.aspx
File: LuaConsole07-24-11
For any interested people, the stuf...
Posted By: spiralofhope
For any interested people, the stuff on Github is newer: https://github.com/xconstruct/LuaConsole
File: Fragmented07-24-11
This addon is pretty funny..
Posted By: spiralofhope
This addon is pretty funny..
File: For All Indents And Purposes07-22-11
This was embedded in _DevPad and is...
Posted By: spiralofhope
This was embedded in _DevPad and is working perfectly. However, the one in _DevPad has been updated and is newer than what's found here .. maybe. Perhaps it's just embedded with some changes to variables.
File: Ghost: Recon: Continued07-22-11
Originally posted by Bwldrd1 Here'...
Posted By: spiralofhope
Originally posted by Bwldrd1 Here's what I did.. Thanks for the instructions.. I've applied these changes and I'll do some testing when I can.
File: Quelevel07-22-11
Go figure, but the downloads are up...
Posted By: spiralofhope
Go figure, but the downloads are updated but the repositories are old. git://git.wowace.com/wow/quelevel/mainline.git https://github.com/tekkub/Quelevel This worked: http://www.wowace.com/media/files/520/803/Quelevel-4.1.0.10-Release.zip Presumably this is the same: https://github.com/tekkub/Quelevel/zipball/4.1.0.10-Release It's v...
File: Take all Button07-21-11
local butt = CreateFrame("Button",...
Posted By: spiralofhope
local butt = CreateFrame("Button", "TakeAllButton", LootFrame, "UIPanelButtonTemplate") butt:SetPoint("BOTTOM", LootFrame, "BOTTOMRIGHT", -194, -17) butt:SetFrameStrata("DIALOG") butt:SetWidth(100) butt:SetHeight(24) butt:SetText("Take all") butt:SetScript("OnClick", function() for i = 1,GetNumLootItems() do LootSlot(i) end i...
File: GoodNewsEveryone07-21-11
1) Are the new power auras in the d...
Posted By: spiralofhope
1) Are the new power auras in the default UI not sufficient? I've taken a bit of a liking to them myself. There are two things missing with the new Blizzard UI. 1) It doesn't show the time remaining for a proc. I can't base good decisions not knowing this. 2) It doesn't show stacks for a proc. For example, the frost mage Finger...
File: Warmup07-21-11
Re: Still works
Posted By: spiralofhope
Originally posted by killerpet1986 This still works you just need to change line 49+50 in warmup.xml from this:SetBackdropBorderColor(0.9, 0.82, 0.0); this:SetBackdropColor(0, 0, 0);to WarmupOutputFrame:SetBackdropBorderColor(0.9, 0.82, 0.0); WarmupOutputFrame:SetBackdropColor(0, 0, 0); https://github.com/tekkub/Warmup/issues/2...
File: HatTrick07-21-11
I've added the two code changes bel...
Posted By: spiralofhope
I've added the two code changes below to the issues list, so they might actually be fixed. https://github.com/tekkub/hattrick/issues If a fix isn't updated here on wowinterface, then download the source from github.
File: Hack07-21-11
Originally posted by bluechipps hu...
Posted By: spiralofhope
Originally posted by bluechipps huge huge fan of this addon, glad the xml file has worked for everyone! since the author though has not returned, take a look at _DevPad which is pretty much a clone of this but is being updated and has a few different features Thanks for the link, I'll check it out for sure.
File: Ghost: Recon07-21-11
Originally posted by Radoznali i g...
Posted By: spiralofhope
Originally posted by Radoznali i guess there isnt.Such a shame for this great addon. http://www.wowinterface.com/downloads/info18957-GhostReconContinued.html#info It needs another update though.
File: ControlFreak07-19-11
Do you use custom macros at all?I h...
Posted By: spiralofhope
Do you use custom macros at all?I have a macro that does a /click ControlFreakFrame and that's it. Do you ever use profiles?No. I find the notion rather un-simple. Do you ever use any of the display options?No. I actually forgot that it had any at all until you mentioned it. The idea of there being a clickable frame at all is act...
File: Who Taunted?07-18-11
Originally posted by Davie3 The pe...
Posted By: spiralofhope
Originally posted by Davie3 The pet ability Growl isn't a taunt. It's a threat gaining ability and on a 5 second cool down. So, if a hunter had it toggled on and this addon tracked it you would get a message every 5 seconds saying that the hunter pet used growl. That would get very spammy so I specifically did not let this addon tra...