--[[ Script Name : arat_1.lua Script Purpose : Waypoint Path for arat_1.lua Script Author : Devn00b Script Date : 04/15/2020 07:07:38 PM 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, 401.95, -16.53, -38.31, 2, 0) MovementLoopAddLocation(NPC, 403.59, -19.77, -68.06, 2, 0) MovementLoopAddLocation(NPC, 407.85, -19.77, -67.38, 2, 0) MovementLoopAddLocation(NPC, 407.05, -25, -53, 2, 0) MovementLoopAddLocation(NPC, 423.12, -26.84, -51.28, 2, 0) MovementLoopAddLocation(NPC, 424.85, -26.86, -67.58, 2, 0) MovementLoopAddLocation(NPC, 413.22, -26.02, -66.61, 2, 0) MovementLoopAddLocation(NPC, 412.92, -26.16, -52.2, 2, 0) MovementLoopAddLocation(NPC, 408.89, -25, -53.18, 2, 0) MovementLoopAddLocation(NPC, 404.59, -19.77, -68.21, 2, 0) MovementLoopAddLocation(NPC, 406.16, -19.77, -87.86, 2, 0) MovementLoopAddLocation(NPC, 408.28, -21.89, -99.83, 2, 0) MovementLoopAddLocation(NPC, 410.11, -23.45, -107.09, 2, 0) MovementLoopAddLocation(NPC, 417.2, -23.85, -122.13, 2, 0) MovementLoopAddLocation(NPC, 429.39, -22.9, -130.15, 2, 0) MovementLoopAddLocation(NPC, 444.68, -20.99, -135.66, 2, 0) MovementLoopAddLocation(NPC, 454.78, -20.77, -140.15, 2, 0) MovementLoopAddLocation(NPC, 478.21, -20.75, -150.6, 2, 0) MovementLoopAddLocation(NPC, 482.53, -20.75, -152.59, 2, 0) MovementLoopAddLocation(NPC, 501.64, -21.1, -156.34, 2, 0) MovementLoopAddLocation(NPC, 482.53, -20.75, -152.59, 2, 0) MovementLoopAddLocation(NPC, 478.21, -20.75, -150.6, 2, 0) MovementLoopAddLocation(NPC, 454.78, -20.77, -140.15, 2, 0) MovementLoopAddLocation(NPC, 444.68, -20.99, -135.66, 2, 0) MovementLoopAddLocation(NPC, 429.39, -22.9, -130.15, 2, 0) MovementLoopAddLocation(NPC, 417.2, -23.85, -122.13, 2, 0) MovementLoopAddLocation(NPC, 410.11, -23.45, -107.09, 2, 0) MovementLoopAddLocation(NPC, 408.28, -21.89, -99.83, 2, 0) MovementLoopAddLocation(NPC, 406.16, -19.77, -87.86, 2, 0) MovementLoopAddLocation(NPC, 404.59, -19.77, -68.21, 2, 0) MovementLoopAddLocation(NPC, 408.89, -25, -53.18, 2, 0) MovementLoopAddLocation(NPC, 412.92, -26.16, -52.2, 2, 0) MovementLoopAddLocation(NPC, 413.22, -26.02, -66.61, 2, 0) MovementLoopAddLocation(NPC, 424.85, -26.86, -67.58, 2, 0) MovementLoopAddLocation(NPC, 423.12, -26.84, -51.28, 2, 0) MovementLoopAddLocation(NPC, 407.05, -25, -53, 2, 0) MovementLoopAddLocation(NPC, 407.85, -19.77, -67.38, 2, 0) MovementLoopAddLocation(NPC, 403.59, -19.77, -68.06, 2, 0) MovementLoopAddLocation(NPC, 401.95, -16.53, -38.31, 2, 0) end