View Single Post
11-22-14, 11:33 AM   #1
Spark3000
A Kobold Labourer
Join Date: Jun 2014
Posts: 1
Question Automatic Macro Updater for partner names.

Hi all,

So i'm far from new to programming but brand new to both lua and wow addon development. I've been putting together an addon that will automatically modify player names in a bunch of macros after entering an arena, as you can imagine for classes that require a lot of partner macros at a high level inside arena (for example ret paladin), it is really annoying to change the name in 5 places per partner when queuing skirmishes for fun or playing with new partners.

For the most part it's working fine, my problem is that i'm so far unable to find the best event to hook my function up to, which would ensure partners have joined. I've had most success with GROUP_ROSTER_UPDATE which seems to work most of the time but sometimes appears to fire too early before the player actually zones in to the arena group, if i run the function via command line when partners have joined it works just fine.

Thanks in advance.

Last edited by Spark3000 : 11-22-14 at 11:44 AM.
  Reply With Quote