View Single Post
  #3  
Old 06-16-2004, 05:27 AM
vrated
Fire Beetle
 
Join Date: May 2004
Posts: 15
Default

The updates i have done to my npc_types table are:

SOURCE noc_types_update;
ALTER TABLE `npc_types` ADD `AC` smallint(5) not null default 0;
update npc_types set AC=(((level*level)/1.5)+15) where AC=0;

did i miss something?

any other ideas?
Reply With Quote