Hylle94 Posted October 15, 2021 Report Share Posted October 15, 2021 Hello. When setting movement types on a creature it does not work. If i put 1 on a npc/creature it should random move like it says. But it does not work. It just stands still.. MovementType The creature's default movement type. 0 Idle; stay in one place 1 Random movement inside the spawndist radius 2 Waypoint movement Link to comment Share on other sites More sharing options...
NoName Posted October 16, 2021 Report Share Posted October 16, 2021 UPDATE `creature` SET `spawndist` = 7, `MovementType` = 1 WHERE `id` = XXX; 1 Link to comment Share on other sites More sharing options...
Hylle94 Posted October 16, 2021 Author Report Share Posted October 16, 2021 3 hours ago, NoName said: UPDATE `creature` SET `spawndist` = 7, `MovementType` = 1 WHERE `id` = XXX; Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts