Showing results 1 to 24 of 24
Search took 0.01 seconds.
Search: Posts Made By: NitraMo
Forum: Lua/XML Help 05-05-11, 10:21 AM
Replies: 5
Views: 4,581
Posted By NitraMo
Sounds like a legitimate way to solve it.

Sounds like a legitimate way to solve it.
Forum: Lua/XML Help 04-08-11, 09:34 AM
Replies: 9
Views: 4,980
Posted By NitraMo
A prettier handling would be using the lower...

A prettier handling would be using the lower function.
if strfind(yourmsg:lower(), "druid tank") then
-- do stuff
end
Forum: General WoW Chat 04-06-11, 03:26 PM
Replies: 11
Views: 12,454
Posted By NitraMo
The change only matters for players with several...

The change only matters for players with several WoW accounts. You can have several WoW accounts bound to one single Battle.net account.
This change makes it so your several WoW accounts behave more...
Forum: AddOn Search/Requests 02-11-11, 11:35 AM
Replies: 8
Views: 6,198
Posted By NitraMo
Did you actually look at the settings? Clique ->...

Did you actually look at the settings?

Clique -> General Options -> "Trigger bindings on the 'down' portion of the click"
Forum: AddOn Search/Requests 01-20-11, 12:49 PM
Replies: 12
Views: 5,146
Posted By NitraMo
A great opportunity for you to get better at it!...

A great opportunity for you to get better at it! :D
Forum: AddOn Search/Requests 12-17-10, 05:03 PM
Replies: 11
Views: 8,455
Posted By NitraMo
I use the following macro to toggle showing of...

I use the following macro to toggle showing of hat, you should be able to use something similar for cloak.
#show 1
/use [btn:2] 1
/stopmacro [btn:2]
/run ShowHelm(not ShowingHelm())
Forum: Released AddOns 12-05-10, 02:28 PM
Replies: 540
Views: 418,539
Posted By NitraMo
Some more data

Some more data
Forum: AddOn Help/Support 11-26-10, 12:24 AM
Replies: 2
Views: 4,628
Posted By NitraMo
You might want to have a look at Shadowed Unit...

You might want to have a look at Shadowed Unit Frames: http://www.wowinterface.com/downloads/info13494-ShadowedUnitFrames.html
I find it rather easy to configure.
Also, there is Grid:...
Forum: Lua/XML Help 11-01-10, 04:03 PM
Replies: 12
Views: 4,392
Posted By NitraMo
Based on my limited lua knowledge, if there only...

Based on my limited lua knowledge, if there only is:

do
function fn()
-- Yeah, whatever here...
end
end

Then the do should be useless, as the OP is pointing out, unless there is something...
Forum: AddOn Help/Support 06-24-10, 08:26 AM
Replies: 2
Views: 3,130
Posted By NitraMo
I assume it is intented for Ctrl+S to mute only...

I assume it is intented for Ctrl+S to mute only sounds produced by the standard interface.
All CVars are listed here (http://wowprogramming.com/docs/cvars), one of the ones starting with Sound_...
Forum: Lua/XML Help 05-31-10, 03:04 PM
Replies: 1
Views: 2,891
Posted By NitraMo
This code should produce the desired...

This code should produce the desired output:

(math.floor(UnitHealth("player")/100+0.5)/10).."k"..(UnitHealthMax("player")>UnitHealth("player") and " |...
Forum: General Authoring Discussion 05-31-10, 06:12 AM
Replies: 11
Views: 6,796
Posted By NitraMo
Just one(/two?) drawbacks of letting other people...

Just one(/two?) drawbacks of letting other people redistribute someone's addon code for WoW:
One of the major ones (from the users pow) are updates, wow is patched, and the addon breaks, this tends...
Forum: AddOn Search/Requests 05-28-10, 04:03 PM
Replies: 6
Views: 4,618
Posted By NitraMo
I use Livestock, it got the intelligent function,...

I use Livestock, it got the intelligent function, but it also got commands for only ground and only flying

http://www.wowinterface.com/downloads/info10992-Livestock.html
Forum: General Authoring Discussion 05-17-10, 10:56 AM
Replies: 3
Views: 5,094
Posted By NitraMo
I assume you are thinking in the lines of a macro...

I assume you are thinking in the lines of a macro that you spam and it gets updated on the fly to do the things you want?
I think you are missing one restriction, macros can't be changed by scripts...
Forum: AddOn Search/Requests 04-15-10, 05:12 PM
Replies: 3
Views: 5,370
Posted By NitraMo
This is what I have in a macro: /run...

This is what I have in a macro:
/run ChatFrameEditBox.language = (ChatFrameEditBox.language == GetLanguageByIndex(1) and GetLanguageByIndex(2) or GetLanguageByIndex(1))...
Forum: Tech Chat 03-13-10, 02:02 PM
Replies: 6
Views: 7,938
Posted By NitraMo
Yeah, I know that the disc's own bootloader is...

Yeah, I know that the disc's own bootloader is reading the boot file, didn't want to get too detailed though.
Didn't know about marking win7 as the active partition though. Going to try that and see...
Forum: Tech Chat 03-12-10, 05:38 PM
Replies: 6
Views: 7,938
Posted By NitraMo
I just recently battled with the same problem...

I just recently battled with the same problem myself.

I had win7 on one hdd and vista on another, my problem was that the boot sector was still on the vista hdd when I wanted it to be on the win7...
Forum: Tech Chat 02-21-10, 10:21 AM
Replies: 34
Views: 17,874
Posted By NitraMo
One thing which haven't been mentioned yet is...

One thing which haven't been mentioned yet is using virtualization software. This will allow you to run another OS in your already running OS. Saving you the hassle of restarting the computer when...
Forum: Tech Chat 02-05-10, 09:50 AM
Replies: 9
Views: 10,762
Posted By NitraMo
Another option is using something like Dropbox...

Another option is using something like Dropbox (https://www.dropbox.com/) (or other similar software) to sync the files between the computers. That way you get both the speed of having the files...
Forum: AddOn Search/Requests 06-20-09, 03:51 AM
Replies: 3
Views: 3,710
Posted By NitraMo
_Corpse...

_Corpse (http://www.wowinterface.com/downloads/info12901-_Corpse.html) is what you are looking for
Forum: AddOn Search/Requests 06-03-09, 10:31 AM
Replies: 5
Views: 3,338
Posted By NitraMo
Most addons aren't open source. Just because you...

Most addons aren't open source. Just because you can read the code without reverse engineering it doesn't mean it is open source.
Forum: AddOn Search/Requests 05-18-09, 04:06 PM
Replies: 11
Views: 6,993
Posted By NitraMo
Started on this before I saw that someone else...

Started on this before I saw that someone else made an addon for it. Here is the link at least: http://www.wowinterface.com/downloads/info13514-Egacle.html
Forum: Chit-Chat 05-15-09, 11:41 AM
Replies: 27
Views: 20,484
Posted By NitraMo
Proper keyloggers should look at the copy-paste...

Proper keyloggers should look at the copy-paste buffer too, so that won't make it more safe. Remember, you are just a keystroke away from accessing it, so why shouldn't they be able to access it...
Forum: AddOn Search/Requests 05-07-09, 04:13 AM
Replies: 7
Views: 4,597
Posted By NitraMo
Gnomish Yellow Pages may be an option if you can...

Gnomish Yellow Pages may be an option if you can get your guildies to link their trade skills.
http://www.wowinterface.com/downloads/info12204-GnomishYellowPages.html
Showing results 1 to 24 of 24