--[[ Script Name : bloodsaber_ruffian2.lua Script Purpose : Waypoint Path for bloodsaber_ruffian2.lua Script Author : Devn00b Script Date : 06/08/2020 11:48:27 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, 19.33, -0.08, -2.51, 2, 0) MovementLoopAddLocation(NPC, 17.65, -0.08, 0.11, 2, 0) MovementLoopAddLocation(NPC, 22.25, -0.13, 0.62, 2, 0) MovementLoopAddLocation(NPC, 31.92, -0.11, 3.27, 2, 0) MovementLoopAddLocation(NPC, 38.39, 0.34, 2.42, 2, 0) MovementLoopAddLocation(NPC, 42.93, -0.14, -2.64, 2, 0) MovementLoopAddLocation(NPC, 38.16, 0.35, 0.87, 2, 0) MovementLoopAddLocation(NPC, 34.68, -0.13, 2.86, 2, 0) MovementLoopAddLocation(NPC, 16.95, -0.05, 0.03, 2, 0) MovementLoopAddLocation(NPC, 12.3, -0.04, 0.22, 2, 0) MovementLoopAddLocation(NPC, 5.36, -0.05, -10.96, 2, 0) MovementLoopAddLocation(NPC, 13.56, -0.04, 2.48, 2, 0) MovementLoopAddLocation(NPC, 10.69, -0.04, 0.64, 2, 0) MovementLoopAddLocation(NPC, 12.75, -0.05, -4.62, 2, 0) MovementLoopAddLocation(NPC, 9.18, 0.83, 9.99, 2, 0) MovementLoopAddLocation(NPC, 2.17, 1.76, 12.92, 2, 0) MovementLoopAddLocation(NPC, -4.48, 2.54, 12.68, 2, 0) MovementLoopAddLocation(NPC, -9.45, 3.3, 9.53, 2, 0) MovementLoopAddLocation(NPC, -12.61, 4.17, 3.58, 2, 0) MovementLoopAddLocation(NPC, -13.12, 5.05, -2.43, 2, 0) MovementLoopAddLocation(NPC, -10.02, 5.63, -6.75, 2, 0) MovementLoopAddLocation(NPC, -1.09, 6.99, -11.24, 2, 0) MovementLoopAddLocation(NPC, 0.21, 7.03, -14.86, 2, 0) MovementLoopAddLocation(NPC, -1.89, 6.88, -25.24, 2, 0) MovementLoopAddLocation(NPC, 3.13, 6.92, -17.44, 2, 0) MovementLoopAddLocation(NPC, -2.8, 6.86, -17.48, 2, 0) MovementLoopAddLocation(NPC, -0.9, 6.9, -26.16, 2, 0) MovementLoopAddLocation(NPC, -6.31, 6.86, -25.42, 2, 0) MovementLoopAddLocation(NPC, -3.55, 6.91, -28.87, 2, 0) MovementLoopAddLocation(NPC, -3.08, 6.87, -21.77, 2, 0) MovementLoopAddLocation(NPC, 1.6, 6.99, -9.94, 2, 0) MovementLoopAddLocation(NPC, -3.08, 6.87, -21.77, 2, 0) MovementLoopAddLocation(NPC, -3.55, 6.91, -28.87, 2, 0) MovementLoopAddLocation(NPC, -6.31, 6.86, -25.42, 2, 0) MovementLoopAddLocation(NPC, -0.9, 6.9, -26.16, 2, 0) MovementLoopAddLocation(NPC, -2.8, 6.86, -17.48, 2, 0) MovementLoopAddLocation(NPC, 3.13, 6.92, -17.44, 2, 0) MovementLoopAddLocation(NPC, -1.89, 6.88, -25.24, 2, 0) MovementLoopAddLocation(NPC, 0.21, 7.03, -14.86, 2, 0) MovementLoopAddLocation(NPC, -1.09, 6.99, -11.24, 2, 0) MovementLoopAddLocation(NPC, -10.02, 5.63, -6.75, 2, 0) MovementLoopAddLocation(NPC, -13.12, 5.05, -2.43, 2, 0) MovementLoopAddLocation(NPC, -12.61, 4.17, 3.58, 2, 0) MovementLoopAddLocation(NPC, -9.45, 3.3, 9.53, 2, 0) MovementLoopAddLocation(NPC, -4.48, 2.54, 12.68, 2, 0) MovementLoopAddLocation(NPC, 2.17, 1.76, 12.92, 2, 0) MovementLoopAddLocation(NPC, 9.18, 0.83, 9.99, 2, 0) MovementLoopAddLocation(NPC, 12.75, -0.05, -4.62, 2, 0) MovementLoopAddLocation(NPC, 10.69, -0.04, 0.64, 2, 0) MovementLoopAddLocation(NPC, 13.56, -0.04, 2.48, 2, 0) MovementLoopAddLocation(NPC, 5.36, -0.05, -10.96, 2, 0) MovementLoopAddLocation(NPC, 12.3, -0.04, 0.22, 2, 0) MovementLoopAddLocation(NPC, 16.95, -0.05, 0.03, 2, 0) MovementLoopAddLocation(NPC, 34.68, -0.13, 2.86, 2, 0) MovementLoopAddLocation(NPC, 38.16, 0.35, 0.87, 2, 0) MovementLoopAddLocation(NPC, 42.93, -0.14, -2.64, 2, 0) MovementLoopAddLocation(NPC, 38.39, 0.34, 2.42, 2, 0) MovementLoopAddLocation(NPC, 31.92, -0.11, 3.27, 2, 0) MovementLoopAddLocation(NPC, 22.25, -0.13, 0.62, 2, 0) MovementLoopAddLocation(NPC, 17.65, -0.08, 0.11, 2, 0) MovementLoopAddLocation(NPC, 19.33, -0.08, -2.51, 2, 0) end