View Single Post
  #3  
Old 10-30-2006, 11:24 AM
Rhodan
Hill Giant
 
Join Date: Oct 2006
Posts: 179
Default

Ahha!

Yes, fighter class gets kick at level one. This is probably not so much a bug as much as simply the wrong class chosen for the newbie mobs.


That'll be easy to fix. I figure I'll just do something like

UPDATE npc_types n SET n.class=8 WHERE n.class=1 AND n.level < 8;

Players should be able to handle mobs that kick by level 8 I think.
Reply With Quote