View Single Post
  #2  
Old 05-15-2005, 12:04 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

To prevent the slaughtering of innocent noobs please make this change:

Code:
update npc_types set npc_faction_id=1938 where name = 'Guard_Pineshade';
One more thing guards won't work properly with this db. They are all setup correctly, but it appears npc_aggro is bugged in 0.6.1-DR1. (If npc_aggro is enabled, mobs will aggro other mobs but deal no damage) I haven't found time to look at the source to find the problem. Once the emu code is fixed, guards will be fully functional with no db changes required.

Last edited by cavedude; 05-15-2005 at 08:09 PM..
Reply With Quote