Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: Aule
Forum: General Authoring Discussion 02-17-07, 06:45 PM
Replies: 0
Views: 3,060
Posted By Aule
Tabbed Frame Interface Example

I did some significant updating of the horribly outdated and sketchy Tabs tutorial over at WoWWiki.

Should be a decent starting functional reference now, and will be even better when you guys go...
Forum: General Authoring Discussion 02-15-07, 10:32 PM
Replies: 4
Views: 3,794
Posted By Aule
addon messages

I completely don't understand.

If by addon message you mean using SendAddonMessage(), that won't work because you have to be in party, raid, guild or battleground.

Sorry for my stupidity....I don't...
Forum: General Authoring Discussion 02-15-07, 12:47 AM
Replies: 4
Views: 3,794
Posted By Aule
Implemented an initialization check...

Since there's a server restart in the morning I'll be able to test this.

In my addon init function I implemented this:


-- Has there been a server reboot?
local current = GetTime()
if...
Forum: General Authoring Discussion 02-15-07, 12:19 AM
Replies: 4
Views: 3,794
Posted By Aule
So it's not possible to get server side seconds-since-epoch?

I'm adding features to a mod that requires an authoritative time/date stamp, so that users can report the last known time a given player was chosen as a target.

It seems that the only...
Forum: AddOn Search/Requests 01-07-07, 10:47 AM
Replies: 1
Views: 3,035
Posted By Aule
Anyone Doing a 2.0-Compatible Grudge List??

If not , I'm gonna make one...
Forum: General Authoring Discussion 01-06-07, 09:57 PM
Replies: 1
Views: 3,456
Posted By Aule
AHhhhhh

Dumb of me to assume there'd be a boat AND zeppelin version...

Found ZeppelinMaster .... Guess I'll check that out....
Forum: General Authoring Discussion 01-06-07, 09:44 PM
Replies: 1
Views: 3,456
Posted By Aule
Boat / Zeppelin Schedules

Hey guys....

I'm writing a mod that will give arrival times for boats and zeppelins. A few questions...


1. Has anyone tried this? Is it possible?

2. After a server restart, do all the boats...
Forum: General Authoring Discussion 01-03-07, 10:01 PM
Replies: 1
Views: 2,846
Posted By Aule
Invisibly Communicating Information Between Clients

I want to implement a feature that checks each other person in the party/raid for which version of my mod they are using (if any). I could easily do it over whisper but that would generate a LOT of...
Forum: General Authoring Discussion 01-03-07, 09:47 PM
Replies: 1
Views: 3,297
Posted By Aule
Raid Icon Detection

I'm having trouble finding the function that returns the raid icon assigned to the curently targetted MOB. Was expecting a GetUnitRaidIcon("unit") kinda function but I can't see anything like that...
Forum: General Authoring Discussion 12-10-06, 03:11 AM
Replies: 1
Views: 3,072
Posted By Aule
Stack Overflow Overriding UseAction

With 2.0 I'm getting a stack overflow on this hook....


UberBanish_GameUseAction = UseAction
function UberBanish_OnUseAction(slot, checkCursor, onSelf)

UberBanish_GameUseAction(slot,...
Forum: General Authoring Discussion 11-18-06, 09:24 AM
Replies: 1
Views: 2,864
Posted By Aule
Way to Trap a Spell Cast

So far I'm trapping the casting of a spell by overriding CastSpellByName and UseAction, but there seem to be other ways to cast a spell as well because my AddOn is unaware of spellcasts coming from...
Forum: General Authoring Discussion 10-27-06, 05:23 PM
Replies: 3
Views: 4,173
Posted By Aule
Running WoW in Different Languages

If I want to test my AddOn for people running the game in German....how do I do that? Is there a way to switch WoW's localization settings without re-installing?

Thanks!
Forum: General Authoring Discussion 10-05-06, 03:03 PM
Replies: 4
Views: 3,201
Posted By Aule
I believe not...

Although I've never seen it formally stated anywhere (I'm sure it is...I'm just too dense to find it), I believe Blizzard purposefully makes it impossible to store unique references to mobs or...
Forum: General Authoring Discussion 09-26-06, 12:48 PM
Replies: 2
Views: 2,925
Posted By Aule
Cool

Ah thanks!!

I saw that but I wasn't sure what it's function is and couldn't find any usage examples so I figured it probably wasn't what I was looking for!

Now that I know that's what I want I'll...
Forum: Lua/XML Help 09-26-06, 12:25 PM
Replies: 4
Views: 3,477
Posted By Aule
There's no way (that I know of at least) to just...

There's no way (that I know of at least) to just write a standalone function to get this information. You have to track spellcasts and timestamp them yourself.

In order to do this, in a nutshell,...
Forum: General Authoring Discussion 09-26-06, 10:57 AM
Replies: 1
Views: 2,997
Posted By Aule
One at a time...

Hey!

I'll address your problems one-at-a-time rather than all at once.

TABLE OF CONTENTS (".toc" file)

The reason WoW isn't reading your AddOn is that your TOC file is incomplete. It should look...
Forum: General Authoring Discussion 09-26-06, 10:40 AM
Replies: 2
Views: 2,925
Posted By Aule
Post Displaying an Item Stat Box

If my AddOn stores both an itemLink and a string representation of a link, how can I pop up the item's details box? I've looked all over the place....it's not the GameTooltip, can't see any API...
Forum: General Authoring Discussion 09-26-06, 10:38 AM
Replies: 3
Views: 4,116
Posted By Aule
Thanks!

Thanks Gello!!!
Forum: General Authoring Discussion 09-26-06, 10:06 AM
Replies: 3
Views: 4,116
Posted By Aule
Unhappy Edit Box Focus

I've got a frame with a couple edit boxes in it that steal ALL keyboard events while the frame is showing. I need the user to still be able to participate in chat while the UI is up, but presently as...
Forum: General Authoring Discussion 07-02-06, 12:57 PM
Replies: 1
Views: 3,452
Posted By Aule
Unhappy Determining spell cast by SPELLCAST_STOP event & Catching Spell Breaks

Two questions:


1) I'm writing a Warlock AddOn and I need to detect when certain types of spells are cast. I'm currently trapping the SPELLCAST_STOP event, but I'm not sure how to determine the...
Showing results 1 to 20 of 20