View Single Post
08-05-13, 07:11 AM   #1
Caellian
A Frostmaul Preserver
 
Caellian's Avatar
Join Date: May 2006
Posts: 281
Guild Management addon help

Hi,

So, here's an addon i've written to help my wife manage her HUGE guild since between raiding and work, there isn't much time left.

Here's the code, i'll explain the issues after.

http://pastebin.com/WLhBsPpQ

It has been working quite well for the past month or so but it has one issue i am unable to fix myself.

I would like a way to feed whoever needs to be promoted or kicked into a table and then do what needs to be done on each of the elements of that table 1 by 1 on a timer (1 or 2 sec between each action) and then obviously remove what's done from the table.

Can anyone help me with this ?

Thanks
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }

Last edited by Caellian : 08-05-13 at 03:11 PM.
  Reply With Quote