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; |
All times are GMT -4. The time now is 01:03 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.