Thread: NPC Scaling?
View Single Post
  #9  
Old 01-10-2014, 02:48 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Ok...

Clients, bots and mercs use their own virtual CalcBonuses() methods and do not call Mob::CalcBonuses.

This basically leaves NPC's. (Even though they have their own virtual, they still call the parent class method..twice, on entry and exit.)

You should be able verify this on any pet, player or otherwise.


EDIT: At what point are you applying your scalar modifiers?
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote