What's new

23866 Northfleet Sailor Movement

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
The auto attack function of creatures doesn't work unless one of them moves, And since the horde guards are in formation, I gave movement to the sailors. And this causes them to fight like their supposed to.

Code:
-- 23866 Northfleet Sailor

UPDATE `creature_template` SET `MovementType` = 1 WHERE `entry` = 23866;
UPDATE `creature` SET `spawndist`='10', `MovementType`='1' WHERE  `id`= 23866;
 
Top