Thread
:
NPC Faction - Stuck at amiable
View Single Post
#
3
06-16-2004, 05:27 AM
vrated
Fire Beetle
Join Date: May 2004
Posts: 15
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?
vrated
View Public Profile
Send a private message to vrated
Find all posts by vrated