Results: 136Comments by: SDPhantom
File: SlashHelp12-30-09
Might want to change the anchor on...
Posted By: SDPhantom
Might want to change the anchor on SlashHelpOptionsFrame the same way, otherwise the frame will hover down in the middle of the screen. This would be line 233 in the XML file.
File: zz_MiscHelper12-27-09
I downloaded the addon code to offe...
Posted By: SDPhantom
I downloaded the addon code to offer some assistance. With all the libs there, I'm still not completely sure what's going on. I don't really see addon.db.profile being set anywhere even though addon.db.profile is being defined as a valid table by LibzzAddOnInit calling on AceDB. I'd dig deeper, but my time is limited at the moment.
File: MapCoords12-12-09
Originally posted by Ash-rak Some...
Posted By: SDPhantom
Originally posted by Ash-rak Some Changes that i have made. I think it looks better. Original: MapCoordsMinimapText:SetPoint("TOP",Minimap,"TOP",0,-16); Changed: MapCoordsMinimapText:SetPoint("BOTTOM",Minimap,"BOTTOM",0,12); Original: MapCoordsMinimapText:SetText(string.format("%0.2f,%0.2f",x*100,y*100)); Changed: MapCo...
File: SpellList10-15-09
Originally posted by vard Does th...
Posted By: SDPhantom
Originally posted by vard Does the addon work with all class spells, or just the one you're playing? It doesn't matter what class you're playing. The scanner doesn't care what's in your spellbook. It scans through a range of spell IDs and asks the game client what spell is associated with each ID. If the client responds with a sp...
File: PatchFix08-16-09
np I wrote this fix a few weeks...
Posted By: SDPhantom
np I wrote this fix a few weeks ago to get rid of the errors at load time so I can start debugging my addons for the 3.2 patch. It took me a while to track down the BattlefieldMinimap load glitch causing a chain reaction for UIParentLoadAddOn() to fail and figure a way around the call to BattlefieldMinimap:Show() running regardles...
File: Panic!Key08-16-09
Originally posted by vAzNKNiGHT I...
Posted By: SDPhantom
Originally posted by vAzNKNiGHT I vote changing this from Panic!Key to WIFE!Key I chose the name to stay generic. You can't say you don't panic when you hear your wife sneaking up on you... or your boss. Then again, your wife could count as your boss if you look at it a certain way. :D
File: SlashHelp05-08-09
Sorry I've been away from WoW for a...
Posted By: SDPhantom
Sorry I've been away from WoW for a while. This addon along with my others are working fine, either change the interface number in the TOC to 30100 or load out of date.
File: CooldownWatch02-18-09
Originally posted by Jeania That'...
Posted By: SDPhantom
Originally posted by Jeania That's part of the cooldown that I need is knowing how long until my potions cooldowns are over (so I can use another type (say health to mana for example) in combat...This will or won't show? (lol confused, that's why I'm asking) This addon will show the text for any cooldown timer when the timer star...
File: CooldownWatch02-15-09
Originally posted by Jeania So le...
Posted By: SDPhantom
Originally posted by Jeania So let's say I just used a potion (which I keep in my normal bars on the side) it'll show me a countdown number over it? Oh geez, if that's true this would be a miracle! lol seriously, I love the idea :D Is it updated/still working? I still use it and it seems to work fine. The game doesn't start t...
File: CLUCK! Pet Chicken Getter Helper02-11-09
Originally posted by Blaiz Or som...
Posted By: SDPhantom
Originally posted by Blaiz Or something like this which will do it 50 times. /run for i = 1, 50 do DoEmote("CHICKEN") end You can change the 50 to something else although I wouldn't recommend going any higher than that. Either way you do it to get the quest going, whether it's by addon or macro, it's best to be cautious abou...
File: SlashHelp11-15-08
Originally posted by Grobs Hi...
Posted By: SDPhantom
Originally posted by Grobs Hi first: nice mod =) 2nd: is it possible to complete my chat-box input a) by clicking on an entry in that list b) e.g. i typed "/high" and the only possible slash command with that is "/highfive" now i press e.g. strg+space and it will be completed sry for my bad english if it is bad :D...