View Single Post
  #3  
Old 02-26-2016, 10:09 PM
mpeels
Fire Beetle
 
Join Date: May 2009
Location: tennessee
Posts: 3
Default

3 years too late but I googled the same question. This is a simple fix I found to show bot spell damage.. It's not optimal I'm sure. I just added

entity_list.MessageClose(this, false, 100, MT_Spells, "%s hits for (%d)", GetName(), -value);

to the Bot.cpp right above the return value; in GetActSpellDamage
Reply With Quote