View Single Post
  #6  
Old 03-14-2008, 07:08 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

ok, so i dug deeper into the code. It appears that any npc(bots too) that is level 66+ can do this insane damage that you've been seeing as long as thier maxdmg column in the npc_types table is set to 0. So I change the bot code to use the Client (PC) calculations for damage instead of using the npc calculations and it brought everything way down. Try it out and see if it's too low now. I have links in the custom code section for source and binaries(probably where this and other support posts for bots should go).
Reply With Quote