Thread: Bot Primary
View Single Post
  #2  
Old 11-24-2012, 07:17 PM
Drajor's Avatar
Drajor
Developer
 
Join Date: Nov 2012
Location: Halas
Posts: 355
Default

You will have to wait for Sorvani I think, however if you want a quick (hacky) fix, I think you can just comment out;

Code:
2747		if (IsNoCast())
2748			return;
In Mob.cpp, Mob::ExecWeaponProc
Reply With Quote