From 5f977243076abe2ca4952fc3cdecbae3652f3738 Mon Sep 17 00:00:00 2001 From: Degen <61268368+aradep@users.noreply.github.com> Date: Fri, 23 Oct 2020 04:47:53 -0300 Subject: docs: update Waypoints-Information.md (#281) --- docs/Waypoints-Information.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/Waypoints-Information.md') diff --git a/docs/Waypoints-Information.md b/docs/Waypoints-Information.md index 4eb457f..ed6828e 100644 --- a/docs/Waypoints-Information.md +++ b/docs/Waypoints-Information.md @@ -105,3 +105,8 @@ DELETE FROM `waypoint_data` WHERE `id` = 123456700; ``` Don't forget to unload the path from the creature if it was loaded before. + +### Waypoint pathing best practices +When creating paths along an incline, ground clipping can be minimized by maintaining line-of-sight. + +![waypoints](https://i.imgur.com/s045BKp.png) -- cgit