Showing results 1 to 15 of 15
Search took 0.00 seconds.
Search: Posts Made By: Vardelm
Forum: Lua/XML Help 10-15-10, 09:39 AM
Replies: 2
Views: 2,873
Posted By Vardelm
I'll take a look at exactly what I have when I...

I'll take a look at exactly what I have when I get a chance and see if this is what's going on. Thanks much for the speedy response!
Forum: Lua/XML Help 10-15-10, 09:13 AM
Replies: 2
Views: 2,873
Posted By Vardelm
force frames to background?

Previously, I was using eePanels to create a series of frames at the bottom of my UI to sit under my chat, unit frames, minimap, etc. To help myself learn XML & Lua, I created a small addon that...
Forum: General Authoring Discussion 07-22-10, 09:24 AM
Replies: 3
Views: 4,678
Posted By Vardelm
help tokenizing slash command args

I need some help creating a slash command that uses 4 arguments. I want the command to look something like this:

/setcoe Searing Totem, Stoneclaw Totem, Healing Stream Totem, Grounding Totem


The...
Forum: Lua/XML Help 05-04-06, 05:21 PM
Replies: 4
Views: 10,002
Posted By Vardelm
Thanks a BUNCH!!! That's very, very helpful!

Thanks a BUNCH!!! That's very, very helpful!
Forum: Lua/XML Help 05-04-06, 03:44 PM
Replies: 4
Views: 10,002
Posted By Vardelm
Gah!!! Of course! May I also ask, what exactly...

Gah!!! Of course!

May I also ask, what exactly does the ".." do before UnitName? I've seen that used, and I think I'm actually doing that at one point in this function. I just copied it from...
Forum: Lua/XML Help 05-04-06, 03:19 PM
Replies: 4
Views: 10,002
Posted By Vardelm
target's name in chat text?

Simple n00b question here: how do I get a unit's name into the text for a chat message? I'm using:
DEFAULT_CHAT_FRAME:AddMessage("blablablablabla <target>")
I'm sure this can't be hard. I've been...
Forum: Lua/XML Help 05-01-06, 06:40 PM
Replies: 4
Views: 5,642
Posted By Vardelm
OK, I'm a n00b. Turns out it was pretty simple. ...

OK, I'm a n00b.

Turns out it was pretty simple. The line in the xml file that reads:
<Script file="ToolTipScan.lua"/>
should have been:
<Script file="TipReader.lua"/>
"ToolTipScan" was what I was...
Forum: Lua/XML Help 04-30-06, 06:55 PM
Replies: 4
Views: 5,642
Posted By Vardelm
Thanks for the reply. At the moment, it seems...

Thanks for the reply.

At the moment, it seems like I'm not even getting off the ground with it. It gives the following error:
Forum: Lua/XML Help 04-29-06, 03:18 PM
Replies: 4
Views: 5,642
Posted By Vardelm
printing debuff tooltip text???

I'm working on a function that will find the tooltip text for debuffs and print it out somehow, whether to chat or to a window somehow. This is really just a development tool. I'm planning to...
Forum: Lua/XML Help 04-25-06, 08:09 PM
Replies: 6
Views: 5,493
Posted By Vardelm
After looking into this more, it looks like the...

After looking into this more, it looks like the reason GetPlayerBuffTimeLeft() isn't working with IsBuffActive() is that GetPlayerBuffTimeLeft() requires a Buff Index value, which is for PLAYER buffs...
Forum: Lua/XML Help 04-25-06, 04:50 AM
Replies: 6
Views: 5,493
Posted By Vardelm
Lemme ask my fiance if she minds a little company...

Lemme ask my fiance if she minds a little company first... :D

I got the IsBuffActive() function to work. However, I seem to have run into another issue. I pass the index value to the...
Forum: Lua/XML Help 04-24-06, 02:26 PM
Replies: 6
Views: 5,493
Posted By Vardelm
I LOVE YOU!!!!!!!!!! :D I'm not a big fan...

I LOVE YOU!!!!!!!!!! :D

I'm not a big fan of reinventing wheels. I've been looking all over for an addon that had this functionality. I just haven't seen it until now. THANK YOU, THANK...
Forum: Lua/XML Help 04-23-06, 07:39 PM
Replies: 6
Views: 5,493
Posted By Vardelm
help finding a buff's index value?

I'm trying to create a function where I can give the name of a buff and the function will return the value of the index for that buff. Here's what I have so far, but it isn't working.

function...
Forum: Released AddOns 01-06-06, 07:19 AM
Replies: 2
Views: 2,964
Posted By Vardelm
Yep, that did it. Works as advertised now. :D...

Yep, that did it. Works as advertised now. :D Thanks much!
Forum: Released AddOns 01-05-06, 09:06 PM
Replies: 2
Views: 2,964
Posted By Vardelm
Question GetActionID() in DMF working in 1.9?

I'm having some trouble getting some functions to work that I wrote to use in macros. They use some functions from DMF. They worked great in 1.8, but not in 1.9. These functions and the error...
Showing results 1 to 15 of 15