HessekThornton.lua 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. --[[
  2. Script Name : SpawnScripts/Butcherblock/HessekThornton.lua
  3. Script Purpose : Hessek Thornton <Butcherblock Dock Authority>
  4. Script Author : jakejp
  5. Script Date : 2018.05.30
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  7. --]]
  8. --]]
  9. function spawn(NPC)
  10. MovementLoopAddLocation(NPC, 607.97, 24.21, 589.22, 2)
  11. MovementLoopAddLocation(NPC, 624.88, 25.91, 590.14, 2)
  12. MovementLoopAddLocation(NPC, 625.14, 25.91, 565.13, 2)
  13. MovementLoopAddLocation(NPC, 652.73, 25.91, 565.34, 2)
  14. MovementLoopAddLocation(NPC, 655.41, 25.91, 577.74, 2)
  15. MovementLoopAddLocation(NPC, 739.92, 25.91, 576.86, 2)
  16. MovementLoopAddLocation(NPC, 740.40, 24.00, 537.17, 2)
  17. MovementLoopAddLocation(NPC, 739.92, 25.91, 576.86, 2)
  18. MovementLoopAddLocation(NPC, 655.41, 25.91, 577.74, 2)
  19. MovementLoopAddLocation(NPC, 652.73, 25.91, 565.34, 2)
  20. MovementLoopAddLocation(NPC, 625.14, 25.91, 565.13, 2)
  21. MovementLoopAddLocation(NPC, 624.88, 25.91, 590.14, 2)
  22. MovementLoopAddLocation(NPC, 605.66, 24.21, 590.12, 2)
  23. end
  24. function hailed(NPC, Spawn)
  25. FaceTarget(NPC, Spawn)
  26. PlayFlavor(NPC, "", "Greetings, welcome to the Butcherblock Mountains.", "hello", 1689589577, 4560189, Spawn)
  27. end
  28. function respawn(NPC)
  29. spawn(NPC)
  30. end