Showing results 1 to 14 of 14
Search took 0.00 seconds.
Search: Posts Made By: whoarrior
Forum: Lua/XML Help 12-04-12, 05:40 PM
Replies: 2
Views: 3,619
Posted By whoarrior
Problem solved. After somebody told me how to...

Problem solved. After somebody told me how to extract the Blizzard Code by myself it was easy to find the frame...
Forum: Lua/XML Help 12-04-12, 12:08 PM
Replies: 2
Views: 3,619
Posted By whoarrior
Here's another picture and some lines of my...

Here's another picture and some lines of my code...

http://img819.imageshack.us/img819/8024/bgproblem.png

local function whoa_targetFrame()
TargetFrame.nameBackground:Hide() -- that was the...
Forum: Lua/XML Help 12-04-12, 11:57 AM
Replies: 2
Views: 3,619
Posted By whoarrior
desperately searching a background in the standard unitframes

Hey guys,

i'm trying to find out what's the name of that semitransparent background from the standard unitframes.

http://img402.imageshack.us/img402/8906/wowscrnshot120412182422.jpg

I'm trying to...
Forum: Lua/XML Help 10-23-12, 02:30 PM
Replies: 2
Views: 2,632
Posted By whoarrior
number != string That's it, thank you so much! I...

number != string

That's it, thank you so much! I didn't see the wood for the trees! :D
Forum: Lua/XML Help 10-23-12, 02:23 PM
Replies: 2
Views: 2,632
Posted By whoarrior
if statement, where's my misconception? :(

Hey guys,

i'm looking at my code and don't see why it doesn't behave like i thought it should. :rolleyes:

local buffList = {
[1] = { id = "5171", name = "Slice and Dice" },
}

local function...
Forum: News 03-08-12, 03:57 AM
Replies: 27
Views: 41,968
Posted By whoarrior
alliance/horde mixed raids

is there a chance to raid with friends from the opposite faction? faction change ain't a solution!

(:
Forum: Graphics Help 02-22-12, 03:41 AM
Replies: 6
Views: 21,123
Posted By whoarrior
Just replace them with empty graphics. You can...

Just replace them with empty graphics. You can take a look @wowprogramming.com to find out the ones you want to replace.

http://wowprogramming.com/utils/artbrowser/Interface

I would just take the...
Forum: Macro Help 01-12-12, 05:05 AM
Replies: 10
Views: 22,710
Posted By whoarrior
"/target [nodead] NPCName" won't...

"/target [nodead] NPCName" won't function?

/target [nodead] Shakes O'Breen
/cast [nodead] Fel Flame
/target [nodead] First Mate Nilzlix
/cast [nodead] Fel Flame
/target [nodead] Captain...
Forum: Macro Help 01-12-12, 04:51 AM
Replies: 3
Views: 7,037
Posted By whoarrior
Looks great, i will try it at home. Thank you! (:

Looks great, i will try it at home. Thank you!

(:
Forum: Macro Help 01-12-12, 04:02 AM
Replies: 10
Views: 22,710
Posted By whoarrior
/cast...

/cast [@target1,nodead][@target2,nodead][@target3,nodead][@target4,nodead][@target5,nodead][] Fel Flame

(:
Forum: Macro Help 01-11-12, 05:34 AM
Replies: 3
Views: 7,037
Posted By whoarrior
macro behaviour dependent from location

Hi guys,

i'm looking for a macro which does different things depending on if i'm in the arena or not.

e.g.
inside the arena -> dispel magic
anywhere else -> pom
/cast [@arena1,noexists] Prayer of...
Forum: AddOn Search/Requests 12-30-11, 08:35 AM
Replies: 5
Views: 5,036
Posted By whoarrior
local color = nil local w =...

local color = nil
local w = CreateFrame("Frame")
w:RegisterEvent("UNIT_TARGET")
function w:OnEvent(event, ...)
if event == "UNIT_TARGET" then
local unitID = ...
if...
Forum: AddOn Search/Requests 12-30-11, 06:16 AM
Replies: 5
Views: 5,036
Posted By whoarrior
local color = nil local w =...

local color = nil
local w = CreateFrame("Frame")
w:RegisterEvent("PLAYER_FOCUS_CHANGED")
function w:OnEvent(event, ...)
if event == "PLAYER_FOCUS_CHANGED" then
if UnitIsPlayer("focus")...
Forum: General WoW Chat 12-14-11, 11:07 AM
Replies: 22
Views: 15,086
Posted By whoarrior
essential evl_SliceDice LoseControl rFilter3 nice...

essential
evl_SliceDice
LoseControl
rFilter3

nice to have
_Corpse
EnhancedAchievements
TargetOfTargetToolTip
ToolTipAnchor
Showing results 1 to 14 of 14