alargecoastalcrab.lua 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. --[[
  2. Script Name : SpawnScripts/IsleRefuge1/alargecoastalcrab.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.09.06 06:09:08
  5. Script Purpose :
  6. :
  7. --]]
  8. require "SpawnScripts/Generic/NPCModule"
  9. function spawn(NPC, Spawn)
  10. NPCModule(NPC, Spawn)
  11. waypoints(NPC)
  12. end
  13. function hailed(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. spawn(NPC)
  17. end
  18. function waypoints(NPC)
  19. if GetSpawnLocationID(NPC)== 133774949 then
  20. MovementLoopAddLocation(NPC, -118.68, -9.82, 20.86, 1, math.random(16, 24))
  21. MovementLoopAddLocation(NPC, -119.13, -8.13, 26.13, 1, 0)
  22. -- MovementLoopAddLocation(NPC, -121.68, -9.55, 29.51, 1, 0)
  23. MovementLoopAddLocation(NPC, -121.63, -9.5, 29.56, 1, math.random(16, 24))
  24. MovementLoopAddLocation(NPC, -117.23, -7.3, 31.29, 1, 0)
  25. MovementLoopAddLocation(NPC, -114.25, -6.25, 24.12, 1, 0)
  26. MovementLoopAddLocation(NPC, -114.08, -8.75, 20.26, 1, 0)
  27. -- MovementLoopAddLocation(NPC, -118.6, -9.34, 20.88, 1, 0)
  28. MovementLoopAddLocation(NPC, -118.55, -9.28, 20.93, 1, math.random(16, 24))
  29. -- MovementLoopAddLocation(NPC, -105.04, -9.71, 35.35, 1, 0)
  30. MovementLoopAddLocation(NPC, -105.09, -9.76, 35.30, 1, math.random(16, 24))
  31. MovementLoopAddLocation(NPC, -104.47, -8.94, 33.56, 1, 0)
  32. -- MovementLoopAddLocation(NPC, -121.65, -9.87, 28.28, 1, 0)
  33. MovementLoopAddLocation(NPC, -121.6, -9.82, 28.23, 1, math.random(16, 24))
  34. -- MovementLoopAddLocation(NPC, -97.19, -9.77, 21.68, 1, 0)
  35. MovementLoopAddLocation(NPC, -97.24, -9.82, 21.73, 1, math.random(16, 24))
  36. MovementLoopAddLocation(NPC, -108.71, -8.34, 19.96, 1, 0)
  37. MovementLoopAddLocation(NPC, -112.95, -8.26, 20.26, 1, 0)
  38. MovementLoopAddLocation(NPC, -115.43, -9.31, 21.33, 1, 0)
  39. -- MovementLoopAddLocation(NPC, -118.68, -9.92, 20.75, 1, 0)
  40. elseif GetSpawnLocationID(NPC)==133774950 then
  41. MovementLoopAddLocation(NPC, -118.55, -9.30, 20.93, 1, math.random(16, 24))
  42. MovementLoopAddLocation(NPC, -113.04, -8.1, 20.69, 1, 0)
  43. MovementLoopAddLocation(NPC, -107.35, -8, 20.57, 1, 0)
  44. MovementLoopAddLocation(NPC, -103.23, -8.13, 21.78, 1, 0)
  45. -- MovementLoopAddLocation(NPC, -97.19, -9.82, 21.78, 1, 0)
  46. MovementLoopAddLocation(NPC, -97.24, -9.77, 21.73, 1, math.random(16, 24))
  47. MovementLoopAddLocation(NPC, -100.11, -8.91, 21.83, 1, 0)
  48. -- MovementLoopAddLocation(NPC, -118.73, -9.87, 20.81, 1, 0)
  49. MovementLoopAddLocation(NPC, -118.68, -9.82, 20.86, 1, math.random(16, 24))
  50. MovementLoopAddLocation(NPC, -103.42, -8.73, 32.58, 1, 0)
  51. -- MovementLoopAddLocation(NPC, -105.18, -9.49, 36.47, 1, 0)
  52. MovementLoopAddLocation(NPC, -105.23, -9.54, 36.42, 1, math.random(16, 24))
  53. MovementLoopAddLocation(NPC, -105.59, -9.05, 34.6, 1, 0)
  54. -- MovementLoopAddLocation(NPC, -98.1, -9.76, 21.93, 1, 0)
  55. MovementLoopAddLocation(NPC, -98.15, -9.71, 21.88, 1, math.random(16, 24))
  56. MovementLoopAddLocation(NPC, -100.67, -9.39, 20.86, 1, 0)
  57. MovementLoopAddLocation(NPC, -112.02, -7.04, 21.54, 1, 0)
  58. -- MovementLoopAddLocation(NPC, -118.6, -9.35, 20.88, 1, 0)
  59. elseif GetSpawnLocationID(NPC)==133774951 then
  60. MovementLoopAddLocation(NPC, -119.70, -9.5, 34.18, 1, math.random(16, 24))
  61. MovementLoopAddLocation(NPC, -100, -8.27, 23.41, 1, 0)
  62. MovementLoopAddLocation(NPC, -99.4, -8.71, 22.48, 1, 0)
  63. -- MovementLoopAddLocation(NPC, -106.23, -9.70, 18.64, 1, 0)
  64. MovementLoopAddLocation(NPC, -106.28, -9.65, 18.69, 1, math.random(16, 24))
  65. MovementLoopAddLocation(NPC, -98.86, -8.89, 22.68, 1, 0)
  66. -- MovementLoopAddLocation(NPC, -107.19, -9.56, 38.31, 1, 0)
  67. MovementLoopAddLocation(NPC, -107.14, -9.51, 38.26, 1, math.random(16, 24))
  68. MovementLoopAddLocation(NPC, -99.87, -8.7, 29.98, 1, 0)
  69. -- MovementLoopAddLocation(NPC, -104.4, -9.62, 18.97, 1, 0)
  70. MovementLoopAddLocation(NPC, -104.45, -9.57, 19.02, 1, math.random(16, 24))
  71. MovementLoopAddLocation(NPC, -99.16, -9.57, 21.29, 1, 0)
  72. MovementLoopAddLocation(NPC, -99.18, -8.63, 24.96, 1, 0)
  73. -- MovementLoopAddLocation(NPC, -106.95, -9.65, 37.16, 1, 0)
  74. MovementLoopAddLocation(NPC, -106.9, -9.6, 37.11, 1, math.random(16, 24))
  75. -- MovementLoopAddLocation(NPC, -106.23, -9.62, 18.64, 1, 0)
  76. MovementLoopAddLocation(NPC, -106.28, -9.57, 18.69, 1, math.random(16, 24))
  77. -- MovementLoopAddLocation(NPC, -119.75, -9.55, 34.23, 1, 0)
  78. elseif GetSpawnLocationID(NPC)==133774952 then
  79. MovementLoopAddLocation(NPC, -119.54, -9.68, 35.40, 1, math.random(16, 24))
  80. MovementLoopAddLocation(NPC, -120.42, -8.33, 30.19, 1, 0)
  81. MovementLoopAddLocation(NPC, -110.34, -4.86, 25.17, 1, 0)
  82. -- MovementLoopAddLocation(NPC, -106.23, -9.87, 18.64, 1, 0)
  83. MovementLoopAddLocation(NPC, -106.28, -9.83, 18.69, 1, math.random(16, 24))
  84. MovementLoopAddLocation(NPC, -103.83, -7.47, 22.35, 1, 0)
  85. -- MovementLoopAddLocation(NPC, -118.57, -9.65, 36.45, 1, 0)
  86. MovementLoopAddLocation(NPC, -118.52, -9.6, 36.4, 1, math.random(16, 24))
  87. MovementLoopAddLocation(NPC, -103.67, -8.91, 20.6, 1, 0)
  88. -- MovementLoopAddLocation(NPC, -102.38, -9.23, 20.63, 1, 0)
  89. -- MovementLoopAddLocation(NPC, -104.4, -9.84, 18.97, 1, 0)
  90. MovementLoopAddLocation(NPC, -104.45, -9.79, 19.02, 1, math.random(16, 24))
  91. -- MovementLoopAddLocation(NPC, -119.75, -9.73, 34.23, 1, 0)
  92. MovementLoopAddLocation(NPC, -119.7, -9.68, 34.18, 1, math.random(16, 24))
  93. -- MovementLoopAddLocation(NPC, -106.23, -9.87, 18.64, 1, 0)
  94. MovementLoopAddLocation(NPC, -106.28, -9.83, 18.69, 1, math.random(16, 24))
  95. MovementLoopAddLocation(NPC, -104.35, -6.68, 24.48, 1, 0)
  96. MovementLoopAddLocation(NPC, -107.9, -6.85, 31.74, 1, 0)
  97. MovementLoopAddLocation(NPC, -107.93, -8.61, 36.26, 1, 0)
  98. -- MovementLoopAddLocation(NPC, -107.19, -9.66, 38.31, 1, 0)
  99. MovementLoopAddLocation(NPC, -107.14, -9.61, 38.26, 1, math.random(16, 24))
  100. MovementLoopAddLocation(NPC, -107.73, -8.61, 35.78, 1, 0)
  101. -- MovementLoopAddLocation(NPC, -104.4, -9.84, 18.97, 1, 0)
  102. MovementLoopAddLocation(NPC, -104.45, -9.79, 19.02, 1, math.random(16, 24))
  103. MovementLoopAddLocation(NPC, -100.39, -8.08, 23.68, 1, 0)
  104. -- MovementLoopAddLocation(NPC, -119.59, -9.73, 35.45, 1, 0)
  105. elseif GetSpawnLocationID(NPC)==133774953 then
  106. MovementLoopAddLocation(NPC, -118.52, -9.64, 36.4, 1, math.random(16, 24))
  107. -- MovementLoopAddLocation(NPC, -119.26, -7.78, 28.98, 1, 0)
  108. -- MovementLoopAddLocation(NPC, -107.13, -9.83, 38.31, 1, 0)
  109. MovementLoopAddLocation(NPC, -107.14, -9.78, 38.26, 1, math.random(16, 24))
  110. -- MovementLoopAddLocation(NPC, -106.33, -9.92, 18.64, 1, 0)
  111. MovementLoopAddLocation(NPC, -106.38, -9.87, 18.69, 1, math.random(16, 24))
  112. -- MovementLoopAddLocation(NPC, -100.93, -9.13, 21.27, 1, 0)
  113. -- MovementLoopAddLocation(NPC, -119.73, -9.65, 22.82, 1, 0)
  114. MovementLoopAddLocation(NPC, -119.68, -9.6, 22.87, 1, math.random(16, 24))
  115. MovementLoopAddLocation(NPC, -109.2, -5.59, 22.95, 1, 0)
  116. -- MovementLoopAddLocation(NPC, -104.5, -9.91, 18.92, 1, 0)
  117. MovementLoopAddLocation(NPC, -104.48, -9.86, 19.02, 1, math.random(16, 24))
  118. -- MovementLoopAddLocation(NPC, -101.9, -9.19, 20.86, 1, 0)
  119. -- MovementLoopAddLocation(NPC, -98.67, -8.97, 22.75, 1, 0)
  120. -- MovementLoopAddLocation(NPC, -106.85, -9.68, 37.13, 1, 0)
  121. MovementLoopAddLocation(NPC, -106.9, -9.63, 37.08, 1, math.random(16, 24))
  122. MovementLoopAddLocation(NPC, -110.75, -6.14, 32.21, 1, 0)
  123. MovementLoopAddLocation(NPC, -117.99, -7.46, 31.51, 1, 0)
  124. -- MovementLoopAddLocation(NPC, -118.57, -9.69, 36.45, 1, 0)
  125. elseif GetSpawnLocationID(NPC)==133774954 then
  126. MovementLoopAddLocation(NPC, -99.12, -9.67, 32.41, 1, math.random(16, 24))
  127. MovementLoopAddLocation(NPC, -107.61, -8.7, 35.93, 1, 0)
  128. -- MovementLoopAddLocation(NPC, -121.73, -9.71, 31.25, 1, 0)
  129. MovementLoopAddLocation(NPC, -121.68, -9.66, 31.2, 1, math.random(16, 24))
  130. MovementLoopAddLocation(NPC, -109.99, -4.98, 24.56, 1, 0)
  131. -- MovementLoopAddLocation(NPC, -103.34, -9.92, 19.62, 1, 0)
  132. MovementLoopAddLocation(NPC, -103.39, -9.87, 19.67, 1, math.random(16, 24))
  133. -- MovementLoopAddLocation(NPC, -120.8, -9.74, 32.77, 1, 0)
  134. MovementLoopAddLocation(NPC, -120.7, -9.69, 32.82, 1, math.random(16, 24))
  135. MovementLoopAddLocation(NPC, -110.13, -7.86, 36.67, 1, 0)
  136. -- MovementLoopAddLocation(NPC, -96.92, -9.8, 25.22, 1, 0)
  137. MovementLoopAddLocation(NPC, -97.02, -9.75, 25.27, 1, math.random(16, 24))
  138. MovementLoopAddLocation(NPC, -100.7, -7.93, 24.21, 1, 0)
  139. -- MovementLoopAddLocation(NPC, -101.33, -9.81, 19.82, 1, 0)
  140. MovementLoopAddLocation(NPC, -101.36, -9.76, 19.87, 1, math.random(16, 24))
  141. MovementLoopAddLocation(NPC, -105.38, -7.47, 22.11, 1, 0)
  142. -- MovementLoopAddLocation(NPC, -113.38, -9.59, 18.79, 1, 0)
  143. MovementLoopAddLocation(NPC, -113.33, -9.54, 18.84, 1, math.random(16, 24))
  144. -- MovementLoopAddLocation(NPC, -96.19, -9.59, 23.1, 1, 0)
  145. MovementLoopAddLocation(NPC, -96.24, -9.54, 23.08, 1, math.random(16, 24))
  146. MovementLoopAddLocation(NPC, -99.52, -8.49, 23.66, 1, 0)
  147. -- MovementLoopAddLocation(NPC, -102.36, -9.8, 19.86, 1, 0)
  148. MovementLoopAddLocation(NPC, -102.46, -9.75, 19.84, 1, math.random(16, 24))
  149. -- MovementLoopAddLocation(NPC, -113.42, -9.46, 19.02, 1, 0)
  150. MovementLoopAddLocation(NPC, -113.37, -9.41, 19.12, 1, math.random(16, 24))
  151. -- MovementLoopAddLocation(NPC, -99.07, -9.72, 32.46, 1, 0)
  152. elseif GetSpawnLocationID(NPC)==133774955 then
  153. MovementLoopAddLocation(NPC, -100.27, -9.46, 32.41, 1, math.random(16, 24))
  154. MovementLoopAddLocation(NPC, -104.91, -8.29, 32.29, 1, 0)
  155. -- MovementLoopAddLocation(NPC, -121.42, -9.55, 31.25, 1, 0)
  156. MovementLoopAddLocation(NPC, -121.38, -9.5, 31.17, 1, math.random(16, 24))
  157. -- MovementLoopAddLocation(NPC, -96.17, -9.75, 23.13, 1, 0)
  158. MovementLoopAddLocation(NPC, -96.24, -9.7, 23.08, 1, math.random(16, 24))
  159. -- MovementLoopAddLocation(NPC, -103.44, -9.55, 19.62, 1, 0)
  160. MovementLoopAddLocation(NPC, -103.39, -9.5, 19.67, 1, math.random(16, 24))
  161. -- MovementLoopAddLocation(NPC, -99.02, -9.72, 32.39, 1, 0)
  162. MovementLoopAddLocation(NPC, -99.12, -9.67, 32.41, 1, math.random(16, 24))
  163. -- MovementLoopAddLocation(NPC, -120.75, -9.67, 32.87, 1, 0)
  164. MovementLoopAddLocation(NPC, -120.70, -9.62, 32.82, 1, math.random(16, 24))
  165. -- MovementLoopAddLocation(NPC, -100.22, -9.89, 32.56, 1, 0)
  166. MovementLoopAddLocation(NPC, -100.23, -9.84, 32.41, 1, math.random(16, 24))
  167. -- MovementLoopAddLocation(NPC, -101.31, -9.55, 19.82, 1, 0)
  168. MovementLoopAddLocation(NPC, -101.36, -9.5, 19.87, 1, math.random(16, 24))
  169. -- MovementLoopAddLocation(NPC, -121.78, -10.3, 31.17, 1, 0)
  170. MovementLoopAddLocation(NPC, -121.68, -10.35, 31.2, 1, math.random(16, 24))
  171. -- MovementLoopAddLocation(NPC, -100.22, -9.49, 32.46, 1, 0)
  172. elseif GetSpawnLocationID(NPC)==133774956 then
  173. MovementLoopAddLocation(NPC, -99.12, -9.68, 32.41, 1, math.random(16, 24))
  174. -- MovementLoopAddLocation(NPC, -113.42, -9.61, 19.07, 1, 0)
  175. MovementLoopAddLocation(NPC, -113.37, -9.56, 19.12, 1, math.random(16, 24))
  176. MovementLoopAddLocation(NPC, -104.1, -7.99, 30.87, 1, 0)
  177. -- MovementLoopAddLocation(NPC, -100.22, -9.82, 32.51, 1, 0)
  178. MovementLoopAddLocation(NPC, -100.27, -9.77, 32.41, 1, math.random(16, 24))
  179. MovementLoopAddLocation(NPC, -103.41, -7.1, 27.42, 1, 0)
  180. MovementLoopAddLocation(NPC, -101.7, -7.67, 23.34, 1, 0)
  181. -- MovementLoopAddLocation(NPC, -103.43, -10.19, 19.57, 1, 0)
  182. MovementLoopAddLocation(NPC, -103.39, -10.14, 19.67, 1, math.random(16, 24))
  183. MovementLoopAddLocation(NPC, -102.17, -9.29, 20.62, 1, 0)
  184. -- MovementLoopAddLocation(NPC, -99.07, -9.73, 32.46, 1, 0)
  185. elseif GetSpawnLocationID(NPC)==133774957 then
  186. MovementLoopAddLocation(NPC, -107.54, -6.46, 22.02, 1, math.random(10, 16))
  187. -- MovementLoopAddLocation(NPC, -97.1, -9.9, 29.15, 1, 0)
  188. MovementLoopAddLocation(NPC, -97.15, -9.85, 29.2, 1, math.random(16, 24))
  189. MovementLoopAddLocation(NPC, -100.39, -8.96, 21.68, 1, 0)
  190. MovementLoopAddLocation(NPC, -112.39, -8.05, 20.44, 1, 0)
  191. MovementLoopAddLocation(NPC, -115.6, -9.44, 20.76, 1, 0)
  192. -- MovementLoopAddLocation(NPC, -116.38, -9.82, 19.96, 1, 0)
  193. MovementLoopAddLocation(NPC, -116.33, -9.77, 20.01, 1, math.random(16, 24))
  194. MovementLoopAddLocation(NPC, -114.53, -8.93, 21.23, 1, 0)
  195. MovementLoopAddLocation(NPC, -101.77, -8.46, 21.91, 1, 0)
  196. MovementLoopAddLocation(NPC, -99.8, -8.46, 22.69, 1, 0)
  197. -- MovementLoopAddLocation(NPC, -96.86, -10.24, 27.97, 1, 0)
  198. MovementLoopAddLocation(NPC, -96.96, -10.19, 27.99, 1, math.random(16, 24))
  199. MovementLoopAddLocation(NPC, -108.51, -5.96, 29.11, 1, 0)
  200. MovementLoopAddLocation(NPC, -114.91, -8.15, 37.33, 1, 0)
  201. -- MovementLoopAddLocation(NPC, -117.24, -9.62, 38.75, 1, 0)
  202. MovementLoopAddLocation(NPC, -117.14, -9.57, 38.73, 1, math.random(16, 24))
  203. -- MovementLoopAddLocation(NPC, -97.27, -9.8, 30.37, 1, 0)
  204. MovementLoopAddLocation(NPC, -97.37, -9.75, 30.42, 1, math.random(16, 24))
  205. MovementLoopAddLocation(NPC, -101.33, -8.93, 31.85, 1, 0)
  206. -- MovementLoopAddLocation(NPC, -103.15, -9.61, 35.16, 1, 0)
  207. MovementLoopAddLocation(NPC, -103.2, -9.56, 35.11, 1, math.random(16, 24))
  208. -- MovementLoopAddLocation(NPC, -115.95, -9.7, 20.14, 1, 0)
  209. MovementLoopAddLocation(NPC, -115.9, -9.65, 20.19, 1, math.random(16, 24))
  210. -- MovementLoopAddLocation(NPC, -102.43, -9.58, 34.28, 1, 0)
  211. MovementLoopAddLocation(NPC, -102.38, -9.53, 34.2, 1, math.random(16, 24))
  212. MovementLoopAddLocation(NPC, -100.16, -8.25, 28.86, 1, 0)
  213. -- MovementLoopAddLocation(NPC, -96.91, -9.83, 27.96, 1, 0)
  214. MovementLoopAddLocation(NPC, -96.96, -9.78, 27.99, 1, math.random(16, 24))
  215. MovementLoopAddLocation(NPC, -102.45, -8.18, 30.51, 1, 0)
  216. MovementLoopAddLocation(NPC, -110.2, -6.55, 33.46, 1, 0)
  217. -- MovementLoopAddLocation(NPC, -113.39, -9.66, 42.43, 1, 0)
  218. MovementLoopAddLocation(NPC, -113.37, -9.61, 42.33, 1, math.random(16, 24))
  219. -- MovementLoopAddLocation(NPC, -107.64, -6.46, 21.97, 1, 0)
  220. elseif GetSpawnLocationID(NPC)==133774958 then
  221. MovementLoopAddLocation(NPC, -113.64, -6.4, 29, 1, math.random(10, 16))
  222. -- MovementLoopAddLocation(NPC, -97.32, -9.93, 30.41, 1, 0)
  223. MovementLoopAddLocation(NPC, -97.37, -9.88, 30.42, 1, math.random(16, 24))
  224. MovementLoopAddLocation(NPC, -116.25, -8.31, 35.84, 1, 0)
  225. -- MovementLoopAddLocation(NPC, -115.49, -10.22, 39.83, 1, 0)
  226. MovementLoopAddLocation(NPC, -115.54, -10.17, 39.76, 1, math.random(16, 24))
  227. MovementLoopAddLocation(NPC, -119.78, -7.94, 30.86, 1, 0)
  228. -- MovementLoopAddLocation(NPC, -117.55, -10.53, 19.83, 1, 0)
  229. MovementLoopAddLocation(NPC, -117.5, -10.48, 19.88, 1, math.random(16, 24))
  230. MovementLoopAddLocation(NPC, -108.84, -7.14, 21.09, 1, 0)
  231. -- MovementLoopAddLocation(NPC, -96.91, -9.77, 27.94, 1, 0)
  232. MovementLoopAddLocation(NPC, -96.96, -9.72, 27.99, 1, math.random(16, 24))
  233. MovementLoopAddLocation(NPC, -102.64, -8.77, 32.27, 1, 0)
  234. -- MovementLoopAddLocation(NPC, -103.37, -9.97, 35.4, 1, 0)
  235. MovementLoopAddLocation(NPC, -103.30, -9.94, 35.29, 1, math.random(16, 24))
  236. -- MovementLoopAddLocation(NPC, -97.12, -9.59, 29.3, 1, 0)
  237. MovementLoopAddLocation(NPC, -97.15, -9.54, 29.2, 1, math.random(16, 24))
  238. MovementLoopAddLocation(NPC, -100.46, -8.05, 23.7, 1, 0)
  239. MovementLoopAddLocation(NPC, -105.46, -8.98, 19.82, 1, 0)
  240. -- MovementLoopAddLocation(NPC, -115.89, -9.62, 20.14, 1, 0)
  241. MovementLoopAddLocation(NPC, -115.9, -9.57, 20.19, 1, math.random(16, 24))
  242. -- MovementLoopAddLocation(NPC, -113.35, -9.65, 42.38, 1, 0)
  243. MovementLoopAddLocation(NPC, -113.37, -9.6, 42.33, 1, math.random(16, 24))
  244. MovementLoopAddLocation(NPC, -117.97, -8.27, 34.03, 1, 0)
  245. -- MovementLoopAddLocation(NPC, -116.28, -9.65, 19.91, 1, 0)
  246. MovementLoopAddLocation(NPC, -116.33, -9.6, 20.01, 1, math.random(16, 24))
  247. MovementLoopAddLocation(NPC, -118.96, -7.98, 26.37, 1, 0)
  248. -- MovementLoopAddLocation(NPC, -117.19, -9.83, 38.78, 1, 0)
  249. MovementLoopAddLocation(NPC, -117.14, -9.78, 38.73, 1, math.random(16, 24))
  250. elseif GetSpawnLocationID(NPC)==133774959 then
  251. MovementLoopAddLocation(NPC, -113.1, -7.81, 36.83, 1, math.random(10, 16))
  252. -- MovementLoopAddLocation(NPC, -96.86, -9.81, 27.94, 1, 0)
  253. MovementLoopAddLocation(NPC, -96.96, -9.76, 27.99, 1, math.random(16, 24))
  254. MovementLoopAddLocation(NPC, -102.35, -8.62, 31.71, 1, 0)
  255. -- MovementLoopAddLocation(NPC, -103.36, -9.53, 34.47, 1, 0)
  256. MovementLoopAddLocation(NPC, -103.41, -9.48, 34.48, 1, math.random(16, 24))
  257. MovementLoopAddLocation(NPC, -107.5, -8.76, 36, 1, 0)
  258. MovementLoopAddLocation(NPC, -114.31, -8.2, 38.23, 1, 0)
  259. -- MovementLoopAddLocation(NPC, -117.15, -9.84, 38.82, 1, 0)
  260. MovementLoopAddLocation(NPC, -117.14, -9.79, 38.73, 1, math.random(16, 24))
  261. -- MovementLoopAddLocation(NPC, -117.52, -10.37, 19.85, 1, 0)
  262. MovementLoopAddLocation(NPC, -117.5, -10.32, 19.95, 1, math.random(16, 24))
  263. MovementLoopAddLocation(NPC, -116.1, -9.27, 20.83, 1, 0)
  264. MovementLoopAddLocation(NPC, -104.1, -7.08, 23.87, 1, 0)
  265. -- MovementLoopAddLocation(NPC, -113.32, -9.55, 42.28, 1, 0)
  266. MovementLoopAddLocation(NPC, -113.31, -9.5, 42.23, 1, math.random(16, 24))
  267. -- MovementLoopAddLocation(NPC, -113.2, -7.81, 36.85, 1, 0)
  268. elseif GetSpawnLocationID(NPC)==133774960 then
  269. MovementLoopAddLocation(NPC, -93.17, -8.64, 81.23, 1, math.random(16, 24))
  270. MovementLoopAddLocation(NPC, -92.09, -7.98, 84.28, 1, 0)
  271. MovementLoopAddLocation(NPC, -87.77, -7.33, 92.1, 1, 0)
  272. MovementLoopAddLocation(NPC, -93.54, -8.82, 102.29, 1, 0)
  273. -- MovementLoopAddLocation(NPC, -96.03, -9.52, 104.5, 1, 0)
  274. MovementLoopAddLocation(NPC, -95.91, -9.47, 104.48, 1, math.random(16, 24))
  275. -- MovementLoopAddLocation(NPC, -76, -9.44, 107.93, 1, 0)
  276. MovementLoopAddLocation(NPC, -76.11, -9.39, 107.87, 1, math.random(16, 24))
  277. MovementLoopAddLocation(NPC, -90.73, -8.29, 102.37, 1, math.random(16, 24))
  278. MovementLoopAddLocation(NPC, -87.73, -7.8, 104.57, 1, 0)
  279. -- MovementLoopAddLocation(NPC, -80.11, -9.07, 115.07, 1, 0)
  280. MovementLoopAddLocation(NPC, -80.15, -9.06, 115.01, 1, math.random(16, 24))
  281. MovementLoopAddLocation(NPC, -93.04, -8.6, 97.59, 1, math.random(16, 24))
  282. -- MovementLoopAddLocation(NPC, -79.77, -9.07, 113.11, 1, 0)
  283. MovementLoopAddLocation(NPC, -79.84, -9.04, 113.16, 1, math.random(16, 24))
  284. MovementLoopAddLocation(NPC, -82.72, -8.84, 115.53, 1, math.random(16, 24))
  285. MovementLoopAddLocation(NPC, -87.63, -7.08, 99.01, 1, 0)
  286. MovementLoopAddLocation(NPC, -88.51, -7.21, 94.25, 1, 0)
  287. elseif GetSpawnLocationID(NPC)==133774961 then
  288. MovementLoopAddLocation(NPC, -86.75, -9.75, 118.94, 1, math.random(16, 24))
  289. MovementLoopAddLocation(NPC, -87.26, -9.51, 116.72, 1, 0)
  290. MovementLoopAddLocation(NPC, -87.37, -9.14, 114.93, 1, 0)
  291. MovementLoopAddLocation(NPC, -90.23, -8.2, 102.45, 1, 0)
  292. MovementLoopAddLocation(NPC, -91.29, -7.67, 91.35, 1, 0)
  293. MovementLoopAddLocation(NPC, -93.15, -8.54, 86.49, 1, 0)
  294. MovementLoopAddLocation(NPC, -93.93, -8.88, 81.38, 1, math.random(16, 24))
  295. MovementLoopAddLocation(NPC, -89.78, -8.07, 101.08, 1, math.random(16, 24))
  296. MovementLoopAddLocation(NPC, -90.89, -7.59, 92.43, 1, 0)
  297. -- MovementLoopAddLocation(NPC, -94.93, -9.2, 85.77, 1, 0)
  298. MovementLoopAddLocation(NPC, -94.91, -9.2, 85.85, 1, math.random(16, 24))
  299. MovementLoopAddLocation(NPC, -93.76, -8.79, 88.87, 1, 0)
  300. MovementLoopAddLocation(NPC, -88.38, -7.15, 95.1, 1, 0)
  301. MovementLoopAddLocation(NPC, -86.78, -7.08, 99.96, 1, 0)
  302. -- MovementLoopAddLocation(NPC, -86.73, -9.75, 119, 1, 0)
  303. elseif GetSpawnLocationID(NPC)==133774962 then
  304. MovementLoopAddLocation(NPC, -83.77, -7.73, 107.73, 1, math.random(16, 24))
  305. -- MovementLoopAddLocation(NPC, -94.12, -9.76, 111.05, 1, 0)
  306. MovementLoopAddLocation(NPC, -94.07, -9.74, 111.03, 1, math.random(16, 24))
  307. MovementLoopAddLocation(NPC, -92.1, -8.98, 110.01, 1, 0)
  308. MovementLoopAddLocation(NPC, -87.72, -7.61, 103.52, 1, 0)
  309. -- MovementLoopAddLocation(NPC, -77.3, -8.16, 92.19, 1, 0)
  310. MovementLoopAddLocation(NPC, -77.4, -8.12, 92.26, 1, math.random(16, 24))
  311. MovementLoopAddLocation(NPC, -88.63, -7.09, 98.25, 1, 0)
  312. -- MovementLoopAddLocation(NPC, -96.96, -9.71, 102.6, 1, 0)
  313. MovementLoopAddLocation(NPC, -96.95, -9.71, 102.54, 1, math.random(16, 24))
  314. MovementLoopAddLocation(NPC, -97.17, -9.7, 92.73, 1, 0)
  315. MovementLoopAddLocation(NPC, -95.37, -9.32, 87.44, 1, 0)
  316. MovementLoopAddLocation(NPC, -93.7, -8.8, 85.85, 1, math.random(16, 24))
  317. -- MovementLoopAddLocation(NPC, -78.41, -9.56, 115.31, 1, 0)
  318. MovementLoopAddLocation(NPC, -78.42, -9.56, 115.28, 1, math.random(16, 24))
  319. MovementLoopAddLocation(NPC, -80.5, -8.88, 113.23, 1, 0)
  320. elseif GetSpawnLocationID(NPC)==133774963 then
  321. MovementLoopAddLocation(NPC, -72.62, -8.05, 66.13, 1, math.random(16, 24))
  322. -- MovementLoopAddLocation(NPC, -93.46, -9.12, 41.28, 1, 0)
  323. MovementLoopAddLocation(NPC, -93.35, -9.06, 41.52, 1, math.random(16, 24))
  324. MovementLoopAddLocation(NPC, -91.99, -8.41, 45.17, 1, 0)
  325. MovementLoopAddLocation(NPC, -90.73, -8.22, 65.24, 1, 0)
  326. MovementLoopAddLocation(NPC, -91.37, -8.21, 71.24, 1, 0)
  327. MovementLoopAddLocation(NPC, -93.37, -8.7, 74.92, 1, math.random(16, 24))
  328. MovementLoopAddLocation(NPC, -90.63, -8.2, 66.75, 1, math.random(16, 24))
  329. MovementLoopAddLocation(NPC, -67.55, -7.48, 86.64, 1, math.random(16, 24))
  330. MovementLoopAddLocation(NPC, -95.95, -9.33, 58, 1, 0)
  331. -- MovementLoopAddLocation(NPC, -95.98, -9.33, 58.09, 1, 0)
  332. MovementLoopAddLocation(NPC, -95.98, -9.33, 58.09, 1, math.random(16, 24))
  333. MovementLoopAddLocation(NPC, -97.15, -9.59, 62.26, 1, 0)
  334. MovementLoopAddLocation(NPC, -97.51, -9.62, 67.11, 1, 0)
  335. -- MovementLoopAddLocation(NPC, -97.37, -9.75, 74.82, 1, 0)
  336. MovementLoopAddLocation(NPC, -97.33, -9.75, 74.83, 1, math.random(16, 24))
  337. -- MovementLoopAddLocation(NPC, -57.4, -8.96, 83.23, 1, 0)
  338. MovementLoopAddLocation(NPC, -57.55, -8.9, 83.14, 1, math.random(16, 24))
  339. elseif GetSpawnLocationID(NPC)==133774964 then
  340. MovementLoopAddLocation(NPC, -92.22, -9.18, 39.55, 1, math.random(16, 24))
  341. MovementLoopAddLocation(NPC, -63.96, -8.09, 43.04, 1, 0)
  342. MovementLoopAddLocation(NPC, -59.58, -8.57, 44.16, 1, 0)
  343. -- MovementLoopAddLocation(NPC, -55.25, -9.7, 44.44, 1, 0)
  344. MovementLoopAddLocation(NPC, -55.38, -9.66, 44.27, 1, math.random(16, 24))
  345. MovementLoopAddLocation(NPC, -58.25, -8.94, 40.77, 1, math.random(16, 24))
  346. MovementLoopAddLocation(NPC, -89.67, -9.33, 36.59, 1, 0)
  347. -- MovementLoopAddLocation(NPC, -92.26, -10.41, 35.1, 1, 0)
  348. MovementLoopAddLocation(NPC, -92.25, -10.36, 35.16, 1, math.random(16, 24))
  349. MovementLoopAddLocation(NPC, -91.92, -9.46, 38, 1, 0)
  350. MovementLoopAddLocation(NPC, -86.16, -7.88, 45.66, 1, math.random(16, 24))
  351. MovementLoopAddLocation(NPC, -61.64, -8.29, 44.72, 1, math.random(16, 24))
  352. MovementLoopAddLocation(NPC, -83.92, -8.43, 36.82, 1, 0)
  353. MovementLoopAddLocation(NPC, -88.22, -9.18, 35.72, 1, 0)
  354. -- MovementLoopAddLocation(NPC, -90.39, -9.87, 34.52, 1, 0)
  355. MovementLoopAddLocation(NPC, -90.35, -9.83, 34.53, 1, math.random(16, 24))
  356. MovementLoopAddLocation(NPC, -88.68, -9.41, 35.02, 1, 0)
  357. -- MovementLoopAddLocation(NPC, -64.02, -9.26, 32.53, 1, 0)
  358. MovementLoopAddLocation(NPC, -64.11, -9.24, 32.54, 1, math.random(16, 24))
  359. MovementLoopAddLocation(NPC, -89.87, -8.65, 40.7, 1, math.random(16, 24))
  360. -- MovementLoopAddLocation(NPC, -69.08, -8.81, 29.59, 1, 0)
  361. MovementLoopAddLocation(NPC, -69.2, -8.78, 29.64, 1, math.random(16, 24))
  362. MovementLoopAddLocation(NPC, -75.45, -8.21, 32.8, 1, 0)
  363. MovementLoopAddLocation(NPC, -83.35, -8.47, 35.74, 1, 0)
  364. MovementLoopAddLocation(NPC, -88.16, -8.51, 40.18, 1, 0)
  365. -- MovementLoopAddLocation(NPC, -92.3, -9.19, 39.54, 1, 0)
  366. elseif GetSpawnLocationID(NPC)==133774965 then
  367. MovementLoopAddLocation(NPC, -62.6, -8.21, 47.61, 1, math.random(16, 24))
  368. MovementLoopAddLocation(NPC, -87.64, -7.83, 46.91, 1, math.random(16, 24))
  369. MovementLoopAddLocation(NPC, -71.21, -8.21, 32.7, 1, math.random(16, 24))
  370. MovementLoopAddLocation(NPC, -62.89, -8.42, 39.68, 1, math.random(16, 24))
  371. MovementLoopAddLocation(NPC, -84.3, -8.55, 35.92, 1, 0)
  372. MovementLoopAddLocation(NPC, -89.56, -9.43, 35.98, 1, 0)
  373. -- MovementLoopAddLocation(NPC, -91.15, -10.21, 34.94, 1, 0)
  374. MovementLoopAddLocation(NPC, -91.14, -10.17, 35.07, 1, math.random(16, 24))
  375. MovementLoopAddLocation(NPC, -90.96, -9.58, 36.72, 1, 0)
  376. MovementLoopAddLocation(NPC, -91.26, -9.26, 38.33, 1, 0)
  377. MovementLoopAddLocation(NPC, -90.15, -8.72, 40.55, 1, math.random(16, 24))
  378. MovementLoopAddLocation(NPC, -87.35, -8.5, 39.42, 1, 0)
  379. MovementLoopAddLocation(NPC, -80.11, -8.91, 31.88, 1, 0)
  380. -- MovementLoopAddLocation(NPC, -78.9, -9.59, 29.37, 1, 0)
  381. MovementLoopAddLocation(NPC, -78.87, -9.58, 29.38, 1, math.random(16, 24))
  382. MovementLoopAddLocation(NPC, -77.45, -9.17, 29.9, 1, 0)
  383. MovementLoopAddLocation(NPC, -74.41, -8.57, 30.54, 1, math.random(16, 24))
  384. MovementLoopAddLocation(NPC, -71.36, -7.98, 34.1, 1, 0)
  385. MovementLoopAddLocation(NPC, -63.06, -8.35, 43.73, 1, math.random(16, 24))
  386. MovementLoopAddLocation(NPC, -64.2, -8.02, 44.06, 1, 0)
  387. MovementLoopAddLocation(NPC, -89.08, -8.58, 40.46, 1, math.random(16, 24))
  388. MovementLoopAddLocation(NPC, -87.46, -8.49, 39.61, 1, 0)
  389. -- MovementLoopAddLocation(NPC, -80.58, -9.14, 31.38, 1, 0)
  390. MovementLoopAddLocation(NPC, -80.52, -9.13, 31.39, 1, math.random(16, 24))
  391. MovementLoopAddLocation(NPC, -77.97, -8.7, 31.71, 1, 0)
  392. MovementLoopAddLocation(NPC, -71.45, -8.49, 30.31, 1, math.random(16, 24))
  393. -- MovementLoopAddLocation(NPC, -62.46, -8.22, 47.63, 1, 0)
  394. elseif GetSpawnLocationID(NPC)==133774966 then
  395. MovementLoopAddLocation(NPC, -61.91, -8.95, 35.55, 1, math.random(16, 24))
  396. MovementLoopAddLocation(NPC, -60.39, -8.81, 37.97, 1, math.random(16, 24))
  397. MovementLoopAddLocation(NPC, -63.16, -8.71, 35.25, 1, math.random(16, 24))
  398. -- MovementLoopAddLocation(NPC, -56.23, -9.56, 37.19, 1, 0)
  399. MovementLoopAddLocation(NPC, -56.29, -9.55, 37.21, 1, math.random(16, 24))
  400. MovementLoopAddLocation(NPC, -66.48, -7.59, 39.92, 1, 0)
  401. -- MovementLoopAddLocation(NPC, -95.83, -9.6, 45.7, 1, 0)
  402. MovementLoopAddLocation(NPC, -95.75, -9.56, 45.71, 1, math.random(16, 24))
  403. -- MovementLoopAddLocation(NPC, -55.13, -9.66, 41.28, 1, 0)
  404. MovementLoopAddLocation(NPC, -55.17, -9.65, 41.25, 1, math.random(16, 24))
  405. -- MovementLoopAddLocation(NPC, -63.94, -8.76, 34.28, 1, 0)
  406. MovementLoopAddLocation(NPC, -63.85, -8.77, 34.33, 1, math.random(16, 24))
  407. -- MovementLoopAddLocation(NPC, -61.96, -8.96, 35.46, 1, 0)
  408. elseif GetSpawnLocationID(NPC)==133774967 then
  409. MovementLoopAddLocation(NPC, -118.55, -9.69, 20.93, 1, math.random(16, 24))
  410. MovementLoopAddLocation(NPC, -110.55, -8.03, 20.3, 1, 0)
  411. -- MovementLoopAddLocation(NPC, -98.1, -9.54, 21.93, 1, 0)
  412. MovementLoopAddLocation(NPC, -98.15, -9.49, 21.88, 1, math.random(16, 24))
  413. MovementLoopAddLocation(NPC, -106.45, -8.91, 19.52, 1, 0)
  414. -- MovementLoopAddLocation(NPC, -121.65, -9.61, 28.26, 1, 0)
  415. MovementLoopAddLocation(NPC, -121.60, -9.56, 28.31, 1, math.random(16, 24))
  416. -- MovementLoopAddLocation(NPC, -106.09, -9.6, 36.25, 1, 0)
  417. MovementLoopAddLocation(NPC, -106.04, -9.55, 36.2, 1, math.random(16, 24))
  418. -- MovementLoopAddLocation(NPC, -101.31, -9.87, 19.82, 1, 0)
  419. MovementLoopAddLocation(NPC, -101.36, -9.82, 19.87, 1, math.random(16, 24))
  420. -- MovementLoopAddLocation(NPC, -98.58, -8.9, 23.95, 1, 0)
  421. MovementLoopAddLocation(NPC, -115.78, -7.26, 23.84, 1, 0)
  422. -- MovementLoopAddLocation(NPC, -118.6, -9.74, 20.88, 1, 0)
  423. elseif GetSpawnLocationID(NPC)==133774968 then
  424. MovementLoopAddLocation(NPC, -52.98, -9.61, 80.59, 1, math.random(16, 24))
  425. MovementLoopAddLocation(NPC, -92.19, -8.48, 52.05, 1, 0)
  426. MovementLoopAddLocation(NPC, -94.69, -9.25, 49.81, 1, 0)
  427. -- MovementLoopAddLocation(NPC, -97.33, -9.98, 48.7, 1, 0)
  428. MovementLoopAddLocation(NPC, -97.27, -9.87, 48.67, 1, math.random(16, 24))
  429. MovementLoopAddLocation(NPC, -95.87, -9.77, 48.07, 1, 0)
  430. MovementLoopAddLocation(NPC, -94.3, -9.16, 47.83, 1, 0)
  431. MovementLoopAddLocation(NPC, -92.23, -8.48, 47.03, 1, 0)
  432. MovementLoopAddLocation(NPC, -88.55, -7.8, 53.45, 1, 0)
  433. MovementLoopAddLocation(NPC, -75.61, -8.38, 88.92, 1, math.random(16, 24))
  434. MovementLoopAddLocation(NPC, -94.71, -8.97, 70.7, 1, math.random(16, 24))
  435. MovementLoopAddLocation(NPC, -93.49, -8.76, 79.09, 1, math.random(16, 24))
  436. MovementLoopAddLocation(NPC, -92.21, -8.37, 72.78, 1, 0)
  437. MovementLoopAddLocation(NPC, -89.77, -8.03, 58.97, 1, math.random(16, 24))
  438. -- MovementLoopAddLocation(NPC, -52.95, -9.63, 80.62, 1, 0)
  439. elseif GetSpawnLocationID(NPC)==133774969 then
  440. MovementLoopAddLocation(NPC, -54.61, -8.58, 74.87, 1, math.random(16, 24))
  441. MovementLoopAddLocation(NPC, -87.87, -7.77, 48.36, 1, 0)
  442. MovementLoopAddLocation(NPC, -92.03, -8.45, 44.11, 1, 0)
  443. -- MovementLoopAddLocation(NPC, -95.71, -9.58, 41.68, 1, 0)
  444. MovementLoopAddLocation(NPC, -95.69, -9.57, 41.79, 1, math.random(16, 24))
  445. MovementLoopAddLocation(NPC, -93.29, -8.72, 52.84, 1, 0)
  446. MovementLoopAddLocation(NPC, -91.05, -8.27, 61.51, 1, 0)
  447. MovementLoopAddLocation(NPC, -85.16, -7.41, 65.49, 1, math.random(16, 24))
  448. -- MovementLoopAddLocation(NPC, -95.46, -9.42, 45.69, 1, 0)
  449. MovementLoopAddLocation(NPC, -95.46, -9.43, 45.76, 1, math.random(16, 24))
  450. MovementLoopAddLocation(NPC, -94.44, -8.96, 57.01, 1, 0)
  451. -- MovementLoopAddLocation(NPC, -97.2, -9.68, 59.14, 1, 0)
  452. MovementLoopAddLocation(NPC, -97.1, -9.64, 59.18, 1, math.random(16, 24))
  453. MovementLoopAddLocation(NPC, -80.11, -7.37, 63.95, 1, 0)
  454. MovementLoopAddLocation(NPC, -68.11, -8.29, 66.69, 1, math.random(16, 24))
  455. MovementLoopAddLocation(NPC, -92.27, -8.52, 49.9, 1, 0)
  456. -- MovementLoopAddLocation(NPC, -95.76, -9.67, 46.59, 1, 0)
  457. MovementLoopAddLocation(NPC, -95.66, -9.63, 46.66, 1, math.random(16, 24))
  458. MovementLoopAddLocation(NPC, -63.6, -8.43, 68.63, 1, 0)
  459. MovementLoopAddLocation(NPC, -60.16, -8.29, 71.8, 1, 0)
  460. elseif GetSpawnLocationID(NPC)==133774970 then
  461. MovementLoopAddLocation(NPC, -60.87, -8.7, 38.62, 1, math.random(16, 24))
  462. MovementLoopAddLocation(NPC, -90.58, -8.23, 44.86, 1, math.random(16, 24))
  463. MovementLoopAddLocation(NPC, -69.19, -8.51, 31.62, 1, math.random(16, 24))
  464. MovementLoopAddLocation(NPC, -91.31, -8.52, 42.58, 1, math.random(16, 24))
  465. MovementLoopAddLocation(NPC, -62.29, -8.46, 42.02, 1, math.random(16, 24))
  466. MovementLoopAddLocation(NPC, -82.01, -8.5, 34.46, 1, math.random(16, 24))
  467. -- MovementLoopAddLocation(NPC, -59.41, -8.77, 42.68, 1, 0)
  468. MovementLoopAddLocation(NPC, -59.46, -8.77, 42.66, 1, math.random(16, 24))
  469. -- MovementLoopAddLocation(NPC, -90.26, -9.26, 37.57, 1, 0)
  470. MovementLoopAddLocation(NPC, -90.18, -9.24, 37.57, 1, math.random(16, 24))
  471. elseif GetSpawnLocationID(NPC)==133774971 then
  472. MovementLoopAddLocation(NPC, -93.21, -8.69, 55.83, 1, math.random(16, 24))
  473. MovementLoopAddLocation(NPC, -91.27, -8.31, 63.01, 1, 0)
  474. MovementLoopAddLocation(NPC, -90.16, -8.11, 65.6, 1, math.random(16, 24))
  475. MovementLoopAddLocation(NPC, -82.13, -7.21, 77.41, 1, 0)
  476. MovementLoopAddLocation(NPC, -75.46, -8.05, 84.77, 1, 0)
  477. MovementLoopAddLocation(NPC, -67.2, -7.51, 88.9, 1, math.random(16, 24))
  478. -- MovementLoopAddLocation(NPC, -96.71, -9.73, 78.12, 1, 0)
  479. MovementLoopAddLocation(NPC, -96.67, -9.72, 78.14, 1, math.random(16, 24))
  480. MovementLoopAddLocation(NPC, -66.21, -7.49, 85.83, 1, math.random(16, 24))
  481. MovementLoopAddLocation(NPC, -94.68, -8.99, 59.48, 1, 0)
  482. -- MovementLoopAddLocation(NPC, -97.3, -9.74, 58.19, 1, 0)
  483. MovementLoopAddLocation(NPC, -97.3, -9.73, 58.35, 1, math.random(16, 24))
  484. MovementLoopAddLocation(NPC, -97.28, -9.56, 65.73, 1, 0)
  485. MovementLoopAddLocation(NPC, -93.94, -8.81, 70.75, 1, math.random(16, 24))
  486. MovementLoopAddLocation(NPC, -94.68, -9.08, 78.35, 1, 0)
  487. MovementLoopAddLocation(NPC, -93.46, -8.74, 77.4, 12, math.random(16, 24))
  488. MovementLoopAddLocation(NPC, -89.68, -8.01, 60, 1, math.random(16, 24))
  489. end
  490. end