View Single Post
08-08-13, 05:04 AM   #16
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Originally Posted by Caellian View Post
I have one more request if you don't mind:

I have this list with 2 tables, one for my characters, and one for my wife's characters.

http://pastebin.com/7A5CdaHX

The thing is, to avoid the mess, i would like to make the management addon only work for one of us if both of us are online.

Do you have any idea how i could achieve that ?

I'm guessing it's something obvious i'm overlooking but right know i can only get it to work for one of us while the other one is offline.
You could send addon messages on PLAYER_LOGIN and PLAYER_LOGOUT events to notify the other's addon and just check who has the higher rank(if same ranks, then compare by name).

You could probably use the "OFFICER" type since normal members cant promote or kick anyway.

Last edited by ravagernl : 08-08-13 at 05:06 AM.
  Reply With Quote