Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: Kjado
Forum: Lua/XML Help 11-10-10, 04:46 PM
Replies: 28
Views: 18,223
Posted By Kjado
You will need to use SetTexCoord() and linear...

You will need to use SetTexCoord() and linear transformations to rotate a texture. This wowpedia (http://www.wowpedia.org/SetTexCoord_Transformations) link has some mathematical background...
Forum: Lua/XML Help 08-26-10, 01:48 PM
Replies: 7
Views: 3,838
Posted By Kjado
The issue is largely the fact that the saved...

The issue is largely the fact that the saved variable you are testing is storing a boolean, combined with your initialization test.

In your table example above, CNames_Options on the right-side of...
Forum: Lua/XML Help 08-25-10, 06:04 PM
Replies: 7
Views: 3,838
Posted By Kjado
true or true = true false or true = true The...

true or true = true
false or true = true

The assignments will result in the same thing regardless of what enemy or friend are set to.

If they are intended to be boolean, try
CNames_Options.enemy =...
Forum: Cataclysm Beta 07-14-10, 10:19 PM
Replies: 62
Views: 21,079
Posted By Kjado
I spent a while trying to make sense of the new...

I spent a while trying to make sense of the new talent system soon after we were able to log in today, but after futzing with it and getting frustrated I decided to just get started on leveling a...
Forum: News 07-13-10, 06:47 AM
Replies: 1,230
Views: 597,288
Posted By Kjado
Thanks for this, folks. I knew it would be...

Thanks for this, folks. I knew it would be coming, but I am still surprised it was this early!
Forum: Released AddOns 08-25-09, 05:35 PM
Replies: 1
Views: 6,080
Posted By Kjado
Primal Defense - A Tower Defense Mini-Game for WoW

I wanted to toss out an announcement and try to spread the word about my mini-game, Primal Defense, finally released as a public beta yesterday. I'm interested in hearing any feedback regarding the...
Forum: General Authoring Discussion 10-31-08, 01:19 PM
Replies: 1
Views: 2,960
Posted By Kjado
Problems with forcing cache entries

I wrote a small addon to add some inscription information to tooltips:
http://www.wowinterface.com/downloads/info11484-Grindstone.html

I have my association tables implemented via item IDs instead...
Forum: General Authoring Discussion 06-04-08, 10:56 AM
Replies: 1
Views: 2,674
Posted By Kjado
The easiest solution would probably be to use a...

The easiest solution would probably be to use a StatusBar widget, also used for hp, mana, etc. bars (http://www.wowwiki.com/Widget_API#StatusBar). Just set the min/max values (0/rep cap) of the bar,...
Forum: AddOn Help/Support 04-29-08, 02:07 AM
Replies: 2
Views: 9,052
Posted By Kjado
It looks like the API function you may be looking...

It looks like the API function you may be looking for is GetRaidRosterInfo(index) (I don't know if there is another way to do this or not, but this is what I found from perusing the API on...
Forum: Released AddOns 04-28-08, 05:01 PM
Replies: 0
Views: 2,254
Posted By Kjado
QuickTradeskill - Simplifying Crafting

QuickTradeskill is a tradeskill mod with the goal of making repetitive crafting easy (whether you are a rogue making a bag-full of poisons, or a trade channel enchanter, etc.). If you are familiar...
Showing results 1 to 10 of 10