Results: 14Comments by: Shaten
File: Action Bar Saver10-30-08
nightmare lord, 1) take your pet...
Posted By: Shaten
nightmare lord, 1) take your pets and mounts off your bar 2) also if you have a spell that you specced out of remove it from your bar. Note: #2 can't be fixed easily but #1 is a simple fix. Should stop your issues
File: MetaHud - Nuckin Branch10-29-08
40 buff/debuff patch
Posted By: Shaten
here is a patch to enable 40 buffs/debuffs. File: MetaHud.lua Line: 2089 Action: Change --- Buffs / Debuffs for i = 1, 16 do to --- Buffs / Debuffs --- these go to 40 to hide any buff frames that fell off the end --- so jumping out early you would have to see if the frame is --- alread...
File: Action Bar Saver10-29-08
error on pet/mount
Posted By: Shaten
Pet and mount spells are not in the spellbook line 143 if( type == "spell" ) then local spell, rank = GetSpellName(actionID, BOOKTYPE_SPELL) if( spell ) then will not work needs to add a pet check and then the booktype becomes: BOOKTYPE_PET ("pet"). and yhea in a hurry no chance to read all the post below me...
File: MetaHud10-23-08
warrior combo points (sunder armor)...
Posted By: Shaten
warrior combo points (sunder armor) no longer appear because sunder isn't firing UNIT_COMBO_POINTS so you have to add a different check in for that. Not sure what exactly but looking into it.
File: MetaHud12-11-07
40 buffs/debuffs
Posted By: Shaten
here is a patch to enable 40 buffs/debuffs. updated for MetaHud20300-7.zip File: MetaHud.lua Line: 2089 Action: Change --- Buffs / Debuffs for i = 1, 16 do to --- Buffs / Debuffs --- these go to 40 to hide any buff frames that fell off the end --- so jumping out early you would have to see i...
File: MetaHud12-01-07
I tested the range finder today wit...
Posted By: Shaten
I tested the range finder today with the latest version and it worked fine, you need to post a lot more details on that.
File: Scrolling Combat Text11-28-07
alt-z not stopping event processing
Posted By: Shaten
I have noted when i press alt-z which hides the entire UI. That when i unhide the UI all the events that occurred while the UI was hidden appear. I think the correct action would be to stop processing events while hidden.
File: MetaHud11-28-07
40 Buffs/Debuffs for 20300-4
Posted By: Shaten
here is a patch to enable 40 buffs/debuffs. updated for MetaHud20200-2.zip File: MetaHud.lua Line: 2121 Action: Change --- Buffs / Debuffs for i = 1, 16 do to --- Buffs / Debuffs --- these go to 40 to hide any buff frames that fell off the end --- so jumping out early you would have to see i...
File: MetaHud10-22-07
inspect people with /inspect
Posted By: Shaten
inspect people with /inspect
File: MetaHud10-22-07
metahud + mi2
Posted By: Shaten
here is a patch to fix compatability with latest mobinfo2 edit: Bahh i copied wrong 3rd argument in. File: MetaHud.lua Line: 2905 Action: Change MI2_BuildMobInfoTooltip(UnitName("target"), UnitLevel("target"), true); to MI2_BuildTooltipMob(UnitName("target"), UnitLevel("target"), "target");
File: MetaHud10-11-07
40 Buffs/Debuffs
Posted By: Shaten
here is a patch to enable 40 buffs/debuffs. updated for MetaHud20200-2.zip File: MetaHud.lua Line: 2037 Action: Change --- Buffs / Debuffs for i = 1, 16 do to --- Buffs / Debuffs --- these go to 40 to hide any buff frames that fell off the end --- so jumping out early you would have to see i...
File: MetaHud07-19-07
Originally posted by EvilJim In c...
Posted By: Shaten
Originally posted by EvilJim In case the author is still working on this, I have noticed that the range option is having an issue. While it switches between OOR and w/i 28 "yards", the intermediate ranges are defunct. IOW, it goes from 28+ to 0-5, with no mention of 10-28 nor 5-10 any longer. @Frylock: I am currently running t...
File: MetaHud07-19-07
Re: Searching for player name...
Posted By: Shaten
Originally posted by Vayder Player Menu with Rightclick on Playername. i cant find this function on the hud anywhere. its kinda pointless to have this hud and my player frame showing at the same time, but atm i have no other way of leaving a party then right clicking on my blizzard player frame and click leave party. am i over l...
File: MetaHud07-19-07
40 debuffs
Posted By: Shaten
here is some preliminary code to enable 40 buffs/debuffs. I will get to test it in a more raid like setting tonight. If any errors show up I will edit his post to fix them. edit: Got some more raid time in and works perfectly, enjoy File: MetaHud.lua Line: 1892 Action: Change --- Buffs / Debuffs for i = 1, 16 do...