Showing results 1 to 16 of 16
Search took 0.00 seconds.
Search: Posts Made By: Crepusculu
Forum: General Authoring Discussion 05-28-11, 01:43 AM
Replies: 12
Views: 12,084
Posted By Crepusculu
You can actually read the "sourceFlags" parameter...

You can actually read the "sourceFlags" parameter in the combatlog to determine if the unit is a player, rather than parsing the GUID

bit.band(sourceFlags, COMBATLOG_OBJECT_CONTROL_PLAYER) >...
Forum: General Authoring Discussion 05-27-11, 11:02 AM
Replies: 12
Views: 12,084
Posted By Crepusculu
I am not sure why you are trying to get "rid of a...

I am not sure why you are trying to get "rid of a cache of nameplates". Just merely nullify or wipe out your cache table if you want to do that. The purpose of building a cache is to quickly access...
Forum: General Authoring Discussion 04-05-11, 11:32 PM
Replies: 1
Views: 3,210
Posted By Crepusculu
Animation Anchoring

I'm having trouble figuring how to properly anchor my animations, and I need some help.

I built a "fade out" animation that shrinks and fades my custom frames. As the animation runs, each child...
Forum: Lua/XML Help 06-11-10, 02:26 PM
Replies: 8
Views: 5,902
Posted By Crepusculu
Thanks for the replies! Normally I would be...

Thanks for the replies!

Normally I would be imposing time restrictions as Torhal has suggested. This particular situation I am referencing is an exception, as i am dealing with time critical status...
Forum: Lua/XML Help 06-11-10, 01:25 AM
Replies: 8
Views: 5,902
Posted By Crepusculu
How to improve bottleneck functions?

I am trying to improve the performance of my bottleneck functions that (ab)use the OnUpdate event. Since this event is called so frequently, I would like to optimize the functions.

My idea is to...
Forum: Chit-Chat 03-21-09, 12:30 AM
Replies: 762
Views: 244,501
Posted By Crepusculu
The terms of service is just as bad -- Whatever...

The terms of service is just as bad -- Whatever happened to enforcing good character names =(

Even though I understand the spirit behind the rules, they are stated in such a manner that I already...
Forum: Chit-Chat 03-20-09, 10:15 PM
Replies: 762
Views: 244,501
Posted By Crepusculu
I found these rules interesting. They don't...

I found these rules interesting. They don't really change anything for my work and I don't personally feel the need to conflict with them, but it does raise some questions.



Individual rules that...
Forum: Site help, bugs, suggestions/questions 09-06-08, 02:52 AM
Replies: 4
Views: 1,035
Posted By Crepusculu
404 while updating addon

Hello WOWInterface web folks,

I recently attempted to update my outdated "Addon Manager" (http://www.wowinterface.com/downloads/info7164-AddonManager.html) and received a 404 error at the point of...
Forum: General Authoring Discussion 05-24-07, 10:19 AM
Replies: 3
Views: 4,115
Posted By Crepusculu
How do *you* generate feedback?

I've been working on addons for a few months and have published a few to the public and my guild. Probably the hardest thing I've found is to get people's reactions to my mods. I mean, getting a...
Forum: AddOn Help/Support 05-24-07, 09:52 AM
Replies: 4
Views: 4,567
Posted By Crepusculu
That is an impressively long list of mods. I'm...

That is an impressively long list of mods. I'm hardly surprised you are experiencing lag and I could only guess its a result of memory trash cleaning.

I suggest conducting a binary search through...
Forum: General Authoring Discussion 05-23-07, 11:13 PM
Replies: 1
Views: 3,008
Posted By Crepusculu
You can request the server time GetGameTime(),...

You can request the server time GetGameTime(), but that only provides the hour and minutes. I'm not quite sure how to adjust for timezones. You might want to reconsider your update method if that's...
Forum: General Authoring Discussion 05-23-07, 10:25 PM
Replies: 1
Views: 3,804
Posted By Crepusculu
Your frame "NewRecipe_core" has only been...

Your frame "NewRecipe_core" has only been registered to receive the "VARIABLES_LOADED" event. If you want the "MERCHANT_SHOW" event, you need to insert
this:RegisterEvent("MERCHANT_SHOW");


if you...
Forum: Site help, bugs, suggestions/questions 03-20-07, 07:43 PM
Replies: 1
Views: 959
Posted By Crepusculu
WowInterface -- Removing a Mod?

Hello. I have a simple question which doesn't appear to be in the FAQ.

I put one of my mods in the beta section and have long since moved it into one of the normal sections. Is there anyway to...
Forum: Released AddOns 11-27-06, 04:29 AM
Replies: 2
Views: 5,450
Posted By Crepusculu
Healing Range Alpha

BETA version (http://www.wowinterface.com/downloads/info6303-Healing_Range_Alpha.html)
LIVE version (http://www.wowinterface.com/downloads/info5298-Healing_Range_Alpha.html)

Healing Range Alpha is...
Forum: Lua/XML Help 08-31-06, 08:11 PM
Replies: 1
Views: 3,093
Posted By Crepusculu
The event fired is LOOT_OPENED, however it only...

The event fired is LOOT_OPENED, however it only applies to yourself.

UNIT_FLAGS will trigger with arg1 for people that loot, however this event triggers for multiple actions


You could try to watch...
Forum: Released AddOns 08-19-06, 02:44 PM
Replies: 0
Views: 2,842
Posted By Crepusculu
CrepBuffs

Hi UI folks!
First time I've publicly released an addon, so please bear with any informalites


CrepBuffs
A small displaying your own active and hidden buffs/debuffs

You can read more and try it out...
Showing results 1 to 16 of 16