PDA

View Full Version : pet attack range?


nicholasjohn
10-06-2008, 03:22 PM
I was wondering what part of the source handles the pet attack range?
Right now i have to be almost on top of the mob before my pet will listen to the attack command.

Derision
10-06-2008, 03:28 PM
The Rule, Pets:AttackCommandRange, default 150 is probably what you are looking for.

The relevant source is zone/client_packet.cpp, around line 4993, case PET_ATTACK

nicholasjohn
10-06-2008, 03:35 PM
The Rule, Pets:AttackCommandRange, default 150 is probably what you are looking for.

The relevant source is zone/client_packet.cpp, around line 4993, case PET_ATTACK

perfect, just what i was looking for.
Thank you Sir