Thread
:
Server up, login fine, no doors or NPCs [error code inside]
View Single Post
#
2
11-20-2004, 02:01 PM
Doodman
Developer
Join Date: Aug 2003
Posts: 246
For doors, look for door_update.sql and source it.
For merchant temp list, look for merchant_templist.sql (or something similar).
For NPCS, do:
Code:
ALTER TABLE npc_types ADD npc_aggro TINYINT NOT NULL DEFAULT '0';
Enjoy
Doodman
View Public Profile
Send a private message to Doodman
Find all posts by Doodman