[DiscordArchive] can you show how you called that?
[DiscordArchive] can you show how you called that?
Archived author: andriuspel • Posted: 2020-09-13T10:42:53.413000+00:00
Original source
can you show how you called that?
Archived author: Akimbo • Posted: 2020-09-13T10:43:21.252000+00:00
Original source
`MovePoint(0, -533.93f, 2223.02f, 539.29f, 0.0f, 5.6f);` didn't work
Archived author: Akimbo • Posted: 2020-09-13T10:43:28.080000+00:00
Original source
`MovePoint(0, -533.93f, 2223.02f, 539.29f, 5.6f);`
Archived author: Akimbo • Posted: 2020-09-13T10:43:29.099000+00:00
Original source
same
Archived author: andriuspel • Posted: 2020-09-13T10:44:11.728000+00:00
Original source
you're doing it wrong
Archived author: andriuspel • Posted: 2020-09-13T10:44:16.596000+00:00
Original source
```c
void MotionMaster::MovePoint(uint32 id, float x, float y, float z, bool generatePath, bool forceDestination, MovementSlot slot, float orientation /* = 0.0f*/)```
Archived author: andriuspel • Posted: 2020-09-13T10:45:18.986000+00:00
Original source
in short
Archived author: andriuspel • Posted: 2020-09-13T10:45:20.221000+00:00
Original source
try
Archived author: andriuspel • Posted: 2020-09-13T10:45:37.535000+00:00
Original source
```c
MovePoint(0, -533.93f, 2223.02f, 539.29f, true, true, MOVE_SLOT_ACTIVE, 5.6f);```
Archived author: Akimbo • Posted: 2020-09-13T10:46:30.074000+00:00
Original source
Will test it, and were you the one who made the russian pastebin