Results: 17Comments by: Auren
File: StrudelStore07-20-10
I don't code in LUA but I code in V...
Posted By: Auren
I don't code in LUA but I code in VB, C++, ASM, etc (not amazing but enough to get me by for years)... function updateDropDownFood() if FoodRank == 1 then UIDropDownMenu_SetSelectedID(DropDownMenuFood, 1); end wouldn't it be easier just to use UIDropDownMenu_SetSelectedID(DropDownMenuFood, FoodRank ); Thank all the ifst...
File: Lagbuster (By Zone FPS (Not Latency) Adjuster)06-07-09
It stays, hidden sometimes even whe...
Posted By: Auren
It stays, hidden sometimes even when i'm trying to change the settings etc? Is it necessary to hide it? keep shown the whole time? to save having to try to bugfix this xD
File: Lagbuster (By Zone FPS (Not Latency) Adjuster)06-07-09
Line 118 error in Lagbuster.lua. L...
Posted By: Auren
Line 118 error in Lagbuster.lua. LBApplyButton:Show() -- New settings available, so enable the Apply Button. Believe the button is called ApplyButton not LBApplyButton. Thought I'd post as no-one else has.
File: HealBot Continued06-04-09
Healbot bugged. EVERY run I do to...
Posted By: Auren
Healbot bugged. EVERY run I do to Nax, or Ulduar, healbot decides to change the units. What is once the tank that needs healing, gets changed with a (for example) DPS, the names get changed, the hp gets changed but if i heal the target no heals land. This leads me to then having to select the unit using /tar or clicking him. If...
File: Useful Extras05-22-09
Re: Following
Posted By: Auren
Originally posted by Almeida I am trying to do a macro in my computer that can make my wife following me, but not very sucessfulll :( When i whisper her char "followme" she starts to follow But with the macros : /w charname followme or /whisper charname followme , donīt work at all, can you help me? What i am trying to do is to...
File: Tidy Bar05-22-09
Re: Release 2
Posted By: Auren
There's alot of your code that could be "shrunk" down, and cleaned up, so you should look into that, it'll make it easier to update for yourself etc. I'll gladly post what i can when I can to help, not much of a coder any more though. Glad you edited it fast. I had a bug, when i got into a vehicle in and out fast, the bars moved...
File: Dominos05-21-09
Originally posted by Tuller Yep,...
Posted By: Auren
Originally posted by Tuller Yep, that's because while the pages are disabled, the states themselves are not. Wow is hardcoded to go through all 6 paging states when cycling. Your two options are to alternate 1/2/1/2/1/2 for the paging states, or learn the shift + number hotkeys. <3 Thanks a bunch. How stupid of me not to thin...
File: Tidy Bar05-21-09
~edit~ Code removed as was updated...
Posted By: Auren
~edit~ Code removed as was updated. Good luck.
File: Dominos05-18-09
Originally posted by Tuller Shift...
Posted By: Auren
Originally posted by Tuller Shift + Mousewheel guy: You're paging. Disable the paging keys in the keybindings menu. Button ordering: There's not a setting for that at this time. Yeah, thats what I want it to do. I want to be able to get to page1 and 2 with scrolling. It seems to be bugged. I set it so all the other p...
File: Dominos05-14-09
I got an issue, I use shift middle...
Posted By: Auren
I got an issue, I use shift middle mouse button to change change to page 2. Yet, sometimes I get a bug where I have to scroll all "6", yet it never changes. I have them set to disable action bar 3. They never change, just have to keep doing it till it actually goes to 2nd page and back. I tried to see if the issue has been cove...
File: Rare Spawn Overlay04-30-09
Haven't tested yet as formatted pc...
Posted By: Auren
Haven't tested yet as formatted pc and just redownloading updates for wow.. but... GREAT IDEA. I got fed up of having to alt-tab outta game or windowmode to check the locations. Would be great for TBC ones as well as i'm trying to get achievements.
File: oGlow01-25-09
doesn't arkinvent, add its own glow...
Posted By: Auren
doesn't arkinvent, add its own glow? i'm seeing a glow using it now.
File: SimpleBar01-04-09
could you make a little option to e...
Posted By: Auren
could you make a little option to enable/disable the shapeshift bar. Its in other addons, i really like this addon, but need to remove it on my druid, as i have my shapeshifts hotkeyed. Thanks in adv.
File: Cartographer01-08-08
I've replaced the TrackCircle Icon,...
Posted By: Auren
I've replaced the TrackCircle Icon, with a transparent one, but the icon is still there, i use a mod that replaces the tooltip for the actual tracking dot to show what level the herb, mining node is needed (GatherSage). I was just wondering if in the next version you could include an icon which if your in a certain range, instead...
File: GatherSage01-08-08
Any chance you can an option which...
Posted By: Auren
Any chance you can an option which can be turned on and off to show your skill level as well. I used it alot while leveling up and running in circles. frame:AddLine(gspRequires..levelreq..gspSkillToSmelt.." You have "..myskilllevel.." skill.",1,0.5,0,1); I justed added "You have" etc. Would save me the hastle of having to...
File: Guild2Guild01-06-08
I have 2 guilds that i play in, 1's...
Posted By: Auren
I have 2 guilds that i play in, 1's a friends and the other is a guild i use for raiding. Is this mod able to make it so only i can view the text, don't want my friends guild being able to read whats said, just me (like i was in the normal channel). I understand that someone needs it also in the guild i want to view.
File: Cartographer: Scribe01-06-08
Originally posted by terjer /run...
Posted By: Auren
Originally posted by terjer /run Cartographer_Scribe:ClearAllNotes() from description didn't work? /run Cartographer_Scribe:ClearAllNotes(); Then i used LoadIT to disable the mod, closed the map, reloaded the ui and boom they was gone.