View Single Post
  #1  
Old 11-05-2003, 01:22 PM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default AA Timers in 5.0

To use AA's properly you will need to add the following table to your db:


CREATE TABLE aa_timers (
charid int(12) unsigned NOT NULL default '0',
ability smallint(5) unsigned NOT NULL default '0',
begin int(10) unsigned NOT NULL default '0',
end int(10) unsigned NOT NULL default '0',
PRIMARY KEY (charid,ability)
) TYPE=MyISAM;
__________________
Lethal Encounter
Reply With Quote