Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: shalom69
Forum: General Authoring Discussion 03-27-13, 04:44 AM
Replies: 7
Views: 8,318
Posted By shalom69
To follow up on this, can someone tell me what...

To follow up on this, can someone tell me what the throttle threshold on SendAddonMessage is? Since making some changes I'm getting disconnected and I think it may be an issue with the number of...
Forum: General Authoring Discussion 03-26-13, 08:15 AM
Replies: 7
Views: 8,318
Posted By shalom69
alright thanks for the replies guys

alright thanks for the replies guys
Forum: General Authoring Discussion 03-26-13, 08:00 AM
Replies: 7
Views: 8,318
Posted By shalom69
hey what's up Haleth I registered the prefix so...

hey what's up Haleth

I registered the prefix so my addon is getting the messages but they are not sent to my chat window. I wanted to monitor the actual messages to check a few things. Is there a...
Forum: General Authoring Discussion 03-26-13, 07:34 AM
Replies: 7
Views: 8,318
Posted By shalom69
How to view CHAT_MSG_ADDON

Is there a mod or a method to simply see the CHAT_MSG_ADDON my code is generating?

Thanks in advance.
Forum: General Authoring Discussion 03-11-13, 03:24 PM
Replies: 18
Views: 21,897
Posted By shalom69
awesome. thanks for those posts guys

awesome. thanks for those posts guys
Forum: General Authoring Discussion 03-10-13, 06:49 PM
Replies: 18
Views: 21,897
Posted By shalom69
gotcha. appreciate the information Phanx I...

gotcha. appreciate the information Phanx

I see

"for i= 1, 10 do local k, v = etc"

all the time. Are only the variables explicitly part of the for = statement declared locally
Forum: General Authoring Discussion 03-08-13, 07:14 AM
Replies: 18
Views: 21,897
Posted By shalom69
ok thanks for the replies. gj guys if I have any...

ok thanks for the replies. gj guys

if I have any more questions I'll jump back on this thread after trying out what's been suggested and learning some of the things you brought up
Forum: General Authoring Discussion 03-07-13, 02:13 PM
Replies: 18
Views: 21,897
Posted By shalom69
Cool man, I guess clearing bindings isn't...

Cool man, I guess clearing bindings isn't affected by combat so you can simply dump them to get back to combat bindings

Thanks for the example myrroddin can you explain why you need that first line?
Forum: General Authoring Discussion 03-07-13, 05:47 AM
Replies: 18
Views: 21,897
Posted By shalom69
I gotcha, you are saying that you register...

I gotcha, you are saying that you register PLAYER_REGEN_DISABLED and then SetBindingMacro a bunch of stuff when you flag in and out of combat.

or I guess if SetBinding is protected, you check...
Forum: General Authoring Discussion 03-07-13, 05:04 AM
Replies: 18
Views: 21,897
Posted By shalom69
Ok good explanation about local. I knew that...

Ok good explanation about local. I knew that declaring local variables at the start of the addon defined them for that addon but your explanation makes it clearer when I declare local variables...
Forum: General Authoring Discussion 03-06-13, 07:08 PM
Replies: 18
Views: 21,897
Posted By shalom69
OK Phanx Well the "k" wasn't the issue. ...

OK Phanx

Well the "k" wasn't the issue. Lowercase binds fine. We didn't manage to isolate the problem, it doesn't seem to me that the addon would be able to spit out a variable before it's loaded....
Forum: General Authoring Discussion 03-06-13, 05:11 PM
Replies: 18
Views: 21,897
Posted By shalom69
thanks for the reply dude. I'm not at home atm...

thanks for the reply dude.

I'm not at home atm so I can't check but at first glance looks like the lowercase "k" may be a culprit. I'll check and let you know when I am at my WOW client.

The...
Forum: General Authoring Discussion 03-06-13, 02:34 PM
Replies: 18
Views: 21,897
Posted By shalom69
question about key bindings XML LUA

Hey guys I have a question about setting key bindings.

I have a frame in my addon set some key bindings OnLoad with the following lines

in my XML file

<Ui xmlns="http://www.blizzard.com/wow/ui/"...
Forum: General Authoring Discussion 02-27-13, 04:53 AM
Replies: 13
Views: 7,536
Posted By shalom69
thanks for the replies. got some simple but key...

thanks for the replies. got some simple but key hints in this thread
Forum: General Authoring Discussion 02-26-13, 11:07 PM
Replies: 13
Views: 7,536
Posted By shalom69
Ok good information man! It's useful to know...

Ok good information man! It's useful to know what the difference between nil and false is. I was using "nil" and nil interchangeably, just being careless because I didn't clearly delineate the...
Forum: General Authoring Discussion 02-26-13, 09:09 PM
Replies: 13
Views: 7,536
Posted By shalom69
first of all F16Gaming thanks for the replies, I...

first of all F16Gaming thanks for the replies, I appreciate it

I actually had some code in there to check whether the WOW instance was the lead instance (had it print out a statement on the lead...
Forum: General Authoring Discussion 02-26-13, 07:31 AM
Replies: 13
Views: 7,536
Posted By shalom69
Hmm I'm not familiar with that syntax. The...

Hmm I'm not familiar with that syntax. The strfind entry was on the WOW API reference so I could see how Haleth's example worked. I guess in this example "find("string") is a command native to lua...
Forum: General Authoring Discussion 02-25-13, 06:50 AM
Replies: 13
Views: 7,536
Posted By shalom69
cool thanks man.

cool thanks man.
Forum: General Authoring Discussion 02-25-13, 06:06 AM
Replies: 13
Views: 7,536
Posted By shalom69
well it's UnitName("party1") :/ found the syntax...

well it's UnitName("party1") :/

found the syntax under the reference for SendChatMessage. look for it for an hour... then post for help and find it in 5 min lol

if anyone can point me in the...
Forum: General Authoring Discussion 02-25-13, 05:47 AM
Replies: 13
Views: 7,536
Posted By shalom69
quick noob question about strings and unitID

Hey can someone answer a quick question for me, I am looking to filter the speaker in CHAT_MSG by unitID rather than semantic STRING match.

for example let's say my friend's name is Coolguy (he's in...
Forum: General Authoring Discussion 02-17-13, 08:39 PM
Replies: 4
Views: 6,730
Posted By shalom69
thanks dude I was on the API list searching up...

thanks dude

I was on the API list searching up and down for "button" "bar" and "action" for half an hour with no success and of course after you point out the function, I read its description and...
Forum: General Authoring Discussion 02-17-13, 02:19 PM
Replies: 4
Views: 6,730
Posted By shalom69
Quick question about actionbar API

Hey what is the API function to move a spell or macro to a slot on the action bar? I know there are various SetBinding() calls in the WOW API to bind specific things to keybinds but I'm wondering...
Showing results 1 to 22 of 22