venom_spitter3034.lua 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. --[[
  2. Script Name : SpawnScripts/DownBelow/venom_spitter3034.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2022.04.05 01:04:00
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. waypoints(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, -106.69, 0, -202.59, 2, 5)
  18. MovementLoopAddLocation(NPC, -106.64, 0, -207.19, 2, 5)
  19. MovementLoopAddLocation(NPC, -126.84, 0, -200.86, 2, 5)
  20. MovementLoopAddLocation(NPC, -124.12, 0, -193.29, 2, 0)
  21. MovementLoopAddLocation(NPC, -121.2, 0, -196.72, 2, 5)
  22. MovementLoopAddLocation(NPC, -121.45, 0, -201.67, 2, 0)
  23. MovementLoopAddLocation(NPC, -118.39, 0, -203.78, 2, 0)
  24. MovementLoopAddLocation(NPC, -108.61, 0, -207.11, 2, 5)
  25. MovementLoopAddLocation(NPC, -116.29, 0, -204.38, 2, 0)
  26. MovementLoopAddLocation(NPC, -122.2, 0, -201.7, 2, 0)
  27. MovementLoopAddLocation(NPC, -123.45, 0, -202.91, 2, 5)
  28. MovementLoopAddLocation(NPC, -118.56, 0, -203.86, 2, 0)
  29. MovementLoopAddLocation(NPC, -107.48, 0, -202.5, 2, 0)
  30. end