Misty.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/Baubbleshire/Misty.lua
  3. Script Purpose : Misty
  4. Script Author : Scatman
  5. Script Date : 2009.05.11
  6. Script Notes :
  7. --]]
  8. function spawn(NPC)
  9. MovementLoopAddLocation(NPC, 886.51, -13.74, -433.7, 3, 0)
  10. MovementLoopAddLocation(NPC, 893.35, -15.1, -442.65, 3, 0)
  11. MovementLoopAddLocation(NPC, 893.22, -18.07, -453.45, 3, 0)
  12. MovementLoopAddLocation(NPC, 897.16, -18.12, -463.73, 3, 0)
  13. MovementLoopAddLocation(NPC, 896.33, -17.98, -468.75, 3, 0)
  14. MovementLoopAddLocation(NPC, 884.48, -18.47, -479.11, 3, 0)
  15. MovementLoopAddLocation(NPC, 888.89, -17.96, -490.04, 3, math.random(0, 30))
  16. MovementLoopAddLocation(NPC, 893.55, -17.65, -496.84, 3, 0)
  17. MovementLoopAddLocation(NPC, 894.02, -16.24, -519.28, 3, 0)
  18. MovementLoopAddLocation(NPC, 888.24, -13.86, -538.79, 3, 0)
  19. MovementLoopAddLocation(NPC, 880.94, -14.64, -532.11, 3, 0)
  20. MovementLoopAddLocation(NPC, 870.38, -16.37, -530.64, 3, 0)
  21. MovementLoopAddLocation(NPC, 878.59, -16.88, -514.71, 3, 0)
  22. MovementLoopAddLocation(NPC, 870.89, -17.85, -491.59, 3, 0)
  23. MovementLoopAddLocation(NPC, 864.27, -18.18, -485.9, 3, 0)
  24. MovementLoopAddLocation(NPC, 863.76, -18.43, -474.64, 3, 0)
  25. MovementLoopAddLocation(NPC, 855.6, -18.89, -460.24, 3, math.random(0, 30))
  26. MovementLoopAddLocation(NPC, 863.53, -18.78, -446.69, 3, 0)
  27. MovementLoopAddLocation(NPC, 872.08, -18.49, -442.15, 3, 0)
  28. MovementLoopAddLocation(NPC, 875.7, -15.04, -425.86, 3, 0)
  29. MovementLoopAddLocation(NPC, 880.6, -13.86, -432.16, 3, 0)
  30. MovementLoopAddLocation(NPC, 880.84, -13.44, -438.9, 3, 0)
  31. end
  32. function respawn(NPC)
  33. end
  34. function hailed(NPC, Spawn)
  35. FaceTarget(NPC, Spawn)
  36. end