Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. local tbl =
  2. {
  3. name = "Rich Iron Node",
  4. properties =
  5. {
  6. failure = 1,
  7. order = 1,
  8. repeattasks = 2,
  9. },
  10. tasks =
  11. {
  12.  
  13. {
  14. customProperties =
  15. {
  16. waypointid = 3,
  17. },
  18. lastrun = 0,
  19. order = 1,
  20. posttasks =
  21. {
  22. },
  23. pretasks =
  24. {
  25. },
  26. subtasks =
  27. {
  28. },
  29. taskProperties =
  30. {
  31. cooldown = 0,
  32. enabled = true,
  33. gw2_failondeath = false,
  34. gw2_failondeathcount = 4,
  35. gw2_trytosurvive = false,
  36. mapid = 23,
  37. maxduration = 0,
  38. maxlevel = 0,
  39. minlevel = 0,
  40. name = "Kessex Hills",
  41. pos =
  42. {
  43. hx = 1,
  44. hy = 0,
  45. hz = 0,
  46. x = -35158.15625,
  47. y = 19378.134765625,
  48. z = -3706.9370117188,
  49. },
  50. radius = 0,
  51. type = "tm_usewaypoint",
  52. },
  53. version = 0,
  54. },
  55.  
  56. {
  57. customProperties =
  58. {
  59. doevents = false,
  60. },
  61. lastrun = 0,
  62. order = 2,
  63. posttasks =
  64. {
  65. },
  66. pretasks =
  67. {
  68. },
  69. subtasks =
  70. {
  71. },
  72. taskProperties =
  73. {
  74. cooldown = 0,
  75. enabled = true,
  76. gw2_failondeath = false,
  77. gw2_failondeathcount = 4,
  78. gw2_trytosurvive = true,
  79. mapid = 23,
  80. maxduration = 10,
  81. maxlevel = 0,
  82. minlevel = 0,
  83. name = "Iron 1",
  84. pos =
  85. {
  86. hx = -0.40638354420662,
  87. hy = 0.65947240591049,
  88. hz = 0.6324148774147,
  89. x = -43391.13671875,
  90. y = 882.64709472656,
  91. z = -1667.2369384766,
  92. },
  93. radius = 0,
  94. type = "tm_gather",
  95. },
  96. version = 0,
  97. },
  98.  
  99. {
  100. customProperties =
  101. {
  102. doevents = false,
  103. },
  104. lastrun = 0,
  105. order = 3,
  106. posttasks =
  107. {
  108. },
  109. pretasks =
  110. {
  111. },
  112. subtasks =
  113. {
  114. },
  115. taskProperties =
  116. {
  117. cooldown = 0,
  118. enabled = true,
  119. gw2_failondeath = false,
  120. gw2_failondeathcount = 4,
  121. gw2_trytosurvive = true,
  122. mapid = 23,
  123. maxduration = 10,
  124. maxlevel = 0,
  125. minlevel = 0,
  126. name = "Iron 2",
  127. pos =
  128. {
  129. hx = 0.37154367566109,
  130. hy = -0.85978126525879,
  131. hz = 0.35033047199249,
  132. x = 31316.314453125,
  133. y = -20377.4609375,
  134. z = -1342.708984375,
  135. },
  136. radius = 0,
  137. type = "tm_gather",
  138. },
  139. version = 0,
  140. },
  141. },
  142. version = 0,
  143. }
  144.  
  145.  
  146.  
  147. return tbl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement