View Single Post
  #14  
Old 01-12-2013, 10:01 AM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

all instances of

Code:
Grphler->CastSpell(XXXX, c->GetID(), 1, -1, -1);
should probably read

Code:
Grphler->CastSpell(XXXX, Grphler->GetID(), 1, -1, -1);
so that the center of the area of effect is the bot casting the spell instead of the client issuing the command.

Last edited by c0ncrete; 01-12-2013 at 10:05 AM.. Reason: clarification
Reply With Quote