Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: Soulsbane
Forum: General Authoring Discussion 03-14-09, 09:49 PM
Replies: 4
Views: 6,357
Posted By Soulsbane
You can also use UnitExists("target") to check if...

You can also use UnitExists("target") to check if you have a target selected since that event your using also fires when you deselect a unit.
Forum: General Authoring Discussion 12-04-08, 12:32 PM
Replies: 3
Views: 9,831
Posted By Soulsbane
I guess it depends upon what you mean by testing....

I guess it depends upon what you mean by testing. If it's just to test for syntax errors etc you can download http://luaforge.net/projects/lua-wow/. With that you can do luac -p <name of file> though...
Forum: Chit-Chat 09-16-08, 09:33 PM
Replies: 13
Views: 5,809
Posted By Soulsbane
Your English is great! Welcome!

Your English is great! Welcome!
Forum: General Authoring Discussion 09-12-08, 12:52 PM
Replies: 47
Views: 23,849
Posted By Soulsbane
It's like the people that use addons that have...

It's like the people that use addons that have stupid sayings when they get on there mounts. Drives me crazy.
Forum: Chit-Chat 09-12-08, 12:31 PM
Replies: 24
Views: 9,261
Posted By Soulsbane
I'm not sure if anyone mentioned this but there's...

I'm not sure if anyone mentioned this but there's a famous Penny Arcade comic that goes like this:



Original Link to it (http://www.penny-arcade.com/comic/2004/03/19/)

I've been on quests to kill...
Forum: Chit-Chat 07-29-08, 02:33 AM
Replies: 20
Views: 9,236
Posted By Soulsbane
Seerah brings up some really great points. I've...

Seerah brings up some really great points. I've written close to 10 addons but only released one so far. Why? To test the waters really. The one that I've released was simple. I plan to release some...
Forum: General Authoring Discussion 07-28-08, 02:50 AM
Replies: 8
Views: 6,301
Posted By Soulsbane
do something like if select(2, IsInInstance())...

do something like

if select(2, IsInInstance()) == "pvp" then
-- Do stuff
end
Showing results 1 to 7 of 7