HuntmasterKrell.lua 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : SpawnScripts/Oakmyst_Classic/HuntmasterKrell.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.10.19 04:10:05
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. MovementLoopAddLocation(NPC, 944.69, 2.18, -351.2, 2, 0)
  10. MovementLoopAddLocation(NPC, 939.83, 2.18, -336.86, 2, 0)
  11. MovementLoopAddLocation(NPC, 931.86, 2.96, -325.16, 2, 0)
  12. MovementLoopAddLocation(NPC, 914.13, 2.26, -308.4, 2, 0)
  13. MovementLoopAddLocation(NPC, 904.57, 2.23, -311.16, 2, 0)
  14. MovementLoopAddLocation(NPC, 881.25, 1.85, -332.53, 2, 0)
  15. MovementLoopAddLocation(NPC, 873.61, 1.46, -326.64, 2, 10)
  16. MovementLoopAddLocation(NPC, 881.92, 1.83, -332.41, 2, 0)
  17. MovementLoopAddLocation(NPC, 899.66, 2.19, -315.85, 2, 0)
  18. MovementLoopAddLocation(NPC, 911.6, 2.28, -308.45, 2, 0)
  19. MovementLoopAddLocation(NPC, 921.05, 2.38, -314.45, 2, 0)
  20. MovementLoopAddLocation(NPC, 937.03, 2.35, -332.14, 2, 0)
  21. MovementLoopAddLocation(NPC, 942.96, 2.21, -351.11, 2, 0)
  22. MovementLoopAddLocation(NPC, 956.65, 2.25, -352, 2, 0)
  23. MovementLoopAddLocation(NPC, 994.68, 2.61, -348.31, 2, 6)
  24. end
  25. function respawn(NPC)
  26. spawn(NPC)
  27. end
  28. function hailed(NPC, Spawn)
  29. FaceTarget(NPC,Spawn)
  30. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_3_1060.mp3", "I've no time for idle chat. A little girl is lost in these woods and I intend to find her.", "no", 0, 0, Spawn)
  31. end