--[[ Script Name : SpawnScripts/The Estate of Unrest/TheBugaboo.lua Script Purpose : Waypoint Path for bogaboo.lua Script Author : Rylec Script Date : 01-02-2021 10:01:11 Script Notes : Locations collected from Live --]] function spawn(NPC) waypoints(NPC) end function hailed(NPC, Spawn) FaceTarget(NPC, Spawn) end function respawn(NPC) end function waypoints(NPC) MovementLoopAddLocation(NPC, 7.87, 1.17, 234.52, 0.75, 0) MovementLoopAddLocation(NPC, 45.54, 0, 232.29, 0.75, 0) MovementLoopAddLocation(NPC, 56.75, 1.17, 218.28, 0.75, 0) MovementLoopAddLocation(NPC, 63.25, -0.32, 205.42, 0.75, 0) MovementLoopAddLocation(NPC, 64.12, 0, 158.78, 0.75, 0) MovementLoopAddLocation(NPC, 69.11, 0.92, 131.18, 0.75, 0) MovementLoopAddLocation(NPC, 65.29, 0, 97.7, 0.75, 0) MovementLoopAddLocation(NPC, 58.54, -0.61, 84.01, 0.75, 0) MovementLoopAddLocation(NPC, 51.75, -0.51, 66.08, 0.75, 0) MovementLoopAddLocation(NPC, 48.45, -0.43, 64.14, 0.75, 0) MovementLoopAddLocation(NPC, 35.63, -0.61, 58.78, 0.75, 0) MovementLoopAddLocation(NPC, 12.46, -0.05, 54.12, 0.75, 0) MovementLoopAddLocation(NPC, 0.64, 0, 54.31, 0.75, 0) MovementLoopAddLocation(NPC, -25.43, -0.39, 56.56, 0.75, 0) MovementLoopAddLocation(NPC, -40.23, -1.01, 71.55, 0.75, 0) MovementLoopAddLocation(NPC, -46.14, -0.11, 87.29, 0.75, 0) MovementLoopAddLocation(NPC, -54.44, -0.47, 98.63, 0.75, 0) MovementLoopAddLocation(NPC, -53.6, 0.14, 133.01, 0.75, 0) MovementLoopAddLocation(NPC, -55.99, 0.21, 140.23, 0.75, 0) MovementLoopAddLocation(NPC, -60.02, 0.98, 155.86, 0.75, 0) MovementLoopAddLocation(NPC, -63.2, 0.34, 198.55, 0.75, 0) MovementLoopAddLocation(NPC, -54.88, 1.5, 209.88, 0.75, 0) MovementLoopAddLocation(NPC, -35.61, 0.67, 211.2, 0.75, 0) MovementLoopAddLocation(NPC, -27.77, 0, 215.82, 0.75, 0) MovementLoopAddLocation(NPC, -24.53, 0, 218.69, 0.75, 0) MovementLoopAddLocation(NPC, -18.57, 0, 222.66, 0.75, 0) MovementLoopAddLocation(NPC, -4.53, 0.3, 234.67, 0.75, 0) MovementLoopAddLocation(NPC, -18.57, 0, 222.66, 0.75, 0) MovementLoopAddLocation(NPC, -24.53, 0, 218.69, 0.75, 0) MovementLoopAddLocation(NPC, -27.77, 0, 215.82, 0.75, 0) MovementLoopAddLocation(NPC, -35.61, 0.67, 211.2, 0.75, 0) MovementLoopAddLocation(NPC, -54.88, 1.5, 209.88, 0.75, 0) MovementLoopAddLocation(NPC, -63.2, 0.34, 198.55, 0.75, 0) MovementLoopAddLocation(NPC, -60.2, 1.62, 174.42, 0.75, 0) MovementLoopAddLocation(NPC, -60.02, 0.98, 155.86, 0.75, 0) MovementLoopAddLocation(NPC, -55.99, 0.21, 140.23, 0.75, 0) MovementLoopAddLocation(NPC, -53.6, 0.14, 133.01, 0.75, 0) MovementLoopAddLocation(NPC, -54.44, -0.47, 98.63, 0.75, 0) MovementLoopAddLocation(NPC, -46.14, -0.11, 87.29, 0.75, 0) MovementLoopAddLocation(NPC, -40.23, -1.01, 71.55, 0.75, 0) MovementLoopAddLocation(NPC, -25.43, -0.39, 56.56, 0.75, 0) MovementLoopAddLocation(NPC, 0.64, 0, 54.31, 0.75, 0) MovementLoopAddLocation(NPC, 12.46, -0.05, 54.12, 0.75, 0) MovementLoopAddLocation(NPC, 35.63, -0.61, 58.78, 0.75, 0) MovementLoopAddLocation(NPC, 48.45, -0.43, 64.14, 0.75, 0) MovementLoopAddLocation(NPC, 51.75, -0.51, 66.08, 0.75, 0) MovementLoopAddLocation(NPC, 58.54, -0.61, 84.01, 0.75, 0) MovementLoopAddLocation(NPC, 65.29, 0, 97.7, 0.75, 0) MovementLoopAddLocation(NPC, 69.11, 0.92, 131.18, 0.75, 0) MovementLoopAddLocation(NPC, 64.12, 0, 158.78, 0.75, 0) MovementLoopAddLocation(NPC, 63.25, -0.32, 205.42, 0.75, 0) MovementLoopAddLocation(NPC, 56.75, 1.17, 218.28, 0.75, 0) MovementLoopAddLocation(NPC, 45.54, 0, 232.29, 0.75, 0) end