View Single Post
  #1  
Old 11-14-2014, 05:02 PM
akathanam
Fire Beetle
 
Join Date: Feb 2014
Posts: 3
Default Yet another Bot problem

Lately, my bots stop attacking mobs. (Casters still cast spells, it is just the melee ones that do). My (uneducated) guess it happened after one of the commits which changed int to int32, as the HP (and MP, sometimes Haste) of newly created bots show a large, negative number.

That is with the latest git pull, and latest (freshly created) database with patches.

Reverting to the last commit before the int/int32 change (https://github.com/EQEmu/Server/comm...ded967d3ccb1a0) fixes that problem.
Reply With Quote