Advertisement
Sir_Moriarty

Bigger Monstrosity

Jul 31st, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 281.44 KB | None | 0 0
  1.  
  2. function config takes nothing returns nothing
  3. local player otherPlayer
  4. local player otherPlayer_2
  5. call SetMapName("TRIGSTR_008")
  6. call SetMapDescription("")
  7. call SetPlayers(24)
  8. call SetTeams(24)
  9. call SetGamePlacement(MAP_PLACEMENT_TEAMS_TOGETHER)
  10. call DefineStartLocation(0, - 128.0, 64.0)
  11. call DefineStartLocation(1, - 1984.0, - 2240.0)
  12. call DefineStartLocation(2, - 1920.0, - 256.0)
  13. call DefineStartLocation(3, 1152.0, 448.0)
  14. call DefineStartLocation(4, - 192.0, - 832.0)
  15. call DefineStartLocation(5, 2496.0, - 2624.0)
  16. call DefineStartLocation(6, - 384.0, 2496.0)
  17. call DefineStartLocation(7, - 1344.0, - 2688.0)
  18. call DefineStartLocation(8, 704.0, 2176.0)
  19. call DefineStartLocation(9, - 1536.0, 2560.0)
  20. call DefineStartLocation(10, 192.0, - 3136.0)
  21. call DefineStartLocation(11, - 2176.0, - 1664.0)
  22. call DefineStartLocation(12, - 576.0, - 1728.0)
  23. call DefineStartLocation(13, 1280.0, 2240.0)
  24. call DefineStartLocation(14, - 320.0, 1920.0)
  25. call DefineStartLocation(15, 1088.0, - 1600.0)
  26. call DefineStartLocation(16, 1600.0, - 640.0)
  27. call DefineStartLocation(17, 384.0, - 2304.0)
  28. call DefineStartLocation(18, 1344.0, - 2304.0)
  29. call DefineStartLocation(19, - 896.0, 640.0)
  30. call DefineStartLocation(20, - 2944.0, 2816.0)
  31. call DefineStartLocation(21, 3072.0, - 2176.0)
  32. call DefineStartLocation(22, 2560.0, - 192.0)
  33. call DefineStartLocation(23, 3072.0, - 192.0)
  34. call SetPlayerStartLocation(Player(0), 0)
  35. call SetPlayerColor(Player(0), ConvertPlayerColor(0))
  36. call SetPlayerRacePreference(Player(0), RACE_PREF_HUMAN)
  37. call SetPlayerRaceSelectable(Player(0), true)
  38. call SetPlayerController(Player(0), MAP_CONTROL_USER)
  39. call SetPlayerStartLocation(Player(1), 1)
  40. call SetPlayerColor(Player(1), ConvertPlayerColor(1))
  41. call SetPlayerRacePreference(Player(1), RACE_PREF_ORC)
  42. call SetPlayerRaceSelectable(Player(1), true)
  43. call SetPlayerController(Player(1), MAP_CONTROL_USER)
  44. call SetPlayerStartLocation(Player(2), 2)
  45. call SetPlayerColor(Player(2), ConvertPlayerColor(2))
  46. call SetPlayerRacePreference(Player(2), RACE_PREF_UNDEAD)
  47. call SetPlayerRaceSelectable(Player(2), true)
  48. call SetPlayerController(Player(2), MAP_CONTROL_USER)
  49. call SetPlayerStartLocation(Player(3), 3)
  50. call SetPlayerColor(Player(3), ConvertPlayerColor(3))
  51. call SetPlayerRacePreference(Player(3), RACE_PREF_NIGHTELF)
  52. call SetPlayerRaceSelectable(Player(3), true)
  53. call SetPlayerController(Player(3), MAP_CONTROL_USER)
  54. call SetPlayerStartLocation(Player(4), 4)
  55. call SetPlayerColor(Player(4), ConvertPlayerColor(4))
  56. call SetPlayerRacePreference(Player(4), RACE_PREF_HUMAN)
  57. call SetPlayerRaceSelectable(Player(4), true)
  58. call SetPlayerController(Player(4), MAP_CONTROL_USER)
  59. call SetPlayerStartLocation(Player(5), 5)
  60. call SetPlayerColor(Player(5), ConvertPlayerColor(5))
  61. call SetPlayerRacePreference(Player(5), RACE_PREF_ORC)
  62. call SetPlayerRaceSelectable(Player(5), true)
  63. call SetPlayerController(Player(5), MAP_CONTROL_USER)
  64. call SetPlayerStartLocation(Player(6), 6)
  65. call SetPlayerColor(Player(6), ConvertPlayerColor(6))
  66. call SetPlayerRacePreference(Player(6), RACE_PREF_UNDEAD)
  67. call SetPlayerRaceSelectable(Player(6), true)
  68. call SetPlayerController(Player(6), MAP_CONTROL_USER)
  69. call SetPlayerStartLocation(Player(7), 7)
  70. call SetPlayerColor(Player(7), ConvertPlayerColor(7))
  71. call SetPlayerRacePreference(Player(7), RACE_PREF_NIGHTELF)
  72. call SetPlayerRaceSelectable(Player(7), true)
  73. call SetPlayerController(Player(7), MAP_CONTROL_USER)
  74. call SetPlayerStartLocation(Player(8), 8)
  75. call SetPlayerColor(Player(8), ConvertPlayerColor(8))
  76. call SetPlayerRacePreference(Player(8), RACE_PREF_HUMAN)
  77. call SetPlayerRaceSelectable(Player(8), true)
  78. call SetPlayerController(Player(8), MAP_CONTROL_USER)
  79. call SetPlayerStartLocation(Player(9), 9)
  80. call SetPlayerColor(Player(9), ConvertPlayerColor(9))
  81. call SetPlayerRacePreference(Player(9), RACE_PREF_ORC)
  82. call SetPlayerRaceSelectable(Player(9), true)
  83. call SetPlayerController(Player(9), MAP_CONTROL_USER)
  84. call SetPlayerStartLocation(Player(10), 10)
  85. call SetPlayerColor(Player(10), ConvertPlayerColor(10))
  86. call SetPlayerRacePreference(Player(10), RACE_PREF_UNDEAD)
  87. call SetPlayerRaceSelectable(Player(10), true)
  88. call SetPlayerController(Player(10), MAP_CONTROL_USER)
  89. call SetPlayerStartLocation(Player(11), 11)
  90. call SetPlayerColor(Player(11), ConvertPlayerColor(11))
  91. call SetPlayerRacePreference(Player(11), RACE_PREF_NIGHTELF)
  92. call SetPlayerRaceSelectable(Player(11), true)
  93. call SetPlayerController(Player(11), MAP_CONTROL_USER)
  94. call SetPlayerStartLocation(Player(12), 12)
  95. call SetPlayerColor(Player(12), ConvertPlayerColor(12))
  96. call SetPlayerRacePreference(Player(12), RACE_PREF_HUMAN)
  97. call SetPlayerRaceSelectable(Player(12), true)
  98. call SetPlayerController(Player(12), MAP_CONTROL_USER)
  99. call SetPlayerStartLocation(Player(13), 13)
  100. call SetPlayerColor(Player(13), ConvertPlayerColor(13))
  101. call SetPlayerRacePreference(Player(13), RACE_PREF_ORC)
  102. call SetPlayerRaceSelectable(Player(13), true)
  103. call SetPlayerController(Player(13), MAP_CONTROL_USER)
  104. call SetPlayerStartLocation(Player(14), 14)
  105. call SetPlayerColor(Player(14), ConvertPlayerColor(14))
  106. call SetPlayerRacePreference(Player(14), RACE_PREF_UNDEAD)
  107. call SetPlayerRaceSelectable(Player(14), true)
  108. call SetPlayerController(Player(14), MAP_CONTROL_USER)
  109. call SetPlayerStartLocation(Player(15), 15)
  110. call SetPlayerColor(Player(15), ConvertPlayerColor(15))
  111. call SetPlayerRacePreference(Player(15), RACE_PREF_NIGHTELF)
  112. call SetPlayerRaceSelectable(Player(15), true)
  113. call SetPlayerController(Player(15), MAP_CONTROL_USER)
  114. call SetPlayerStartLocation(Player(16), 16)
  115. call SetPlayerColor(Player(16), ConvertPlayerColor(16))
  116. call SetPlayerRacePreference(Player(16), RACE_PREF_HUMAN)
  117. call SetPlayerRaceSelectable(Player(16), true)
  118. call SetPlayerController(Player(16), MAP_CONTROL_USER)
  119. call SetPlayerStartLocation(Player(17), 17)
  120. call SetPlayerColor(Player(17), ConvertPlayerColor(17))
  121. call SetPlayerRacePreference(Player(17), RACE_PREF_ORC)
  122. call SetPlayerRaceSelectable(Player(17), true)
  123. call SetPlayerController(Player(17), MAP_CONTROL_USER)
  124. call SetPlayerStartLocation(Player(18), 18)
  125. call SetPlayerColor(Player(18), ConvertPlayerColor(18))
  126. call SetPlayerRacePreference(Player(18), RACE_PREF_UNDEAD)
  127. call SetPlayerRaceSelectable(Player(18), true)
  128. call SetPlayerController(Player(18), MAP_CONTROL_USER)
  129. call SetPlayerStartLocation(Player(19), 19)
  130. call SetPlayerColor(Player(19), ConvertPlayerColor(19))
  131. call SetPlayerRacePreference(Player(19), RACE_PREF_NIGHTELF)
  132. call SetPlayerRaceSelectable(Player(19), true)
  133. call SetPlayerController(Player(19), MAP_CONTROL_USER)
  134. call SetPlayerStartLocation(Player(20), 20)
  135. call SetPlayerColor(Player(20), ConvertPlayerColor(20))
  136. call SetPlayerRacePreference(Player(20), RACE_PREF_HUMAN)
  137. call SetPlayerRaceSelectable(Player(20), true)
  138. call SetPlayerController(Player(20), MAP_CONTROL_USER)
  139. call SetPlayerStartLocation(Player(21), 21)
  140. call SetPlayerColor(Player(21), ConvertPlayerColor(21))
  141. call SetPlayerRacePreference(Player(21), RACE_PREF_ORC)
  142. call SetPlayerRaceSelectable(Player(21), true)
  143. call SetPlayerController(Player(21), MAP_CONTROL_USER)
  144. call SetPlayerStartLocation(Player(22), 22)
  145. call SetPlayerColor(Player(22), ConvertPlayerColor(22))
  146. call SetPlayerRacePreference(Player(22), RACE_PREF_UNDEAD)
  147. call SetPlayerRaceSelectable(Player(22), true)
  148. call SetPlayerController(Player(22), MAP_CONTROL_USER)
  149. call SetPlayerStartLocation(Player(23), 23)
  150. call SetPlayerColor(Player(23), ConvertPlayerColor(23))
  151. call SetPlayerRacePreference(Player(23), RACE_PREF_NIGHTELF)
  152. call SetPlayerRaceSelectable(Player(23), true)
  153. call SetPlayerController(Player(23), MAP_CONTROL_USER)
  154. call SetPlayerTeam(Player(1), 0)
  155. call SetPlayerTeam(Player(2), 0)
  156. call SetPlayerTeam(Player(3), 0)
  157. call SetPlayerTeam(Player(4), 0)
  158. call SetPlayerTeam(Player(5), 0)
  159. call SetPlayerTeam(Player(6), 0)
  160. call SetPlayerTeam(Player(7), 0)
  161. call SetPlayerTeam(Player(8), 0)
  162. call SetPlayerTeam(Player(9), 0)
  163. call SetPlayerTeam(Player(10), 0)
  164. call SetPlayerTeam(Player(11), 0)
  165. call SetPlayerTeam(Player(12), 0)
  166. call SetPlayerTeam(Player(13), 0)
  167. call SetPlayerTeam(Player(14), 0)
  168. call SetPlayerTeam(Player(15), 0)
  169. call SetPlayerTeam(Player(16), 0)
  170. call SetPlayerTeam(Player(17), 0)
  171. call SetPlayerTeam(Player(18), 0)
  172. call SetPlayerTeam(Player(19), 0)
  173. call SetPlayerTeam(Player(20), 0)
  174. call SetPlayerTeam(Player(21), 0)
  175. call SetPlayerTeam(Player(22), 0)
  176. call SetPlayerTeam(Player(23), 0)
  177. set otherPlayer = Player(1)
  178. set otherPlayer_2 = Player(2)
  179. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  180. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  181. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  182. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  183. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  184. set otherPlayer_2 = Player(1)
  185. set otherPlayer = Player(3)
  186. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  187. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  188. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  189. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  190. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  191. set otherPlayer_2 = Player(1)
  192. set otherPlayer = Player(4)
  193. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  194. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  195. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  196. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  197. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  198. set otherPlayer = Player(1)
  199. set otherPlayer_2 = Player(5)
  200. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  201. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  202. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  203. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  204. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  205. set otherPlayer = Player(1)
  206. set otherPlayer_2 = Player(6)
  207. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  208. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  209. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  210. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  211. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  212. set otherPlayer_2 = Player(1)
  213. set otherPlayer = Player(7)
  214. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  215. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  216. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  217. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  218. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  219. set otherPlayer_2 = Player(1)
  220. set otherPlayer = Player(8)
  221. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  222. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  223. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  224. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  225. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  226. set otherPlayer_2 = Player(1)
  227. set otherPlayer = Player(9)
  228. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  229. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  230. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  231. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  232. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  233. set otherPlayer = Player(1)
  234. set otherPlayer_2 = Player(10)
  235. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  236. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  237. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  238. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  239. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  240. set otherPlayer = Player(1)
  241. set otherPlayer_2 = Player(11)
  242. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  243. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  244. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  245. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  246. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  247. set otherPlayer = Player(1)
  248. set otherPlayer_2 = Player(12)
  249. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  250. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  251. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  252. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  253. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  254. set otherPlayer = Player(1)
  255. set otherPlayer_2 = Player(13)
  256. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  257. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  258. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  259. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  260. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  261. set otherPlayer = Player(1)
  262. set otherPlayer_2 = Player(14)
  263. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  264. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  265. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  266. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  267. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  268. set otherPlayer_2 = Player(1)
  269. set otherPlayer = Player(15)
  270. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  271. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  272. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  273. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  274. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  275. set otherPlayer = Player(1)
  276. set otherPlayer_2 = Player(16)
  277. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  278. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  279. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  280. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  281. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  282. set otherPlayer_2 = Player(1)
  283. set otherPlayer = Player(17)
  284. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  285. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  286. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  287. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  288. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  289. set otherPlayer = Player(1)
  290. set otherPlayer_2 = Player(18)
  291. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  292. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  293. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  294. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  295. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  296. set otherPlayer = Player(1)
  297. set otherPlayer_2 = Player(19)
  298. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  299. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  300. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  301. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  302. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  303. set otherPlayer = Player(1)
  304. set otherPlayer_2 = Player(20)
  305. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  306. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  307. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  308. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  309. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  310. set otherPlayer_2 = Player(1)
  311. set otherPlayer = Player(21)
  312. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  313. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  314. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  315. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  316. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  317. set otherPlayer_2 = Player(1)
  318. set otherPlayer = Player(22)
  319. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  320. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  321. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  322. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  323. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  324. set otherPlayer_2 = Player(1)
  325. set otherPlayer = Player(23)
  326. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  327. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  328. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  329. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  330. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  331. set otherPlayer_2 = Player(2)
  332. set otherPlayer = Player(1)
  333. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  334. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  335. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  336. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  337. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  338. set otherPlayer_2 = Player(2)
  339. set otherPlayer = Player(3)
  340. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  341. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  342. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  343. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  344. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  345. set otherPlayer_2 = Player(2)
  346. set otherPlayer = Player(4)
  347. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  348. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  349. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  350. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  351. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  352. set otherPlayer_2 = Player(2)
  353. set otherPlayer = Player(5)
  354. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  355. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  356. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  357. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  358. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  359. set otherPlayer_2 = Player(2)
  360. set otherPlayer = Player(6)
  361. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  362. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  363. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  364. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  365. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  366. set otherPlayer_2 = Player(2)
  367. set otherPlayer = Player(7)
  368. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  369. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  370. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  371. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  372. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  373. set otherPlayer_2 = Player(2)
  374. set otherPlayer = Player(8)
  375. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  376. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  377. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  378. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  379. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  380. set otherPlayer = Player(2)
  381. set otherPlayer_2 = Player(9)
  382. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  383. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  384. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  385. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  386. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  387. set otherPlayer_2 = Player(2)
  388. set otherPlayer = Player(10)
  389. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  390. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  391. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  392. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  393. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  394. set otherPlayer_2 = Player(2)
  395. set otherPlayer = Player(11)
  396. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  397. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  398. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  399. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  400. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  401. set otherPlayer_2 = Player(2)
  402. set otherPlayer = Player(12)
  403. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  404. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  405. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  406. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  407. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  408. set otherPlayer = Player(2)
  409. set otherPlayer_2 = Player(13)
  410. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  411. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  412. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  413. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  414. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  415. set otherPlayer_2 = Player(2)
  416. set otherPlayer = Player(14)
  417. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  418. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  419. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  420. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  421. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  422. set otherPlayer = Player(2)
  423. set otherPlayer_2 = Player(15)
  424. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  425. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  426. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  427. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  428. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  429. set otherPlayer = Player(2)
  430. set otherPlayer_2 = Player(16)
  431. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  432. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  433. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  434. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  435. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  436. set otherPlayer = Player(2)
  437. set otherPlayer_2 = Player(17)
  438. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  439. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  440. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  441. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  442. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  443. set otherPlayer = Player(2)
  444. set otherPlayer_2 = Player(18)
  445. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  446. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  447. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  448. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  449. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  450. set otherPlayer = Player(2)
  451. set otherPlayer_2 = Player(19)
  452. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  453. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  454. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  455. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  456. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  457. set otherPlayer = Player(2)
  458. set otherPlayer_2 = Player(20)
  459. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  460. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  461. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  462. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  463. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  464. set otherPlayer_2 = Player(2)
  465. set otherPlayer = Player(21)
  466. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  467. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  468. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  469. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  470. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  471. set otherPlayer_2 = Player(2)
  472. set otherPlayer = Player(22)
  473. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  474. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  475. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  476. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  477. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  478. set otherPlayer = Player(2)
  479. set otherPlayer_2 = Player(23)
  480. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  481. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  482. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  483. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  484. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  485. set otherPlayer = Player(3)
  486. set otherPlayer_2 = Player(1)
  487. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  488. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  489. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  490. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  491. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  492. set otherPlayer = Player(3)
  493. set otherPlayer_2 = Player(2)
  494. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  495. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  496. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  497. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  498. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  499. set otherPlayer_2 = Player(3)
  500. set otherPlayer = Player(4)
  501. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  502. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  503. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  504. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  505. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  506. set otherPlayer_2 = Player(3)
  507. set otherPlayer = Player(5)
  508. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  509. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  510. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  511. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  512. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  513. set otherPlayer = Player(3)
  514. set otherPlayer_2 = Player(6)
  515. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  516. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  517. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  518. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  519. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  520. set otherPlayer = Player(3)
  521. set otherPlayer_2 = Player(7)
  522. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  523. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  524. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  525. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  526. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  527. set otherPlayer_2 = Player(3)
  528. set otherPlayer = Player(8)
  529. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  530. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  531. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  532. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  533. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  534. set otherPlayer_2 = Player(3)
  535. set otherPlayer = Player(9)
  536. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  537. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  538. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  539. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  540. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  541. set otherPlayer_2 = Player(3)
  542. set otherPlayer = Player(10)
  543. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  544. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  545. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  546. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  547. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  548. set otherPlayer_2 = Player(3)
  549. set otherPlayer = Player(11)
  550. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  551. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  552. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  553. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  554. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  555. set otherPlayer_2 = Player(3)
  556. set otherPlayer = Player(12)
  557. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  558. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  559. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  560. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  561. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  562. set otherPlayer_2 = Player(3)
  563. set otherPlayer = Player(13)
  564. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  565. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  566. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  567. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  568. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  569. set otherPlayer_2 = Player(3)
  570. set otherPlayer = Player(14)
  571. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  572. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  573. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  574. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  575. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  576. set otherPlayer = Player(3)
  577. set otherPlayer_2 = Player(15)
  578. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  579. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  580. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  581. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  582. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  583. set otherPlayer_2 = Player(3)
  584. set otherPlayer = Player(16)
  585. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  586. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  587. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  588. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  589. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  590. set otherPlayer_2 = Player(3)
  591. set otherPlayer = Player(17)
  592. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  593. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  594. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  595. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  596. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  597. set otherPlayer_2 = Player(3)
  598. set otherPlayer = Player(18)
  599. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  600. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  601. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  602. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  603. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  604. set otherPlayer = Player(3)
  605. set otherPlayer_2 = Player(19)
  606. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  607. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  608. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  609. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  610. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  611. set otherPlayer_2 = Player(3)
  612. set otherPlayer = Player(20)
  613. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  614. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  615. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  616. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  617. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  618. set otherPlayer = Player(3)
  619. set otherPlayer_2 = Player(21)
  620. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  621. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  622. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  623. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  624. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  625. set otherPlayer_2 = Player(3)
  626. set otherPlayer = Player(22)
  627. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  628. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  629. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  630. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  631. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  632. set otherPlayer_2 = Player(3)
  633. set otherPlayer = Player(23)
  634. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  635. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  636. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  637. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  638. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  639. set otherPlayer = Player(4)
  640. set otherPlayer_2 = Player(1)
  641. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  642. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  643. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  644. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  645. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  646. set otherPlayer_2 = Player(4)
  647. set otherPlayer = Player(2)
  648. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  649. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  650. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  651. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  652. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  653. set otherPlayer_2 = Player(4)
  654. set otherPlayer = Player(3)
  655. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  656. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  657. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  658. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  659. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  660. set otherPlayer = Player(4)
  661. set otherPlayer_2 = Player(5)
  662. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  663. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  664. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  665. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  666. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  667. set otherPlayer = Player(4)
  668. set otherPlayer_2 = Player(6)
  669. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  670. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  671. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  672. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  673. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  674. set otherPlayer_2 = Player(4)
  675. set otherPlayer = Player(7)
  676. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  677. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  678. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  679. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  680. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  681. set otherPlayer = Player(4)
  682. set otherPlayer_2 = Player(8)
  683. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  684. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  685. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  686. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  687. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  688. set otherPlayer = Player(4)
  689. set otherPlayer_2 = Player(9)
  690. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  691. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  692. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  693. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  694. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  695. set otherPlayer_2 = Player(4)
  696. set otherPlayer = Player(10)
  697. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  698. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  699. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  700. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  701. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  702. set otherPlayer = Player(4)
  703. set otherPlayer_2 = Player(11)
  704. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  705. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  706. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  707. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  708. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  709. set otherPlayer_2 = Player(4)
  710. set otherPlayer = Player(12)
  711. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  712. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  713. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  714. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  715. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  716. set otherPlayer_2 = Player(4)
  717. set otherPlayer = Player(13)
  718. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  719. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  720. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  721. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  722. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  723. set otherPlayer = Player(4)
  724. set otherPlayer_2 = Player(14)
  725. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  726. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  727. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  728. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  729. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  730. set otherPlayer = Player(4)
  731. set otherPlayer_2 = Player(15)
  732. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  733. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  734. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  735. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  736. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  737. set otherPlayer = Player(4)
  738. set otherPlayer_2 = Player(16)
  739. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  740. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  741. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  742. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  743. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  744. set otherPlayer_2 = Player(4)
  745. set otherPlayer = Player(17)
  746. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  747. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  748. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  749. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  750. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  751. set otherPlayer_2 = Player(4)
  752. set otherPlayer = Player(18)
  753. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  754. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  755. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  756. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  757. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  758. set otherPlayer = Player(4)
  759. set otherPlayer_2 = Player(19)
  760. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  761. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  762. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  763. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  764. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  765. set otherPlayer_2 = Player(4)
  766. set otherPlayer = Player(20)
  767. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  768. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  769. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  770. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  771. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  772. set otherPlayer = Player(4)
  773. set otherPlayer_2 = Player(21)
  774. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  775. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  776. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  777. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  778. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  779. set otherPlayer = Player(4)
  780. set otherPlayer_2 = Player(22)
  781. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  782. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  783. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  784. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  785. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  786. set otherPlayer = Player(4)
  787. set otherPlayer_2 = Player(23)
  788. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  789. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  790. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  791. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  792. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  793. set otherPlayer_2 = Player(5)
  794. set otherPlayer = Player(1)
  795. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  796. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  797. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  798. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  799. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  800. set otherPlayer = Player(5)
  801. set otherPlayer_2 = Player(2)
  802. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  803. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  804. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  805. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  806. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  807. set otherPlayer = Player(5)
  808. set otherPlayer_2 = Player(3)
  809. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  810. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  811. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  812. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  813. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  814. set otherPlayer = Player(5)
  815. set otherPlayer_2 = Player(4)
  816. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  817. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  818. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  819. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  820. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  821. set otherPlayer_2 = Player(5)
  822. set otherPlayer = Player(6)
  823. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  824. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  825. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  826. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  827. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  828. set otherPlayer_2 = Player(5)
  829. set otherPlayer = Player(7)
  830. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  831. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  832. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  833. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  834. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  835. set otherPlayer = Player(5)
  836. set otherPlayer_2 = Player(8)
  837. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  838. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  839. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  840. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  841. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  842. set otherPlayer_2 = Player(5)
  843. set otherPlayer = Player(9)
  844. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  845. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  846. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  847. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  848. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  849. set otherPlayer = Player(5)
  850. set otherPlayer_2 = Player(10)
  851. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  852. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  853. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  854. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  855. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  856. set otherPlayer_2 = Player(5)
  857. set otherPlayer = Player(11)
  858. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  859. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  860. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  861. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  862. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  863. set otherPlayer = Player(5)
  864. set otherPlayer_2 = Player(12)
  865. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  866. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  867. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  868. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  869. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  870. set otherPlayer = Player(5)
  871. set otherPlayer_2 = Player(13)
  872. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  873. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  874. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  875. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  876. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  877. set otherPlayer = Player(5)
  878. set otherPlayer_2 = Player(14)
  879. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  880. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  881. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  882. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  883. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  884. set otherPlayer_2 = Player(5)
  885. set otherPlayer = Player(15)
  886. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  887. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  888. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  889. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  890. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  891. set otherPlayer_2 = Player(5)
  892. set otherPlayer = Player(16)
  893. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  894. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  895. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  896. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  897. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  898. set otherPlayer_2 = Player(5)
  899. set otherPlayer = Player(17)
  900. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  901. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  902. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  903. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  904. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  905. set otherPlayer_2 = Player(5)
  906. set otherPlayer = Player(18)
  907. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  908. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  909. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  910. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  911. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  912. set otherPlayer = Player(5)
  913. set otherPlayer_2 = Player(19)
  914. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  915. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  916. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  917. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  918. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  919. set otherPlayer_2 = Player(5)
  920. set otherPlayer = Player(20)
  921. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  922. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  923. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  924. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  925. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  926. set otherPlayer = Player(5)
  927. set otherPlayer_2 = Player(21)
  928. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  929. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  930. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  931. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  932. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  933. set otherPlayer_2 = Player(5)
  934. set otherPlayer = Player(22)
  935. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  936. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  937. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  938. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  939. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  940. set otherPlayer_2 = Player(5)
  941. set otherPlayer = Player(23)
  942. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  943. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  944. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  945. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  946. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  947. set otherPlayer_2 = Player(6)
  948. set otherPlayer = Player(1)
  949. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  950. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  951. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  952. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  953. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  954. set otherPlayer_2 = Player(6)
  955. set otherPlayer = Player(2)
  956. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  957. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  958. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  959. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  960. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  961. set otherPlayer_2 = Player(6)
  962. set otherPlayer = Player(3)
  963. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  964. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  965. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  966. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  967. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  968. set otherPlayer = Player(6)
  969. set otherPlayer_2 = Player(4)
  970. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  971. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  972. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  973. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  974. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  975. set otherPlayer = Player(6)
  976. set otherPlayer_2 = Player(5)
  977. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  978. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  979. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  980. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  981. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  982. set otherPlayer_2 = Player(6)
  983. set otherPlayer = Player(7)
  984. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  985. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  986. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  987. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  988. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  989. set otherPlayer = Player(6)
  990. set otherPlayer_2 = Player(8)
  991. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  992. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  993. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  994. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  995. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  996. set otherPlayer = Player(6)
  997. set otherPlayer_2 = Player(9)
  998. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  999. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1000. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1001. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1002. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1003. set otherPlayer_2 = Player(6)
  1004. set otherPlayer = Player(10)
  1005. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1006. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1007. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1008. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1009. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1010. set otherPlayer_2 = Player(6)
  1011. set otherPlayer = Player(11)
  1012. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1013. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1014. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1015. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1016. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1017. set otherPlayer = Player(6)
  1018. set otherPlayer_2 = Player(12)
  1019. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1020. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1021. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1022. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1023. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1024. set otherPlayer_2 = Player(6)
  1025. set otherPlayer = Player(13)
  1026. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1027. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1028. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1029. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1030. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1031. set otherPlayer_2 = Player(6)
  1032. set otherPlayer = Player(14)
  1033. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1034. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1035. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1036. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1037. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1038. set otherPlayer_2 = Player(6)
  1039. set otherPlayer = Player(15)
  1040. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1041. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1042. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1043. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1044. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1045. set otherPlayer = Player(6)
  1046. set otherPlayer_2 = Player(16)
  1047. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1048. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1049. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1050. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1051. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1052. set otherPlayer_2 = Player(6)
  1053. set otherPlayer = Player(17)
  1054. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1055. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1056. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1057. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1058. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1059. set otherPlayer_2 = Player(6)
  1060. set otherPlayer = Player(18)
  1061. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1062. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1063. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1064. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1065. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1066. set otherPlayer = Player(6)
  1067. set otherPlayer_2 = Player(19)
  1068. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1069. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1070. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1071. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1072. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1073. set otherPlayer_2 = Player(6)
  1074. set otherPlayer = Player(20)
  1075. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1076. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1077. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1078. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1079. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1080. set otherPlayer_2 = Player(6)
  1081. set otherPlayer = Player(21)
  1082. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1083. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1084. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1085. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1086. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1087. set otherPlayer = Player(6)
  1088. set otherPlayer_2 = Player(22)
  1089. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1090. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1091. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1092. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1093. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1094. set otherPlayer_2 = Player(6)
  1095. set otherPlayer = Player(23)
  1096. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1097. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1098. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1099. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1100. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1101. set otherPlayer_2 = Player(7)
  1102. set otherPlayer = Player(1)
  1103. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1104. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1105. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1106. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1107. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1108. set otherPlayer = Player(7)
  1109. set otherPlayer_2 = Player(2)
  1110. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1111. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1112. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1113. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1114. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1115. set otherPlayer = Player(7)
  1116. set otherPlayer_2 = Player(3)
  1117. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1118. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1119. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1120. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1121. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1122. set otherPlayer_2 = Player(7)
  1123. set otherPlayer = Player(4)
  1124. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1125. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1126. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1127. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1128. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1129. set otherPlayer_2 = Player(7)
  1130. set otherPlayer = Player(5)
  1131. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1132. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1133. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1134. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1135. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1136. set otherPlayer = Player(7)
  1137. set otherPlayer_2 = Player(6)
  1138. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1139. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1140. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1141. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1142. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1143. set otherPlayer = Player(7)
  1144. set otherPlayer_2 = Player(8)
  1145. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1146. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1147. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1148. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1149. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1150. set otherPlayer_2 = Player(7)
  1151. set otherPlayer = Player(9)
  1152. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1153. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1154. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1155. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1156. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1157. set otherPlayer_2 = Player(7)
  1158. set otherPlayer = Player(10)
  1159. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1160. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1161. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1162. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1163. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1164. set otherPlayer_2 = Player(7)
  1165. set otherPlayer = Player(11)
  1166. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1167. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1168. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1169. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1170. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1171. set otherPlayer_2 = Player(7)
  1172. set otherPlayer = Player(12)
  1173. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1174. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1175. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1176. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1177. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1178. set otherPlayer_2 = Player(7)
  1179. set otherPlayer = Player(13)
  1180. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1181. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1182. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1183. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1184. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1185. set otherPlayer_2 = Player(7)
  1186. set otherPlayer = Player(14)
  1187. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1188. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1189. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1190. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1191. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1192. set otherPlayer_2 = Player(7)
  1193. set otherPlayer = Player(15)
  1194. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1195. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1196. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1197. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1198. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1199. set otherPlayer_2 = Player(7)
  1200. set otherPlayer = Player(16)
  1201. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1202. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1203. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1204. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1205. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1206. set otherPlayer = Player(7)
  1207. set otherPlayer_2 = Player(17)
  1208. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1209. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1210. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1211. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1212. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1213. set otherPlayer = Player(7)
  1214. set otherPlayer_2 = Player(18)
  1215. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1216. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1217. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1218. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1219. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1220. set otherPlayer = Player(7)
  1221. set otherPlayer_2 = Player(19)
  1222. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1223. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1224. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1225. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1226. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1227. set otherPlayer = Player(7)
  1228. set otherPlayer_2 = Player(20)
  1229. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1230. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1231. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1232. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1233. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1234. set otherPlayer_2 = Player(7)
  1235. set otherPlayer = Player(21)
  1236. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1237. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1238. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1239. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1240. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1241. set otherPlayer_2 = Player(7)
  1242. set otherPlayer = Player(22)
  1243. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1244. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1245. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1246. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1247. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1248. set otherPlayer = Player(7)
  1249. set otherPlayer_2 = Player(23)
  1250. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1251. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1252. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1253. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1254. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1255. set otherPlayer = Player(8)
  1256. set otherPlayer_2 = Player(1)
  1257. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1258. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1259. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1260. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1261. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1262. set otherPlayer_2 = Player(8)
  1263. set otherPlayer = Player(2)
  1264. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1265. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1266. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1267. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1268. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1269. set otherPlayer_2 = Player(8)
  1270. set otherPlayer = Player(3)
  1271. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1272. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1273. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1274. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1275. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1276. set otherPlayer = Player(8)
  1277. set otherPlayer_2 = Player(4)
  1278. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1279. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1280. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1281. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1282. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1283. set otherPlayer_2 = Player(8)
  1284. set otherPlayer = Player(5)
  1285. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1286. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1287. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1288. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1289. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1290. set otherPlayer_2 = Player(8)
  1291. set otherPlayer = Player(6)
  1292. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1293. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1294. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1295. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1296. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1297. set otherPlayer = Player(8)
  1298. set otherPlayer_2 = Player(7)
  1299. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1300. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1301. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1302. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1303. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1304. set otherPlayer = Player(8)
  1305. set otherPlayer_2 = Player(9)
  1306. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1307. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1308. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1309. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1310. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1311. set otherPlayer_2 = Player(8)
  1312. set otherPlayer = Player(10)
  1313. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1314. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1315. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1316. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1317. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1318. set otherPlayer_2 = Player(8)
  1319. set otherPlayer = Player(11)
  1320. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1321. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1322. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1323. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1324. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1325. set otherPlayer_2 = Player(8)
  1326. set otherPlayer = Player(12)
  1327. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1328. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1329. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1330. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1331. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1332. set otherPlayer = Player(8)
  1333. set otherPlayer_2 = Player(13)
  1334. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1335. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1336. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1337. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1338. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1339. set otherPlayer_2 = Player(8)
  1340. set otherPlayer = Player(14)
  1341. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1342. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1343. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1344. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1345. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1346. set otherPlayer_2 = Player(8)
  1347. set otherPlayer = Player(15)
  1348. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1349. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1350. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1351. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1352. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1353. set otherPlayer_2 = Player(8)
  1354. set otherPlayer = Player(16)
  1355. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1356. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1357. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1358. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1359. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1360. set otherPlayer_2 = Player(8)
  1361. set otherPlayer = Player(17)
  1362. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1363. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1364. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1365. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1366. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1367. set otherPlayer_2 = Player(8)
  1368. set otherPlayer = Player(18)
  1369. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1370. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1371. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1372. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1373. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1374. set otherPlayer_2 = Player(8)
  1375. set otherPlayer = Player(19)
  1376. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1377. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1378. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1379. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1380. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1381. set otherPlayer = Player(8)
  1382. set otherPlayer_2 = Player(20)
  1383. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1384. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1385. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1386. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1387. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1388. set otherPlayer = Player(8)
  1389. set otherPlayer_2 = Player(21)
  1390. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1391. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1392. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1393. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1394. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1395. set otherPlayer = Player(8)
  1396. set otherPlayer_2 = Player(22)
  1397. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1398. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1399. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1400. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1401. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1402. set otherPlayer = Player(8)
  1403. set otherPlayer_2 = Player(23)
  1404. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1405. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1406. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1407. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1408. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1409. set otherPlayer = Player(9)
  1410. set otherPlayer_2 = Player(1)
  1411. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1412. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1413. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1414. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1415. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1416. set otherPlayer = Player(9)
  1417. set otherPlayer_2 = Player(2)
  1418. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1419. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1420. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1421. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1422. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1423. set otherPlayer = Player(9)
  1424. set otherPlayer_2 = Player(3)
  1425. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1426. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1427. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1428. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1429. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1430. set otherPlayer_2 = Player(9)
  1431. set otherPlayer = Player(4)
  1432. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1433. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1434. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1435. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1436. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1437. set otherPlayer_2 = Player(9)
  1438. set otherPlayer = Player(5)
  1439. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1440. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1441. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1442. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1443. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1444. set otherPlayer_2 = Player(9)
  1445. set otherPlayer = Player(6)
  1446. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1447. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1448. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1449. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1450. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1451. set otherPlayer_2 = Player(9)
  1452. set otherPlayer = Player(7)
  1453. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1454. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1455. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1456. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1457. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1458. set otherPlayer_2 = Player(9)
  1459. set otherPlayer = Player(8)
  1460. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1461. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1462. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1463. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1464. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1465. set otherPlayer = Player(9)
  1466. set otherPlayer_2 = Player(10)
  1467. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1468. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1469. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1470. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1471. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1472. set otherPlayer_2 = Player(9)
  1473. set otherPlayer = Player(11)
  1474. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1475. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1476. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1477. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1478. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1479. set otherPlayer = Player(9)
  1480. set otherPlayer_2 = Player(12)
  1481. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1482. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1483. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1484. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1485. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1486. set otherPlayer_2 = Player(9)
  1487. set otherPlayer = Player(13)
  1488. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1489. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1490. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1491. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1492. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1493. set otherPlayer_2 = Player(9)
  1494. set otherPlayer = Player(14)
  1495. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1496. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1497. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1498. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1499. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1500. set otherPlayer = Player(9)
  1501. set otherPlayer_2 = Player(15)
  1502. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1503. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1504. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1505. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1506. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1507. set otherPlayer = Player(9)
  1508. set otherPlayer_2 = Player(16)
  1509. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1510. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1511. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1512. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1513. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1514. set otherPlayer_2 = Player(9)
  1515. set otherPlayer = Player(17)
  1516. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1517. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1518. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1519. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1520. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1521. set otherPlayer_2 = Player(9)
  1522. set otherPlayer = Player(18)
  1523. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1524. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1525. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1526. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1527. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1528. set otherPlayer_2 = Player(9)
  1529. set otherPlayer = Player(19)
  1530. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1531. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1532. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1533. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1534. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1535. set otherPlayer = Player(9)
  1536. set otherPlayer_2 = Player(20)
  1537. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1538. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1539. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1540. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1541. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1542. set otherPlayer = Player(9)
  1543. set otherPlayer_2 = Player(21)
  1544. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1545. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1546. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1547. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1548. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1549. set otherPlayer_2 = Player(9)
  1550. set otherPlayer = Player(22)
  1551. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1552. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1553. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1554. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1555. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1556. set otherPlayer = Player(9)
  1557. set otherPlayer_2 = Player(23)
  1558. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1559. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1560. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1561. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1562. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1563. set otherPlayer_2 = Player(10)
  1564. set otherPlayer = Player(1)
  1565. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1566. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1567. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1568. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1569. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1570. set otherPlayer = Player(10)
  1571. set otherPlayer_2 = Player(2)
  1572. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1573. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1574. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1575. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1576. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1577. set otherPlayer_2 = Player(10)
  1578. set otherPlayer = Player(3)
  1579. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1580. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1581. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1582. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1583. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1584. set otherPlayer_2 = Player(10)
  1585. set otherPlayer = Player(4)
  1586. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1587. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1588. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1589. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1590. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1591. set otherPlayer_2 = Player(10)
  1592. set otherPlayer = Player(5)
  1593. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1594. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1595. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1596. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1597. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1598. set otherPlayer = Player(10)
  1599. set otherPlayer_2 = Player(6)
  1600. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1601. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1602. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1603. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1604. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1605. set otherPlayer_2 = Player(10)
  1606. set otherPlayer = Player(7)
  1607. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1608. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1609. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1610. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1611. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1612. set otherPlayer = Player(10)
  1613. set otherPlayer_2 = Player(8)
  1614. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1615. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1616. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1617. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1618. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1619. set otherPlayer = Player(10)
  1620. set otherPlayer_2 = Player(9)
  1621. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1622. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1623. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1624. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1625. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1626. set otherPlayer_2 = Player(10)
  1627. set otherPlayer = Player(11)
  1628. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1629. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1630. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1631. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1632. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1633. set otherPlayer_2 = Player(10)
  1634. set otherPlayer = Player(12)
  1635. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1636. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1637. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1638. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1639. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1640. set otherPlayer = Player(10)
  1641. set otherPlayer_2 = Player(13)
  1642. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1643. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1644. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1645. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1646. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1647. set otherPlayer = Player(10)
  1648. set otherPlayer_2 = Player(14)
  1649. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1650. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1651. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1652. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1653. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1654. set otherPlayer_2 = Player(10)
  1655. set otherPlayer = Player(15)
  1656. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1657. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1658. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1659. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1660. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1661. set otherPlayer_2 = Player(10)
  1662. set otherPlayer = Player(16)
  1663. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1664. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1665. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1666. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1667. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1668. set otherPlayer = Player(10)
  1669. set otherPlayer_2 = Player(17)
  1670. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1671. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1672. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1673. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1674. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1675. set otherPlayer_2 = Player(10)
  1676. set otherPlayer = Player(18)
  1677. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1678. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1679. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1680. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1681. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1682. set otherPlayer = Player(10)
  1683. set otherPlayer_2 = Player(19)
  1684. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1685. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1686. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1687. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1688. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1689. set otherPlayer = Player(10)
  1690. set otherPlayer_2 = Player(20)
  1691. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1692. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1693. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1694. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1695. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1696. set otherPlayer = Player(10)
  1697. set otherPlayer_2 = Player(21)
  1698. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1699. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1700. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1701. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1702. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1703. set otherPlayer = Player(10)
  1704. set otherPlayer_2 = Player(22)
  1705. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1706. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1707. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1708. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1709. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1710. set otherPlayer_2 = Player(10)
  1711. set otherPlayer = Player(23)
  1712. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1713. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1714. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1715. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1716. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1717. set otherPlayer = Player(11)
  1718. set otherPlayer_2 = Player(1)
  1719. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1720. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1721. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1722. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1723. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1724. set otherPlayer = Player(11)
  1725. set otherPlayer_2 = Player(2)
  1726. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1727. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1728. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1729. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1730. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1731. set otherPlayer = Player(11)
  1732. set otherPlayer_2 = Player(3)
  1733. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1734. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1735. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1736. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1737. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1738. set otherPlayer = Player(11)
  1739. set otherPlayer_2 = Player(4)
  1740. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1741. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1742. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1743. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1744. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1745. set otherPlayer = Player(11)
  1746. set otherPlayer_2 = Player(5)
  1747. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1748. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1749. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1750. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1751. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1752. set otherPlayer_2 = Player(11)
  1753. set otherPlayer = Player(6)
  1754. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1755. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1756. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1757. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1758. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1759. set otherPlayer = Player(11)
  1760. set otherPlayer_2 = Player(7)
  1761. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1762. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1763. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1764. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1765. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1766. set otherPlayer = Player(11)
  1767. set otherPlayer_2 = Player(8)
  1768. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1769. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1770. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1771. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1772. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1773. set otherPlayer_2 = Player(11)
  1774. set otherPlayer = Player(9)
  1775. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1776. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1777. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1778. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1779. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1780. set otherPlayer = Player(11)
  1781. set otherPlayer_2 = Player(10)
  1782. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1783. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1784. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1785. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1786. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1787. set otherPlayer_2 = Player(11)
  1788. set otherPlayer = Player(12)
  1789. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1790. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1791. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1792. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1793. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1794. set otherPlayer_2 = Player(11)
  1795. set otherPlayer = Player(13)
  1796. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1797. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1798. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1799. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1800. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1801. set otherPlayer_2 = Player(11)
  1802. set otherPlayer = Player(14)
  1803. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1804. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1805. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1806. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1807. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1808. set otherPlayer = Player(11)
  1809. set otherPlayer_2 = Player(15)
  1810. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1811. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1812. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1813. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1814. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1815. set otherPlayer = Player(11)
  1816. set otherPlayer_2 = Player(16)
  1817. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1818. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1819. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1820. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1821. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1822. set otherPlayer_2 = Player(11)
  1823. set otherPlayer = Player(17)
  1824. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1825. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1826. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1827. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1828. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1829. set otherPlayer_2 = Player(11)
  1830. set otherPlayer = Player(18)
  1831. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1832. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1833. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1834. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1835. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1836. set otherPlayer = Player(11)
  1837. set otherPlayer_2 = Player(19)
  1838. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1839. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1840. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1841. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1842. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1843. set otherPlayer = Player(11)
  1844. set otherPlayer_2 = Player(20)
  1845. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1846. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1847. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1848. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1849. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1850. set otherPlayer_2 = Player(11)
  1851. set otherPlayer = Player(21)
  1852. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1853. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1854. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1855. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1856. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1857. set otherPlayer = Player(11)
  1858. set otherPlayer_2 = Player(22)
  1859. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1860. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1861. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1862. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1863. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1864. set otherPlayer_2 = Player(11)
  1865. set otherPlayer = Player(23)
  1866. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1867. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1868. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1869. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1870. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1871. set otherPlayer = Player(12)
  1872. set otherPlayer_2 = Player(1)
  1873. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1874. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1875. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1876. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1877. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1878. set otherPlayer = Player(12)
  1879. set otherPlayer_2 = Player(2)
  1880. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1881. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1882. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1883. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1884. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1885. set otherPlayer = Player(12)
  1886. set otherPlayer_2 = Player(3)
  1887. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1888. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1889. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1890. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1891. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1892. set otherPlayer = Player(12)
  1893. set otherPlayer_2 = Player(4)
  1894. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1895. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1896. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1897. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1898. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1899. set otherPlayer_2 = Player(12)
  1900. set otherPlayer = Player(5)
  1901. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1902. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1903. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1904. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1905. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1906. set otherPlayer_2 = Player(12)
  1907. set otherPlayer = Player(6)
  1908. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1909. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1910. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1911. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1912. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1913. set otherPlayer = Player(12)
  1914. set otherPlayer_2 = Player(7)
  1915. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1916. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1917. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1918. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1919. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1920. set otherPlayer = Player(12)
  1921. set otherPlayer_2 = Player(8)
  1922. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1923. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1924. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1925. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1926. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1927. set otherPlayer_2 = Player(12)
  1928. set otherPlayer = Player(9)
  1929. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1930. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1931. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1932. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1933. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1934. set otherPlayer_2 = Player(12)
  1935. set otherPlayer = Player(10)
  1936. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1937. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1938. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1939. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1940. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1941. set otherPlayer = Player(12)
  1942. set otherPlayer_2 = Player(11)
  1943. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1944. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1945. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1946. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1947. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1948. set otherPlayer = Player(12)
  1949. set otherPlayer_2 = Player(13)
  1950. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1951. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1952. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1953. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1954. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1955. set otherPlayer = Player(12)
  1956. set otherPlayer_2 = Player(14)
  1957. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1958. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1959. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1960. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1961. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1962. set otherPlayer_2 = Player(12)
  1963. set otherPlayer = Player(15)
  1964. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1965. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1966. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1967. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1968. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1969. set otherPlayer_2 = Player(12)
  1970. set otherPlayer = Player(16)
  1971. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1972. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1973. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1974. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1975. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1976. set otherPlayer = Player(12)
  1977. set otherPlayer_2 = Player(17)
  1978. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  1979. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  1980. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  1981. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  1982. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  1983. set otherPlayer_2 = Player(12)
  1984. set otherPlayer = Player(18)
  1985. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1986. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1987. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1988. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1989. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1990. set otherPlayer_2 = Player(12)
  1991. set otherPlayer = Player(19)
  1992. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  1993. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  1994. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  1995. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  1996. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  1997. set otherPlayer = Player(12)
  1998. set otherPlayer_2 = Player(20)
  1999. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2000. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2001. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2002. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2003. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2004. set otherPlayer = Player(12)
  2005. set otherPlayer_2 = Player(21)
  2006. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2007. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2008. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2009. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2010. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2011. set otherPlayer_2 = Player(12)
  2012. set otherPlayer = Player(22)
  2013. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2014. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2015. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2016. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2017. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2018. set otherPlayer = Player(12)
  2019. set otherPlayer_2 = Player(23)
  2020. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2021. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2022. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2023. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2024. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2025. set otherPlayer_2 = Player(13)
  2026. set otherPlayer = Player(1)
  2027. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2028. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2029. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2030. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2031. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2032. set otherPlayer = Player(13)
  2033. set otherPlayer_2 = Player(2)
  2034. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2035. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2036. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2037. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2038. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2039. set otherPlayer = Player(13)
  2040. set otherPlayer_2 = Player(3)
  2041. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2042. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2043. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2044. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2045. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2046. set otherPlayer = Player(13)
  2047. set otherPlayer_2 = Player(4)
  2048. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2049. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2050. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2051. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2052. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2053. set otherPlayer = Player(13)
  2054. set otherPlayer_2 = Player(5)
  2055. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2056. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2057. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2058. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2059. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2060. set otherPlayer = Player(13)
  2061. set otherPlayer_2 = Player(6)
  2062. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2063. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2064. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2065. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2066. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2067. set otherPlayer = Player(13)
  2068. set otherPlayer_2 = Player(7)
  2069. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2070. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2071. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2072. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2073. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2074. set otherPlayer_2 = Player(13)
  2075. set otherPlayer = Player(8)
  2076. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2077. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2078. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2079. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2080. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2081. set otherPlayer_2 = Player(13)
  2082. set otherPlayer = Player(9)
  2083. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2084. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2085. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2086. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2087. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2088. set otherPlayer = Player(13)
  2089. set otherPlayer_2 = Player(10)
  2090. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2091. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2092. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2093. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2094. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2095. set otherPlayer_2 = Player(13)
  2096. set otherPlayer = Player(11)
  2097. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2098. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2099. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2100. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2101. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2102. set otherPlayer = Player(13)
  2103. set otherPlayer_2 = Player(12)
  2104. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2105. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2106. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2107. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2108. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2109. set otherPlayer = Player(13)
  2110. set otherPlayer_2 = Player(14)
  2111. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2112. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2113. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2114. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2115. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2116. set otherPlayer = Player(13)
  2117. set otherPlayer_2 = Player(15)
  2118. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2119. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2120. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2121. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2122. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2123. set otherPlayer_2 = Player(13)
  2124. set otherPlayer = Player(16)
  2125. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2126. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2127. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2128. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2129. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2130. set otherPlayer = Player(13)
  2131. set otherPlayer_2 = Player(17)
  2132. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2133. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2134. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2135. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2136. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2137. set otherPlayer = Player(13)
  2138. set otherPlayer_2 = Player(18)
  2139. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2140. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2141. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2142. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2143. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2144. set otherPlayer = Player(13)
  2145. set otherPlayer_2 = Player(19)
  2146. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2147. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2148. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2149. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2150. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2151. set otherPlayer = Player(13)
  2152. set otherPlayer_2 = Player(20)
  2153. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2154. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2155. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2156. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2157. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2158. set otherPlayer = Player(13)
  2159. set otherPlayer_2 = Player(21)
  2160. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2161. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2162. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2163. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2164. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2165. set otherPlayer_2 = Player(13)
  2166. set otherPlayer = Player(22)
  2167. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2168. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2169. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2170. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2171. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2172. set otherPlayer = Player(13)
  2173. set otherPlayer_2 = Player(23)
  2174. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2175. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2176. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2177. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2178. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2179. set otherPlayer_2 = Player(14)
  2180. set otherPlayer = Player(1)
  2181. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2182. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2183. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2184. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2185. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2186. set otherPlayer = Player(14)
  2187. set otherPlayer_2 = Player(2)
  2188. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2189. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2190. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2191. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2192. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2193. set otherPlayer = Player(14)
  2194. set otherPlayer_2 = Player(3)
  2195. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2196. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2197. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2198. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2199. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2200. set otherPlayer_2 = Player(14)
  2201. set otherPlayer = Player(4)
  2202. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2203. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2204. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2205. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2206. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2207. set otherPlayer_2 = Player(14)
  2208. set otherPlayer = Player(5)
  2209. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2210. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2211. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2212. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2213. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2214. set otherPlayer = Player(14)
  2215. set otherPlayer_2 = Player(6)
  2216. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2217. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2218. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2219. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2220. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2221. set otherPlayer = Player(14)
  2222. set otherPlayer_2 = Player(7)
  2223. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2224. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2225. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2226. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2227. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2228. set otherPlayer_2 = Player(14)
  2229. set otherPlayer = Player(8)
  2230. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2231. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2232. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2233. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2234. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2235. set otherPlayer = Player(14)
  2236. set otherPlayer_2 = Player(9)
  2237. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2238. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2239. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2240. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2241. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2242. set otherPlayer = Player(14)
  2243. set otherPlayer_2 = Player(10)
  2244. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2245. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2246. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2247. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2248. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2249. set otherPlayer = Player(14)
  2250. set otherPlayer_2 = Player(11)
  2251. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2252. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2253. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2254. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2255. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2256. set otherPlayer = Player(14)
  2257. set otherPlayer_2 = Player(12)
  2258. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2259. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2260. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2261. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2262. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2263. set otherPlayer = Player(14)
  2264. set otherPlayer_2 = Player(13)
  2265. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2266. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2267. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2268. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2269. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2270. set otherPlayer_2 = Player(14)
  2271. set otherPlayer = Player(15)
  2272. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2273. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2274. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2275. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2276. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2277. set otherPlayer = Player(14)
  2278. set otherPlayer_2 = Player(16)
  2279. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2280. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2281. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2282. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2283. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2284. set otherPlayer_2 = Player(14)
  2285. set otherPlayer = Player(17)
  2286. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2287. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2288. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2289. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2290. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2291. set otherPlayer = Player(14)
  2292. set otherPlayer_2 = Player(18)
  2293. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2294. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2295. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2296. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2297. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2298. set otherPlayer = Player(14)
  2299. set otherPlayer_2 = Player(19)
  2300. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2301. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2302. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2303. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2304. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2305. set otherPlayer = Player(14)
  2306. set otherPlayer_2 = Player(20)
  2307. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2308. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2309. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2310. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2311. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2312. set otherPlayer = Player(14)
  2313. set otherPlayer_2 = Player(21)
  2314. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2315. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2316. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2317. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2318. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2319. set otherPlayer = Player(14)
  2320. set otherPlayer_2 = Player(22)
  2321. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2322. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2323. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2324. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2325. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2326. set otherPlayer = Player(14)
  2327. set otherPlayer_2 = Player(23)
  2328. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2329. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2330. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2331. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2332. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2333. set otherPlayer = Player(15)
  2334. set otherPlayer_2 = Player(1)
  2335. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2336. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2337. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2338. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2339. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2340. set otherPlayer_2 = Player(15)
  2341. set otherPlayer = Player(2)
  2342. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2343. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2344. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2345. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2346. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2347. set otherPlayer_2 = Player(15)
  2348. set otherPlayer = Player(3)
  2349. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2350. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2351. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2352. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2353. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2354. set otherPlayer_2 = Player(15)
  2355. set otherPlayer = Player(4)
  2356. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2357. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2358. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2359. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2360. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2361. set otherPlayer_2 = Player(15)
  2362. set otherPlayer = Player(5)
  2363. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2364. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2365. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2366. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2367. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2368. set otherPlayer_2 = Player(15)
  2369. set otherPlayer = Player(6)
  2370. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2371. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2372. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2373. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2374. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2375. set otherPlayer = Player(15)
  2376. set otherPlayer_2 = Player(7)
  2377. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2378. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2379. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2380. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2381. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2382. set otherPlayer_2 = Player(15)
  2383. set otherPlayer = Player(8)
  2384. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2385. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2386. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2387. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2388. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2389. set otherPlayer = Player(15)
  2390. set otherPlayer_2 = Player(9)
  2391. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2392. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2393. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2394. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2395. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2396. set otherPlayer = Player(15)
  2397. set otherPlayer_2 = Player(10)
  2398. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2399. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2400. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2401. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2402. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2403. set otherPlayer_2 = Player(15)
  2404. set otherPlayer = Player(11)
  2405. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2406. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2407. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2408. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2409. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2410. set otherPlayer_2 = Player(15)
  2411. set otherPlayer = Player(12)
  2412. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2413. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2414. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2415. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2416. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2417. set otherPlayer = Player(15)
  2418. set otherPlayer_2 = Player(13)
  2419. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2420. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2421. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2422. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2423. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2424. set otherPlayer = Player(15)
  2425. set otherPlayer_2 = Player(14)
  2426. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2427. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2428. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2429. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2430. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2431. set otherPlayer = Player(15)
  2432. set otherPlayer_2 = Player(16)
  2433. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2434. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2435. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2436. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2437. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2438. set otherPlayer_2 = Player(15)
  2439. set otherPlayer = Player(17)
  2440. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2441. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2442. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2443. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2444. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2445. set otherPlayer_2 = Player(15)
  2446. set otherPlayer = Player(18)
  2447. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2448. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2449. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2450. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2451. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2452. set otherPlayer_2 = Player(15)
  2453. set otherPlayer = Player(19)
  2454. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2455. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2456. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2457. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2458. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2459. set otherPlayer_2 = Player(15)
  2460. set otherPlayer = Player(20)
  2461. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2462. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2463. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2464. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2465. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2466. set otherPlayer_2 = Player(15)
  2467. set otherPlayer = Player(21)
  2468. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2469. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2470. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2471. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2472. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2473. set otherPlayer = Player(15)
  2474. set otherPlayer_2 = Player(22)
  2475. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2476. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2477. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2478. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2479. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2480. set otherPlayer = Player(15)
  2481. set otherPlayer_2 = Player(23)
  2482. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2483. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2484. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2485. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2486. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2487. set otherPlayer = Player(16)
  2488. set otherPlayer_2 = Player(1)
  2489. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2490. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2491. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2492. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2493. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2494. set otherPlayer_2 = Player(16)
  2495. set otherPlayer = Player(2)
  2496. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2497. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2498. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2499. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2500. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2501. set otherPlayer = Player(16)
  2502. set otherPlayer_2 = Player(3)
  2503. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2504. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2505. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2506. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2507. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2508. set otherPlayer = Player(16)
  2509. set otherPlayer_2 = Player(4)
  2510. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2511. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2512. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2513. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2514. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2515. set otherPlayer = Player(16)
  2516. set otherPlayer_2 = Player(5)
  2517. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2518. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2519. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2520. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2521. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2522. set otherPlayer = Player(16)
  2523. set otherPlayer_2 = Player(6)
  2524. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2525. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2526. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2527. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2528. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2529. set otherPlayer = Player(16)
  2530. set otherPlayer_2 = Player(7)
  2531. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2532. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2533. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2534. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2535. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2536. set otherPlayer_2 = Player(16)
  2537. set otherPlayer = Player(8)
  2538. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2539. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2540. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2541. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2542. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2543. set otherPlayer = Player(16)
  2544. set otherPlayer_2 = Player(9)
  2545. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2546. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2547. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2548. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2549. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2550. set otherPlayer = Player(16)
  2551. set otherPlayer_2 = Player(10)
  2552. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2553. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2554. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2555. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2556. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2557. set otherPlayer_2 = Player(16)
  2558. set otherPlayer = Player(11)
  2559. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2560. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2561. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2562. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2563. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2564. set otherPlayer_2 = Player(16)
  2565. set otherPlayer = Player(12)
  2566. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2567. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2568. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2569. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2570. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2571. set otherPlayer_2 = Player(16)
  2572. set otherPlayer = Player(13)
  2573. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2574. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2575. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2576. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2577. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2578. set otherPlayer = Player(16)
  2579. set otherPlayer_2 = Player(14)
  2580. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2581. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2582. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2583. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2584. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2585. set otherPlayer_2 = Player(16)
  2586. set otherPlayer = Player(15)
  2587. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2588. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2589. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2590. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2591. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2592. set otherPlayer = Player(16)
  2593. set otherPlayer_2 = Player(17)
  2594. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2595. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2596. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2597. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2598. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2599. set otherPlayer_2 = Player(16)
  2600. set otherPlayer = Player(18)
  2601. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2602. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2603. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2604. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2605. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2606. set otherPlayer_2 = Player(16)
  2607. set otherPlayer = Player(19)
  2608. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2609. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2610. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2611. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2612. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2613. set otherPlayer = Player(16)
  2614. set otherPlayer_2 = Player(20)
  2615. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2616. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2617. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2618. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2619. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2620. set otherPlayer = Player(16)
  2621. set otherPlayer_2 = Player(21)
  2622. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2623. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2624. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2625. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2626. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2627. set otherPlayer = Player(16)
  2628. set otherPlayer_2 = Player(22)
  2629. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2630. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2631. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2632. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2633. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2634. set otherPlayer_2 = Player(16)
  2635. set otherPlayer = Player(23)
  2636. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2637. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2638. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2639. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2640. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2641. set otherPlayer_2 = Player(17)
  2642. set otherPlayer = Player(1)
  2643. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2644. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2645. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2646. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2647. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2648. set otherPlayer_2 = Player(17)
  2649. set otherPlayer = Player(2)
  2650. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2651. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2652. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2653. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2654. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2655. set otherPlayer = Player(17)
  2656. set otherPlayer_2 = Player(3)
  2657. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2658. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2659. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2660. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2661. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2662. set otherPlayer = Player(17)
  2663. set otherPlayer_2 = Player(4)
  2664. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2665. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2666. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2667. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2668. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2669. set otherPlayer = Player(17)
  2670. set otherPlayer_2 = Player(5)
  2671. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2672. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2673. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2674. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2675. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2676. set otherPlayer_2 = Player(17)
  2677. set otherPlayer = Player(6)
  2678. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2679. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2680. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2681. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2682. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2683. set otherPlayer = Player(17)
  2684. set otherPlayer_2 = Player(7)
  2685. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2686. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2687. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2688. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2689. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2690. set otherPlayer = Player(17)
  2691. set otherPlayer_2 = Player(8)
  2692. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2693. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2694. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2695. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2696. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2697. set otherPlayer_2 = Player(17)
  2698. set otherPlayer = Player(9)
  2699. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2700. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2701. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2702. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2703. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2704. set otherPlayer = Player(17)
  2705. set otherPlayer_2 = Player(10)
  2706. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2707. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2708. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2709. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2710. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2711. set otherPlayer_2 = Player(17)
  2712. set otherPlayer = Player(11)
  2713. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2714. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2715. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2716. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2717. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2718. set otherPlayer = Player(17)
  2719. set otherPlayer_2 = Player(12)
  2720. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2721. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2722. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2723. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2724. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2725. set otherPlayer = Player(17)
  2726. set otherPlayer_2 = Player(13)
  2727. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2728. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2729. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2730. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2731. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2732. set otherPlayer = Player(17)
  2733. set otherPlayer_2 = Player(14)
  2734. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2735. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2736. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2737. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2738. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2739. set otherPlayer = Player(17)
  2740. set otherPlayer_2 = Player(15)
  2741. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2742. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2743. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2744. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2745. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2746. set otherPlayer = Player(17)
  2747. set otherPlayer_2 = Player(16)
  2748. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2749. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2750. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2751. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2752. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2753. set otherPlayer = Player(17)
  2754. set otherPlayer_2 = Player(18)
  2755. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2756. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2757. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2758. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2759. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2760. set otherPlayer = Player(17)
  2761. set otherPlayer_2 = Player(19)
  2762. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2763. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2764. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2765. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2766. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2767. set otherPlayer_2 = Player(17)
  2768. set otherPlayer = Player(20)
  2769. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2770. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2771. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2772. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2773. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2774. set otherPlayer = Player(17)
  2775. set otherPlayer_2 = Player(21)
  2776. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2777. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2778. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2779. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2780. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2781. set otherPlayer = Player(17)
  2782. set otherPlayer_2 = Player(22)
  2783. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2784. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2785. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2786. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2787. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2788. set otherPlayer = Player(17)
  2789. set otherPlayer_2 = Player(23)
  2790. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2791. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2792. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2793. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2794. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2795. set otherPlayer_2 = Player(18)
  2796. set otherPlayer = Player(1)
  2797. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2798. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2799. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2800. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2801. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2802. set otherPlayer_2 = Player(18)
  2803. set otherPlayer = Player(2)
  2804. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2805. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2806. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2807. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2808. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2809. set otherPlayer_2 = Player(18)
  2810. set otherPlayer = Player(3)
  2811. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2812. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2813. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2814. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2815. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2816. set otherPlayer = Player(18)
  2817. set otherPlayer_2 = Player(4)
  2818. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2819. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2820. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2821. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2822. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2823. set otherPlayer_2 = Player(18)
  2824. set otherPlayer = Player(5)
  2825. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2826. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2827. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2828. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2829. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2830. set otherPlayer = Player(18)
  2831. set otherPlayer_2 = Player(6)
  2832. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2833. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2834. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2835. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2836. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2837. set otherPlayer = Player(18)
  2838. set otherPlayer_2 = Player(7)
  2839. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2840. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2841. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2842. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2843. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2844. set otherPlayer_2 = Player(18)
  2845. set otherPlayer = Player(8)
  2846. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2847. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2848. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2849. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2850. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2851. set otherPlayer_2 = Player(18)
  2852. set otherPlayer = Player(9)
  2853. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2854. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2855. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2856. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2857. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2858. set otherPlayer_2 = Player(18)
  2859. set otherPlayer = Player(10)
  2860. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2861. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2862. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2863. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2864. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2865. set otherPlayer = Player(18)
  2866. set otherPlayer_2 = Player(11)
  2867. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2868. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2869. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2870. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2871. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2872. set otherPlayer_2 = Player(18)
  2873. set otherPlayer = Player(12)
  2874. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2875. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2876. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2877. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2878. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2879. set otherPlayer = Player(18)
  2880. set otherPlayer_2 = Player(13)
  2881. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2882. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2883. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2884. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2885. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2886. set otherPlayer_2 = Player(18)
  2887. set otherPlayer = Player(14)
  2888. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2889. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2890. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2891. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2892. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2893. set otherPlayer = Player(18)
  2894. set otherPlayer_2 = Player(15)
  2895. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2896. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2897. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2898. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2899. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2900. set otherPlayer_2 = Player(18)
  2901. set otherPlayer = Player(16)
  2902. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2903. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2904. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2905. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2906. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2907. set otherPlayer_2 = Player(18)
  2908. set otherPlayer = Player(17)
  2909. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2910. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2911. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2912. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2913. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2914. set otherPlayer_2 = Player(18)
  2915. set otherPlayer = Player(19)
  2916. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2917. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2918. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2919. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2920. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2921. set otherPlayer_2 = Player(18)
  2922. set otherPlayer = Player(20)
  2923. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2924. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2925. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2926. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2927. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2928. set otherPlayer_2 = Player(18)
  2929. set otherPlayer = Player(21)
  2930. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2931. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2932. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2933. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2934. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2935. set otherPlayer_2 = Player(18)
  2936. set otherPlayer = Player(22)
  2937. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2938. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2939. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2940. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2941. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2942. set otherPlayer = Player(18)
  2943. set otherPlayer_2 = Player(23)
  2944. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2945. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2946. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2947. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2948. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2949. set otherPlayer_2 = Player(19)
  2950. set otherPlayer = Player(1)
  2951. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2952. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2953. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2954. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2955. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2956. set otherPlayer_2 = Player(19)
  2957. set otherPlayer = Player(2)
  2958. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2959. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2960. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2961. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2962. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2963. set otherPlayer_2 = Player(19)
  2964. set otherPlayer = Player(3)
  2965. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2966. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2967. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2968. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2969. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2970. set otherPlayer_2 = Player(19)
  2971. set otherPlayer = Player(4)
  2972. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2973. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2974. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2975. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2976. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2977. set otherPlayer = Player(19)
  2978. set otherPlayer_2 = Player(5)
  2979. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2980. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2981. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2982. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2983. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2984. set otherPlayer = Player(19)
  2985. set otherPlayer_2 = Player(6)
  2986. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  2987. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  2988. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  2989. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  2990. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  2991. set otherPlayer_2 = Player(19)
  2992. set otherPlayer = Player(7)
  2993. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  2994. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  2995. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  2996. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  2997. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  2998. set otherPlayer = Player(19)
  2999. set otherPlayer_2 = Player(8)
  3000. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3001. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3002. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3003. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3004. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3005. set otherPlayer = Player(19)
  3006. set otherPlayer_2 = Player(9)
  3007. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3008. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3009. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3010. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3011. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3012. set otherPlayer_2 = Player(19)
  3013. set otherPlayer = Player(10)
  3014. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3015. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3016. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3017. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3018. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3019. set otherPlayer_2 = Player(19)
  3020. set otherPlayer = Player(11)
  3021. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3022. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3023. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3024. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3025. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3026. set otherPlayer_2 = Player(19)
  3027. set otherPlayer = Player(12)
  3028. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3029. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3030. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3031. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3032. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3033. set otherPlayer_2 = Player(19)
  3034. set otherPlayer = Player(13)
  3035. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3036. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3037. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3038. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3039. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3040. set otherPlayer = Player(19)
  3041. set otherPlayer_2 = Player(14)
  3042. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3043. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3044. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3045. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3046. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3047. set otherPlayer = Player(19)
  3048. set otherPlayer_2 = Player(15)
  3049. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3050. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3051. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3052. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3053. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3054. set otherPlayer = Player(19)
  3055. set otherPlayer_2 = Player(16)
  3056. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3057. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3058. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3059. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3060. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3061. set otherPlayer_2 = Player(19)
  3062. set otherPlayer = Player(17)
  3063. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3064. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3065. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3066. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3067. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3068. set otherPlayer = Player(19)
  3069. set otherPlayer_2 = Player(18)
  3070. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3071. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3072. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3073. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3074. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3075. set otherPlayer_2 = Player(19)
  3076. set otherPlayer = Player(20)
  3077. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3078. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3079. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3080. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3081. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3082. set otherPlayer = Player(19)
  3083. set otherPlayer_2 = Player(21)
  3084. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3085. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3086. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3087. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3088. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3089. set otherPlayer_2 = Player(19)
  3090. set otherPlayer = Player(22)
  3091. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3092. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3093. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3094. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3095. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3096. set otherPlayer_2 = Player(19)
  3097. set otherPlayer = Player(23)
  3098. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3099. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3100. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3101. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3102. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3103. set otherPlayer_2 = Player(20)
  3104. set otherPlayer = Player(1)
  3105. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3106. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3107. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3108. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3109. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3110. set otherPlayer_2 = Player(20)
  3111. set otherPlayer = Player(2)
  3112. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3113. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3114. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3115. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3116. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3117. set otherPlayer = Player(20)
  3118. set otherPlayer_2 = Player(3)
  3119. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3120. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3121. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3122. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3123. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3124. set otherPlayer_2 = Player(20)
  3125. set otherPlayer = Player(4)
  3126. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3127. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3128. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3129. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3130. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3131. set otherPlayer = Player(20)
  3132. set otherPlayer_2 = Player(5)
  3133. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3134. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3135. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3136. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3137. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3138. set otherPlayer_2 = Player(20)
  3139. set otherPlayer = Player(6)
  3140. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3141. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3142. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3143. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3144. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3145. set otherPlayer = Player(20)
  3146. set otherPlayer_2 = Player(7)
  3147. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3148. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3149. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3150. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3151. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3152. set otherPlayer_2 = Player(20)
  3153. set otherPlayer = Player(8)
  3154. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3155. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3156. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3157. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3158. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3159. set otherPlayer_2 = Player(20)
  3160. set otherPlayer = Player(9)
  3161. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3162. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3163. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3164. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3165. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3166. set otherPlayer = Player(20)
  3167. set otherPlayer_2 = Player(10)
  3168. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3169. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3170. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3171. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3172. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3173. set otherPlayer = Player(20)
  3174. set otherPlayer_2 = Player(11)
  3175. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3176. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3177. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3178. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3179. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3180. set otherPlayer_2 = Player(20)
  3181. set otherPlayer = Player(12)
  3182. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3183. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3184. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3185. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3186. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3187. set otherPlayer_2 = Player(20)
  3188. set otherPlayer = Player(13)
  3189. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3190. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3191. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3192. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3193. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3194. set otherPlayer = Player(20)
  3195. set otherPlayer_2 = Player(14)
  3196. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3197. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3198. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3199. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3200. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3201. set otherPlayer_2 = Player(20)
  3202. set otherPlayer = Player(15)
  3203. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3204. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3205. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3206. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3207. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3208. set otherPlayer = Player(20)
  3209. set otherPlayer_2 = Player(16)
  3210. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3211. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3212. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3213. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3214. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3215. set otherPlayer_2 = Player(20)
  3216. set otherPlayer = Player(17)
  3217. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3218. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3219. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3220. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3221. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3222. set otherPlayer_2 = Player(20)
  3223. set otherPlayer = Player(18)
  3224. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3225. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3226. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3227. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3228. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3229. set otherPlayer = Player(20)
  3230. set otherPlayer_2 = Player(19)
  3231. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3232. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3233. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3234. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3235. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3236. set otherPlayer = Player(20)
  3237. set otherPlayer_2 = Player(21)
  3238. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3239. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3240. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3241. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3242. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3243. set otherPlayer = Player(20)
  3244. set otherPlayer_2 = Player(22)
  3245. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3246. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3247. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3248. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3249. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3250. set otherPlayer = Player(20)
  3251. set otherPlayer_2 = Player(23)
  3252. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3253. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3254. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3255. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3256. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3257. set otherPlayer = Player(21)
  3258. set otherPlayer_2 = Player(1)
  3259. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3260. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3261. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3262. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3263. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3264. set otherPlayer_2 = Player(21)
  3265. set otherPlayer = Player(2)
  3266. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3267. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3268. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3269. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3270. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3271. set otherPlayer = Player(21)
  3272. set otherPlayer_2 = Player(3)
  3273. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3274. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3275. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3276. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3277. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3278. set otherPlayer_2 = Player(21)
  3279. set otherPlayer = Player(4)
  3280. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3281. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3282. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3283. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3284. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3285. set otherPlayer_2 = Player(21)
  3286. set otherPlayer = Player(5)
  3287. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3288. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3289. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3290. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3291. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3292. set otherPlayer_2 = Player(21)
  3293. set otherPlayer = Player(6)
  3294. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3295. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3296. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3297. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3298. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3299. set otherPlayer_2 = Player(21)
  3300. set otherPlayer = Player(7)
  3301. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3302. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3303. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3304. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3305. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3306. set otherPlayer = Player(21)
  3307. set otherPlayer_2 = Player(8)
  3308. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3309. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3310. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3311. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3312. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3313. set otherPlayer = Player(21)
  3314. set otherPlayer_2 = Player(9)
  3315. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3316. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3317. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3318. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3319. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3320. set otherPlayer_2 = Player(21)
  3321. set otherPlayer = Player(10)
  3322. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3323. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3324. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3325. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3326. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3327. set otherPlayer = Player(21)
  3328. set otherPlayer_2 = Player(11)
  3329. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3330. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3331. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3332. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3333. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3334. set otherPlayer_2 = Player(21)
  3335. set otherPlayer = Player(12)
  3336. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3337. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3338. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3339. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3340. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3341. set otherPlayer = Player(21)
  3342. set otherPlayer_2 = Player(13)
  3343. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3344. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3345. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3346. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3347. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3348. set otherPlayer = Player(21)
  3349. set otherPlayer_2 = Player(14)
  3350. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3351. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3352. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3353. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3354. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3355. set otherPlayer_2 = Player(21)
  3356. set otherPlayer = Player(15)
  3357. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3358. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3359. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3360. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3361. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3362. set otherPlayer = Player(21)
  3363. set otherPlayer_2 = Player(16)
  3364. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3365. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3366. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3367. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3368. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3369. set otherPlayer_2 = Player(21)
  3370. set otherPlayer = Player(17)
  3371. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3372. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3373. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3374. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3375. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3376. set otherPlayer = Player(21)
  3377. set otherPlayer_2 = Player(18)
  3378. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3379. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3380. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3381. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3382. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3383. set otherPlayer = Player(21)
  3384. set otherPlayer_2 = Player(19)
  3385. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3386. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3387. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3388. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3389. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3390. set otherPlayer_2 = Player(21)
  3391. set otherPlayer = Player(20)
  3392. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3393. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3394. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3395. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3396. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3397. set otherPlayer = Player(21)
  3398. set otherPlayer_2 = Player(22)
  3399. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3400. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3401. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3402. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3403. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3404. set otherPlayer_2 = Player(21)
  3405. set otherPlayer = Player(23)
  3406. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3407. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3408. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3409. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3410. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3411. set otherPlayer_2 = Player(22)
  3412. set otherPlayer = Player(1)
  3413. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3414. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3415. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3416. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3417. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3418. set otherPlayer = Player(22)
  3419. set otherPlayer_2 = Player(2)
  3420. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3421. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3422. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3423. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3424. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3425. set otherPlayer_2 = Player(22)
  3426. set otherPlayer = Player(3)
  3427. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3428. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3429. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3430. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3431. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3432. set otherPlayer = Player(22)
  3433. set otherPlayer_2 = Player(4)
  3434. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3435. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3436. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3437. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3438. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3439. set otherPlayer = Player(22)
  3440. set otherPlayer_2 = Player(5)
  3441. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3442. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3443. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3444. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3445. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3446. set otherPlayer_2 = Player(22)
  3447. set otherPlayer = Player(6)
  3448. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3449. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3450. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3451. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3452. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3453. set otherPlayer = Player(22)
  3454. set otherPlayer_2 = Player(7)
  3455. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3456. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3457. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3458. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3459. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3460. set otherPlayer_2 = Player(22)
  3461. set otherPlayer = Player(8)
  3462. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3463. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3464. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3465. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3466. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3467. set otherPlayer_2 = Player(22)
  3468. set otherPlayer = Player(9)
  3469. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3470. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3471. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3472. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3473. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3474. set otherPlayer = Player(22)
  3475. set otherPlayer_2 = Player(10)
  3476. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3477. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3478. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3479. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3480. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3481. set otherPlayer_2 = Player(22)
  3482. set otherPlayer = Player(11)
  3483. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3484. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3485. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3486. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3487. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3488. set otherPlayer_2 = Player(22)
  3489. set otherPlayer = Player(12)
  3490. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3491. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3492. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3493. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3494. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3495. set otherPlayer = Player(22)
  3496. set otherPlayer_2 = Player(13)
  3497. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3498. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3499. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3500. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3501. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3502. set otherPlayer = Player(22)
  3503. set otherPlayer_2 = Player(14)
  3504. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3505. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3506. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3507. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3508. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3509. set otherPlayer = Player(22)
  3510. set otherPlayer_2 = Player(15)
  3511. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3512. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3513. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3514. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3515. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3516. set otherPlayer_2 = Player(22)
  3517. set otherPlayer = Player(16)
  3518. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3519. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3520. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3521. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3522. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3523. set otherPlayer = Player(22)
  3524. set otherPlayer_2 = Player(17)
  3525. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3526. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3527. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3528. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3529. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3530. set otherPlayer_2 = Player(22)
  3531. set otherPlayer = Player(18)
  3532. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3533. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3534. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3535. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3536. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3537. set otherPlayer = Player(22)
  3538. set otherPlayer_2 = Player(19)
  3539. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3540. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3541. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3542. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3543. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3544. set otherPlayer_2 = Player(22)
  3545. set otherPlayer = Player(20)
  3546. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3547. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3548. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3549. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3550. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3551. set otherPlayer = Player(22)
  3552. set otherPlayer_2 = Player(21)
  3553. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3554. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3555. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3556. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3557. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3558. set otherPlayer_2 = Player(22)
  3559. set otherPlayer = Player(23)
  3560. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3561. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3562. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3563. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3564. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3565. set otherPlayer = Player(23)
  3566. set otherPlayer_2 = Player(1)
  3567. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3568. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3569. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3570. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3571. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3572. set otherPlayer_2 = Player(23)
  3573. set otherPlayer = Player(2)
  3574. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3575. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3576. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3577. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3578. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3579. set otherPlayer = Player(23)
  3580. set otherPlayer_2 = Player(3)
  3581. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3582. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3583. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3584. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3585. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3586. set otherPlayer_2 = Player(23)
  3587. set otherPlayer = Player(4)
  3588. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3589. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3590. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3591. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3592. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3593. set otherPlayer_2 = Player(23)
  3594. set otherPlayer = Player(5)
  3595. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3596. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3597. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3598. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3599. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3600. set otherPlayer = Player(23)
  3601. set otherPlayer_2 = Player(6)
  3602. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3603. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3604. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3605. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3606. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3607. set otherPlayer = Player(23)
  3608. set otherPlayer_2 = Player(7)
  3609. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3610. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3611. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3612. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3613. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3614. set otherPlayer = Player(23)
  3615. set otherPlayer_2 = Player(8)
  3616. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3617. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3618. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3619. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3620. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3621. set otherPlayer = Player(23)
  3622. set otherPlayer_2 = Player(9)
  3623. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3624. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3625. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3626. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3627. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3628. set otherPlayer = Player(23)
  3629. set otherPlayer_2 = Player(10)
  3630. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3631. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3632. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3633. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3634. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3635. set otherPlayer = Player(23)
  3636. set otherPlayer_2 = Player(11)
  3637. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3638. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3639. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3640. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3641. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3642. set otherPlayer = Player(23)
  3643. set otherPlayer_2 = Player(12)
  3644. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3645. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3646. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3647. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3648. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3649. set otherPlayer_2 = Player(23)
  3650. set otherPlayer = Player(13)
  3651. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3652. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3653. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3654. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3655. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3656. set otherPlayer_2 = Player(23)
  3657. set otherPlayer = Player(14)
  3658. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3659. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3660. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3661. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3662. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3663. set otherPlayer = Player(23)
  3664. set otherPlayer_2 = Player(15)
  3665. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3666. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3667. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3668. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3669. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3670. set otherPlayer = Player(23)
  3671. set otherPlayer_2 = Player(16)
  3672. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3673. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3674. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3675. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3676. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3677. set otherPlayer_2 = Player(23)
  3678. set otherPlayer = Player(17)
  3679. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3680. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3681. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3682. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3683. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3684. set otherPlayer_2 = Player(23)
  3685. set otherPlayer = Player(18)
  3686. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3687. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3688. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3689. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3690. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3691. set otherPlayer_2 = Player(23)
  3692. set otherPlayer = Player(19)
  3693. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3694. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3695. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3696. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3697. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3698. set otherPlayer = Player(23)
  3699. set otherPlayer_2 = Player(20)
  3700. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3701. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3702. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3703. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3704. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3705. set otherPlayer_2 = Player(23)
  3706. set otherPlayer = Player(21)
  3707. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_PASSIVE, true)
  3708. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_REQUEST, true)
  3709. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_HELP_RESPONSE, true)
  3710. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_XP, true)
  3711. call SetPlayerAlliance(otherPlayer_2, otherPlayer, ALLIANCE_SHARED_SPELLS, true)
  3712. set otherPlayer = Player(23)
  3713. set otherPlayer_2 = Player(22)
  3714. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_PASSIVE, true)
  3715. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_REQUEST, true)
  3716. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_HELP_RESPONSE, true)
  3717. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_XP, true)
  3718. call SetPlayerAlliance(otherPlayer, otherPlayer_2, ALLIANCE_SHARED_SPELLS, true)
  3719. call SetPlayerAlliance(Player(1), Player(2), ALLIANCE_SHARED_VISION, true)
  3720. call SetPlayerAlliance(Player(1), Player(3), ALLIANCE_SHARED_VISION, true)
  3721. call SetPlayerAlliance(Player(1), Player(4), ALLIANCE_SHARED_VISION, true)
  3722. call SetPlayerAlliance(Player(1), Player(5), ALLIANCE_SHARED_VISION, true)
  3723. call SetPlayerAlliance(Player(1), Player(6), ALLIANCE_SHARED_VISION, true)
  3724. call SetPlayerAlliance(Player(1), Player(7), ALLIANCE_SHARED_VISION, true)
  3725. call SetPlayerAlliance(Player(1), Player(8), ALLIANCE_SHARED_VISION, true)
  3726. call SetPlayerAlliance(Player(1), Player(9), ALLIANCE_SHARED_VISION, true)
  3727. call SetPlayerAlliance(Player(1), Player(10), ALLIANCE_SHARED_VISION, true)
  3728. call SetPlayerAlliance(Player(1), Player(11), ALLIANCE_SHARED_VISION, true)
  3729. call SetPlayerAlliance(Player(1), Player(12), ALLIANCE_SHARED_VISION, true)
  3730. call SetPlayerAlliance(Player(1), Player(13), ALLIANCE_SHARED_VISION, true)
  3731. call SetPlayerAlliance(Player(1), Player(14), ALLIANCE_SHARED_VISION, true)
  3732. call SetPlayerAlliance(Player(1), Player(15), ALLIANCE_SHARED_VISION, true)
  3733. call SetPlayerAlliance(Player(1), Player(16), ALLIANCE_SHARED_VISION, true)
  3734. call SetPlayerAlliance(Player(1), Player(17), ALLIANCE_SHARED_VISION, true)
  3735. call SetPlayerAlliance(Player(1), Player(18), ALLIANCE_SHARED_VISION, true)
  3736. call SetPlayerAlliance(Player(1), Player(19), ALLIANCE_SHARED_VISION, true)
  3737. call SetPlayerAlliance(Player(1), Player(20), ALLIANCE_SHARED_VISION, true)
  3738. call SetPlayerAlliance(Player(1), Player(21), ALLIANCE_SHARED_VISION, true)
  3739. call SetPlayerAlliance(Player(1), Player(22), ALLIANCE_SHARED_VISION, true)
  3740. call SetPlayerAlliance(Player(1), Player(23), ALLIANCE_SHARED_VISION, true)
  3741. call SetPlayerAlliance(Player(2), Player(1), ALLIANCE_SHARED_VISION, true)
  3742. call SetPlayerAlliance(Player(2), Player(3), ALLIANCE_SHARED_VISION, true)
  3743. call SetPlayerAlliance(Player(2), Player(4), ALLIANCE_SHARED_VISION, true)
  3744. call SetPlayerAlliance(Player(2), Player(5), ALLIANCE_SHARED_VISION, true)
  3745. call SetPlayerAlliance(Player(2), Player(6), ALLIANCE_SHARED_VISION, true)
  3746. call SetPlayerAlliance(Player(2), Player(7), ALLIANCE_SHARED_VISION, true)
  3747. call SetPlayerAlliance(Player(2), Player(8), ALLIANCE_SHARED_VISION, true)
  3748. call SetPlayerAlliance(Player(2), Player(9), ALLIANCE_SHARED_VISION, true)
  3749. call SetPlayerAlliance(Player(2), Player(10), ALLIANCE_SHARED_VISION, true)
  3750. call SetPlayerAlliance(Player(2), Player(11), ALLIANCE_SHARED_VISION, true)
  3751. call SetPlayerAlliance(Player(2), Player(12), ALLIANCE_SHARED_VISION, true)
  3752. call SetPlayerAlliance(Player(2), Player(13), ALLIANCE_SHARED_VISION, true)
  3753. call SetPlayerAlliance(Player(2), Player(14), ALLIANCE_SHARED_VISION, true)
  3754. call SetPlayerAlliance(Player(2), Player(15), ALLIANCE_SHARED_VISION, true)
  3755. call SetPlayerAlliance(Player(2), Player(16), ALLIANCE_SHARED_VISION, true)
  3756. call SetPlayerAlliance(Player(2), Player(17), ALLIANCE_SHARED_VISION, true)
  3757. call SetPlayerAlliance(Player(2), Player(18), ALLIANCE_SHARED_VISION, true)
  3758. call SetPlayerAlliance(Player(2), Player(19), ALLIANCE_SHARED_VISION, true)
  3759. call SetPlayerAlliance(Player(2), Player(20), ALLIANCE_SHARED_VISION, true)
  3760. call SetPlayerAlliance(Player(2), Player(21), ALLIANCE_SHARED_VISION, true)
  3761. call SetPlayerAlliance(Player(2), Player(22), ALLIANCE_SHARED_VISION, true)
  3762. call SetPlayerAlliance(Player(2), Player(23), ALLIANCE_SHARED_VISION, true)
  3763. call SetPlayerAlliance(Player(3), Player(1), ALLIANCE_SHARED_VISION, true)
  3764. call SetPlayerAlliance(Player(3), Player(2), ALLIANCE_SHARED_VISION, true)
  3765. call SetPlayerAlliance(Player(3), Player(4), ALLIANCE_SHARED_VISION, true)
  3766. call SetPlayerAlliance(Player(3), Player(5), ALLIANCE_SHARED_VISION, true)
  3767. call SetPlayerAlliance(Player(3), Player(6), ALLIANCE_SHARED_VISION, true)
  3768. call SetPlayerAlliance(Player(3), Player(7), ALLIANCE_SHARED_VISION, true)
  3769. call SetPlayerAlliance(Player(3), Player(8), ALLIANCE_SHARED_VISION, true)
  3770. call SetPlayerAlliance(Player(3), Player(9), ALLIANCE_SHARED_VISION, true)
  3771. call SetPlayerAlliance(Player(3), Player(10), ALLIANCE_SHARED_VISION, true)
  3772. call SetPlayerAlliance(Player(3), Player(11), ALLIANCE_SHARED_VISION, true)
  3773. call SetPlayerAlliance(Player(3), Player(12), ALLIANCE_SHARED_VISION, true)
  3774. call SetPlayerAlliance(Player(3), Player(13), ALLIANCE_SHARED_VISION, true)
  3775. call SetPlayerAlliance(Player(3), Player(14), ALLIANCE_SHARED_VISION, true)
  3776. call SetPlayerAlliance(Player(3), Player(15), ALLIANCE_SHARED_VISION, true)
  3777. call SetPlayerAlliance(Player(3), Player(16), ALLIANCE_SHARED_VISION, true)
  3778. call SetPlayerAlliance(Player(3), Player(17), ALLIANCE_SHARED_VISION, true)
  3779. call SetPlayerAlliance(Player(3), Player(18), ALLIANCE_SHARED_VISION, true)
  3780. call SetPlayerAlliance(Player(3), Player(19), ALLIANCE_SHARED_VISION, true)
  3781. call SetPlayerAlliance(Player(3), Player(20), ALLIANCE_SHARED_VISION, true)
  3782. call SetPlayerAlliance(Player(3), Player(21), ALLIANCE_SHARED_VISION, true)
  3783. call SetPlayerAlliance(Player(3), Player(22), ALLIANCE_SHARED_VISION, true)
  3784. call SetPlayerAlliance(Player(3), Player(23), ALLIANCE_SHARED_VISION, true)
  3785. call SetPlayerAlliance(Player(4), Player(1), ALLIANCE_SHARED_VISION, true)
  3786. call SetPlayerAlliance(Player(4), Player(2), ALLIANCE_SHARED_VISION, true)
  3787. call SetPlayerAlliance(Player(4), Player(3), ALLIANCE_SHARED_VISION, true)
  3788. call SetPlayerAlliance(Player(4), Player(5), ALLIANCE_SHARED_VISION, true)
  3789. call SetPlayerAlliance(Player(4), Player(6), ALLIANCE_SHARED_VISION, true)
  3790. call SetPlayerAlliance(Player(4), Player(7), ALLIANCE_SHARED_VISION, true)
  3791. call SetPlayerAlliance(Player(4), Player(8), ALLIANCE_SHARED_VISION, true)
  3792. call SetPlayerAlliance(Player(4), Player(9), ALLIANCE_SHARED_VISION, true)
  3793. call SetPlayerAlliance(Player(4), Player(10), ALLIANCE_SHARED_VISION, true)
  3794. call SetPlayerAlliance(Player(4), Player(11), ALLIANCE_SHARED_VISION, true)
  3795. call SetPlayerAlliance(Player(4), Player(12), ALLIANCE_SHARED_VISION, true)
  3796. call SetPlayerAlliance(Player(4), Player(13), ALLIANCE_SHARED_VISION, true)
  3797. call SetPlayerAlliance(Player(4), Player(14), ALLIANCE_SHARED_VISION, true)
  3798. call SetPlayerAlliance(Player(4), Player(15), ALLIANCE_SHARED_VISION, true)
  3799. call SetPlayerAlliance(Player(4), Player(16), ALLIANCE_SHARED_VISION, true)
  3800. call SetPlayerAlliance(Player(4), Player(17), ALLIANCE_SHARED_VISION, true)
  3801. call SetPlayerAlliance(Player(4), Player(18), ALLIANCE_SHARED_VISION, true)
  3802. call SetPlayerAlliance(Player(4), Player(19), ALLIANCE_SHARED_VISION, true)
  3803. call SetPlayerAlliance(Player(4), Player(20), ALLIANCE_SHARED_VISION, true)
  3804. call SetPlayerAlliance(Player(4), Player(21), ALLIANCE_SHARED_VISION, true)
  3805. call SetPlayerAlliance(Player(4), Player(22), ALLIANCE_SHARED_VISION, true)
  3806. call SetPlayerAlliance(Player(4), Player(23), ALLIANCE_SHARED_VISION, true)
  3807. call SetPlayerAlliance(Player(5), Player(1), ALLIANCE_SHARED_VISION, true)
  3808. call SetPlayerAlliance(Player(5), Player(2), ALLIANCE_SHARED_VISION, true)
  3809. call SetPlayerAlliance(Player(5), Player(3), ALLIANCE_SHARED_VISION, true)
  3810. call SetPlayerAlliance(Player(5), Player(4), ALLIANCE_SHARED_VISION, true)
  3811. call SetPlayerAlliance(Player(5), Player(6), ALLIANCE_SHARED_VISION, true)
  3812. call SetPlayerAlliance(Player(5), Player(7), ALLIANCE_SHARED_VISION, true)
  3813. call SetPlayerAlliance(Player(5), Player(8), ALLIANCE_SHARED_VISION, true)
  3814. call SetPlayerAlliance(Player(5), Player(9), ALLIANCE_SHARED_VISION, true)
  3815. call SetPlayerAlliance(Player(5), Player(10), ALLIANCE_SHARED_VISION, true)
  3816. call SetPlayerAlliance(Player(5), Player(11), ALLIANCE_SHARED_VISION, true)
  3817. call SetPlayerAlliance(Player(5), Player(12), ALLIANCE_SHARED_VISION, true)
  3818. call SetPlayerAlliance(Player(5), Player(13), ALLIANCE_SHARED_VISION, true)
  3819. call SetPlayerAlliance(Player(5), Player(14), ALLIANCE_SHARED_VISION, true)
  3820. call SetPlayerAlliance(Player(5), Player(15), ALLIANCE_SHARED_VISION, true)
  3821. call SetPlayerAlliance(Player(5), Player(16), ALLIANCE_SHARED_VISION, true)
  3822. call SetPlayerAlliance(Player(5), Player(17), ALLIANCE_SHARED_VISION, true)
  3823. call SetPlayerAlliance(Player(5), Player(18), ALLIANCE_SHARED_VISION, true)
  3824. call SetPlayerAlliance(Player(5), Player(19), ALLIANCE_SHARED_VISION, true)
  3825. call SetPlayerAlliance(Player(5), Player(20), ALLIANCE_SHARED_VISION, true)
  3826. call SetPlayerAlliance(Player(5), Player(21), ALLIANCE_SHARED_VISION, true)
  3827. call SetPlayerAlliance(Player(5), Player(22), ALLIANCE_SHARED_VISION, true)
  3828. call SetPlayerAlliance(Player(5), Player(23), ALLIANCE_SHARED_VISION, true)
  3829. call SetPlayerAlliance(Player(6), Player(1), ALLIANCE_SHARED_VISION, true)
  3830. call SetPlayerAlliance(Player(6), Player(2), ALLIANCE_SHARED_VISION, true)
  3831. call SetPlayerAlliance(Player(6), Player(3), ALLIANCE_SHARED_VISION, true)
  3832. call SetPlayerAlliance(Player(6), Player(4), ALLIANCE_SHARED_VISION, true)
  3833. call SetPlayerAlliance(Player(6), Player(5), ALLIANCE_SHARED_VISION, true)
  3834. call SetPlayerAlliance(Player(6), Player(7), ALLIANCE_SHARED_VISION, true)
  3835. call SetPlayerAlliance(Player(6), Player(8), ALLIANCE_SHARED_VISION, true)
  3836. call SetPlayerAlliance(Player(6), Player(9), ALLIANCE_SHARED_VISION, true)
  3837. call SetPlayerAlliance(Player(6), Player(10), ALLIANCE_SHARED_VISION, true)
  3838. call SetPlayerAlliance(Player(6), Player(11), ALLIANCE_SHARED_VISION, true)
  3839. call SetPlayerAlliance(Player(6), Player(12), ALLIANCE_SHARED_VISION, true)
  3840. call SetPlayerAlliance(Player(6), Player(13), ALLIANCE_SHARED_VISION, true)
  3841. call SetPlayerAlliance(Player(6), Player(14), ALLIANCE_SHARED_VISION, true)
  3842. call SetPlayerAlliance(Player(6), Player(15), ALLIANCE_SHARED_VISION, true)
  3843. call SetPlayerAlliance(Player(6), Player(16), ALLIANCE_SHARED_VISION, true)
  3844. call SetPlayerAlliance(Player(6), Player(17), ALLIANCE_SHARED_VISION, true)
  3845. call SetPlayerAlliance(Player(6), Player(18), ALLIANCE_SHARED_VISION, true)
  3846. call SetPlayerAlliance(Player(6), Player(19), ALLIANCE_SHARED_VISION, true)
  3847. call SetPlayerAlliance(Player(6), Player(20), ALLIANCE_SHARED_VISION, true)
  3848. call SetPlayerAlliance(Player(6), Player(21), ALLIANCE_SHARED_VISION, true)
  3849. call SetPlayerAlliance(Player(6), Player(22), ALLIANCE_SHARED_VISION, true)
  3850. call SetPlayerAlliance(Player(6), Player(23), ALLIANCE_SHARED_VISION, true)
  3851. call SetPlayerAlliance(Player(7), Player(1), ALLIANCE_SHARED_VISION, true)
  3852. call SetPlayerAlliance(Player(7), Player(2), ALLIANCE_SHARED_VISION, true)
  3853. call SetPlayerAlliance(Player(7), Player(3), ALLIANCE_SHARED_VISION, true)
  3854. call SetPlayerAlliance(Player(7), Player(4), ALLIANCE_SHARED_VISION, true)
  3855. call SetPlayerAlliance(Player(7), Player(5), ALLIANCE_SHARED_VISION, true)
  3856. call SetPlayerAlliance(Player(7), Player(6), ALLIANCE_SHARED_VISION, true)
  3857. call SetPlayerAlliance(Player(7), Player(8), ALLIANCE_SHARED_VISION, true)
  3858. call SetPlayerAlliance(Player(7), Player(9), ALLIANCE_SHARED_VISION, true)
  3859. call SetPlayerAlliance(Player(7), Player(10), ALLIANCE_SHARED_VISION, true)
  3860. call SetPlayerAlliance(Player(7), Player(11), ALLIANCE_SHARED_VISION, true)
  3861. call SetPlayerAlliance(Player(7), Player(12), ALLIANCE_SHARED_VISION, true)
  3862. call SetPlayerAlliance(Player(7), Player(13), ALLIANCE_SHARED_VISION, true)
  3863. call SetPlayerAlliance(Player(7), Player(14), ALLIANCE_SHARED_VISION, true)
  3864. call SetPlayerAlliance(Player(7), Player(15), ALLIANCE_SHARED_VISION, true)
  3865. call SetPlayerAlliance(Player(7), Player(16), ALLIANCE_SHARED_VISION, true)
  3866. call SetPlayerAlliance(Player(7), Player(17), ALLIANCE_SHARED_VISION, true)
  3867. call SetPlayerAlliance(Player(7), Player(18), ALLIANCE_SHARED_VISION, true)
  3868. call SetPlayerAlliance(Player(7), Player(19), ALLIANCE_SHARED_VISION, true)
  3869. call SetPlayerAlliance(Player(7), Player(20), ALLIANCE_SHARED_VISION, true)
  3870. call SetPlayerAlliance(Player(7), Player(21), ALLIANCE_SHARED_VISION, true)
  3871. call SetPlayerAlliance(Player(7), Player(22), ALLIANCE_SHARED_VISION, true)
  3872. call SetPlayerAlliance(Player(7), Player(23), ALLIANCE_SHARED_VISION, true)
  3873. call SetPlayerAlliance(Player(8), Player(1), ALLIANCE_SHARED_VISION, true)
  3874. call SetPlayerAlliance(Player(8), Player(2), ALLIANCE_SHARED_VISION, true)
  3875. call SetPlayerAlliance(Player(8), Player(3), ALLIANCE_SHARED_VISION, true)
  3876. call SetPlayerAlliance(Player(8), Player(4), ALLIANCE_SHARED_VISION, true)
  3877. call SetPlayerAlliance(Player(8), Player(5), ALLIANCE_SHARED_VISION, true)
  3878. call SetPlayerAlliance(Player(8), Player(6), ALLIANCE_SHARED_VISION, true)
  3879. call SetPlayerAlliance(Player(8), Player(7), ALLIANCE_SHARED_VISION, true)
  3880. call SetPlayerAlliance(Player(8), Player(9), ALLIANCE_SHARED_VISION, true)
  3881. call SetPlayerAlliance(Player(8), Player(10), ALLIANCE_SHARED_VISION, true)
  3882. call SetPlayerAlliance(Player(8), Player(11), ALLIANCE_SHARED_VISION, true)
  3883. call SetPlayerAlliance(Player(8), Player(12), ALLIANCE_SHARED_VISION, true)
  3884. call SetPlayerAlliance(Player(8), Player(13), ALLIANCE_SHARED_VISION, true)
  3885. call SetPlayerAlliance(Player(8), Player(14), ALLIANCE_SHARED_VISION, true)
  3886. call SetPlayerAlliance(Player(8), Player(15), ALLIANCE_SHARED_VISION, true)
  3887. call SetPlayerAlliance(Player(8), Player(16), ALLIANCE_SHARED_VISION, true)
  3888. call SetPlayerAlliance(Player(8), Player(17), ALLIANCE_SHARED_VISION, true)
  3889. call SetPlayerAlliance(Player(8), Player(18), ALLIANCE_SHARED_VISION, true)
  3890. call SetPlayerAlliance(Player(8), Player(19), ALLIANCE_SHARED_VISION, true)
  3891. call SetPlayerAlliance(Player(8), Player(20), ALLIANCE_SHARED_VISION, true)
  3892. call SetPlayerAlliance(Player(8), Player(21), ALLIANCE_SHARED_VISION, true)
  3893. call SetPlayerAlliance(Player(8), Player(22), ALLIANCE_SHARED_VISION, true)
  3894. call SetPlayerAlliance(Player(8), Player(23), ALLIANCE_SHARED_VISION, true)
  3895. call SetPlayerAlliance(Player(9), Player(1), ALLIANCE_SHARED_VISION, true)
  3896. call SetPlayerAlliance(Player(9), Player(2), ALLIANCE_SHARED_VISION, true)
  3897. call SetPlayerAlliance(Player(9), Player(3), ALLIANCE_SHARED_VISION, true)
  3898. call SetPlayerAlliance(Player(9), Player(4), ALLIANCE_SHARED_VISION, true)
  3899. call SetPlayerAlliance(Player(9), Player(5), ALLIANCE_SHARED_VISION, true)
  3900. call SetPlayerAlliance(Player(9), Player(6), ALLIANCE_SHARED_VISION, true)
  3901. call SetPlayerAlliance(Player(9), Player(7), ALLIANCE_SHARED_VISION, true)
  3902. call SetPlayerAlliance(Player(9), Player(8), ALLIANCE_SHARED_VISION, true)
  3903. call SetPlayerAlliance(Player(9), Player(10), ALLIANCE_SHARED_VISION, true)
  3904. call SetPlayerAlliance(Player(9), Player(11), ALLIANCE_SHARED_VISION, true)
  3905. call SetPlayerAlliance(Player(9), Player(12), ALLIANCE_SHARED_VISION, true)
  3906. call SetPlayerAlliance(Player(9), Player(13), ALLIANCE_SHARED_VISION, true)
  3907. call SetPlayerAlliance(Player(9), Player(14), ALLIANCE_SHARED_VISION, true)
  3908. call SetPlayerAlliance(Player(9), Player(15), ALLIANCE_SHARED_VISION, true)
  3909. call SetPlayerAlliance(Player(9), Player(16), ALLIANCE_SHARED_VISION, true)
  3910. call SetPlayerAlliance(Player(9), Player(17), ALLIANCE_SHARED_VISION, true)
  3911. call SetPlayerAlliance(Player(9), Player(18), ALLIANCE_SHARED_VISION, true)
  3912. call SetPlayerAlliance(Player(9), Player(19), ALLIANCE_SHARED_VISION, true)
  3913. call SetPlayerAlliance(Player(9), Player(20), ALLIANCE_SHARED_VISION, true)
  3914. call SetPlayerAlliance(Player(9), Player(21), ALLIANCE_SHARED_VISION, true)
  3915. call SetPlayerAlliance(Player(9), Player(22), ALLIANCE_SHARED_VISION, true)
  3916. call SetPlayerAlliance(Player(9), Player(23), ALLIANCE_SHARED_VISION, true)
  3917. call SetPlayerAlliance(Player(10), Player(1), ALLIANCE_SHARED_VISION, true)
  3918. call SetPlayerAlliance(Player(10), Player(2), ALLIANCE_SHARED_VISION, true)
  3919. call SetPlayerAlliance(Player(10), Player(3), ALLIANCE_SHARED_VISION, true)
  3920. call SetPlayerAlliance(Player(10), Player(4), ALLIANCE_SHARED_VISION, true)
  3921. call SetPlayerAlliance(Player(10), Player(5), ALLIANCE_SHARED_VISION, true)
  3922. call SetPlayerAlliance(Player(10), Player(6), ALLIANCE_SHARED_VISION, true)
  3923. call SetPlayerAlliance(Player(10), Player(7), ALLIANCE_SHARED_VISION, true)
  3924. call SetPlayerAlliance(Player(10), Player(8), ALLIANCE_SHARED_VISION, true)
  3925. call SetPlayerAlliance(Player(10), Player(9), ALLIANCE_SHARED_VISION, true)
  3926. call SetPlayerAlliance(Player(10), Player(11), ALLIANCE_SHARED_VISION, true)
  3927. call SetPlayerAlliance(Player(10), Player(12), ALLIANCE_SHARED_VISION, true)
  3928. call SetPlayerAlliance(Player(10), Player(13), ALLIANCE_SHARED_VISION, true)
  3929. call SetPlayerAlliance(Player(10), Player(14), ALLIANCE_SHARED_VISION, true)
  3930. call SetPlayerAlliance(Player(10), Player(15), ALLIANCE_SHARED_VISION, true)
  3931. call SetPlayerAlliance(Player(10), Player(16), ALLIANCE_SHARED_VISION, true)
  3932. call SetPlayerAlliance(Player(10), Player(17), ALLIANCE_SHARED_VISION, true)
  3933. call SetPlayerAlliance(Player(10), Player(18), ALLIANCE_SHARED_VISION, true)
  3934. call SetPlayerAlliance(Player(10), Player(19), ALLIANCE_SHARED_VISION, true)
  3935. call SetPlayerAlliance(Player(10), Player(20), ALLIANCE_SHARED_VISION, true)
  3936. call SetPlayerAlliance(Player(10), Player(21), ALLIANCE_SHARED_VISION, true)
  3937. call SetPlayerAlliance(Player(10), Player(22), ALLIANCE_SHARED_VISION, true)
  3938. call SetPlayerAlliance(Player(10), Player(23), ALLIANCE_SHARED_VISION, true)
  3939. call SetPlayerAlliance(Player(11), Player(1), ALLIANCE_SHARED_VISION, true)
  3940. call SetPlayerAlliance(Player(11), Player(2), ALLIANCE_SHARED_VISION, true)
  3941. call SetPlayerAlliance(Player(11), Player(3), ALLIANCE_SHARED_VISION, true)
  3942. call SetPlayerAlliance(Player(11), Player(4), ALLIANCE_SHARED_VISION, true)
  3943. call SetPlayerAlliance(Player(11), Player(5), ALLIANCE_SHARED_VISION, true)
  3944. call SetPlayerAlliance(Player(11), Player(6), ALLIANCE_SHARED_VISION, true)
  3945. call SetPlayerAlliance(Player(11), Player(7), ALLIANCE_SHARED_VISION, true)
  3946. call SetPlayerAlliance(Player(11), Player(8), ALLIANCE_SHARED_VISION, true)
  3947. call SetPlayerAlliance(Player(11), Player(9), ALLIANCE_SHARED_VISION, true)
  3948. call SetPlayerAlliance(Player(11), Player(10), ALLIANCE_SHARED_VISION, true)
  3949. call SetPlayerAlliance(Player(11), Player(12), ALLIANCE_SHARED_VISION, true)
  3950. call SetPlayerAlliance(Player(11), Player(13), ALLIANCE_SHARED_VISION, true)
  3951. call SetPlayerAlliance(Player(11), Player(14), ALLIANCE_SHARED_VISION, true)
  3952. call SetPlayerAlliance(Player(11), Player(15), ALLIANCE_SHARED_VISION, true)
  3953. call SetPlayerAlliance(Player(11), Player(16), ALLIANCE_SHARED_VISION, true)
  3954. call SetPlayerAlliance(Player(11), Player(17), ALLIANCE_SHARED_VISION, true)
  3955. call SetPlayerAlliance(Player(11), Player(18), ALLIANCE_SHARED_VISION, true)
  3956. call SetPlayerAlliance(Player(11), Player(19), ALLIANCE_SHARED_VISION, true)
  3957. call SetPlayerAlliance(Player(11), Player(20), ALLIANCE_SHARED_VISION, true)
  3958. call SetPlayerAlliance(Player(11), Player(21), ALLIANCE_SHARED_VISION, true)
  3959. call SetPlayerAlliance(Player(11), Player(22), ALLIANCE_SHARED_VISION, true)
  3960. call SetPlayerAlliance(Player(11), Player(23), ALLIANCE_SHARED_VISION, true)
  3961. call SetPlayerAlliance(Player(12), Player(1), ALLIANCE_SHARED_VISION, true)
  3962. call SetPlayerAlliance(Player(12), Player(2), ALLIANCE_SHARED_VISION, true)
  3963. call SetPlayerAlliance(Player(12), Player(3), ALLIANCE_SHARED_VISION, true)
  3964. call SetPlayerAlliance(Player(12), Player(4), ALLIANCE_SHARED_VISION, true)
  3965. call SetPlayerAlliance(Player(12), Player(5), ALLIANCE_SHARED_VISION, true)
  3966. call SetPlayerAlliance(Player(12), Player(6), ALLIANCE_SHARED_VISION, true)
  3967. call SetPlayerAlliance(Player(12), Player(7), ALLIANCE_SHARED_VISION, true)
  3968. call SetPlayerAlliance(Player(12), Player(8), ALLIANCE_SHARED_VISION, true)
  3969. call SetPlayerAlliance(Player(12), Player(9), ALLIANCE_SHARED_VISION, true)
  3970. call SetPlayerAlliance(Player(12), Player(10), ALLIANCE_SHARED_VISION, true)
  3971. call SetPlayerAlliance(Player(12), Player(11), ALLIANCE_SHARED_VISION, true)
  3972. call SetPlayerAlliance(Player(12), Player(13), ALLIANCE_SHARED_VISION, true)
  3973. call SetPlayerAlliance(Player(12), Player(14), ALLIANCE_SHARED_VISION, true)
  3974. call SetPlayerAlliance(Player(12), Player(15), ALLIANCE_SHARED_VISION, true)
  3975. call SetPlayerAlliance(Player(12), Player(16), ALLIANCE_SHARED_VISION, true)
  3976. call SetPlayerAlliance(Player(12), Player(17), ALLIANCE_SHARED_VISION, true)
  3977. call SetPlayerAlliance(Player(12), Player(18), ALLIANCE_SHARED_VISION, true)
  3978. call SetPlayerAlliance(Player(12), Player(19), ALLIANCE_SHARED_VISION, true)
  3979. call SetPlayerAlliance(Player(12), Player(20), ALLIANCE_SHARED_VISION, true)
  3980. call SetPlayerAlliance(Player(12), Player(21), ALLIANCE_SHARED_VISION, true)
  3981. call SetPlayerAlliance(Player(12), Player(22), ALLIANCE_SHARED_VISION, true)
  3982. call SetPlayerAlliance(Player(12), Player(23), ALLIANCE_SHARED_VISION, true)
  3983. call SetPlayerAlliance(Player(13), Player(1), ALLIANCE_SHARED_VISION, true)
  3984. call SetPlayerAlliance(Player(13), Player(2), ALLIANCE_SHARED_VISION, true)
  3985. call SetPlayerAlliance(Player(13), Player(3), ALLIANCE_SHARED_VISION, true)
  3986. call SetPlayerAlliance(Player(13), Player(4), ALLIANCE_SHARED_VISION, true)
  3987. call SetPlayerAlliance(Player(13), Player(5), ALLIANCE_SHARED_VISION, true)
  3988. call SetPlayerAlliance(Player(13), Player(6), ALLIANCE_SHARED_VISION, true)
  3989. call SetPlayerAlliance(Player(13), Player(7), ALLIANCE_SHARED_VISION, true)
  3990. call SetPlayerAlliance(Player(13), Player(8), ALLIANCE_SHARED_VISION, true)
  3991. call SetPlayerAlliance(Player(13), Player(9), ALLIANCE_SHARED_VISION, true)
  3992. call SetPlayerAlliance(Player(13), Player(10), ALLIANCE_SHARED_VISION, true)
  3993. call SetPlayerAlliance(Player(13), Player(11), ALLIANCE_SHARED_VISION, true)
  3994. call SetPlayerAlliance(Player(13), Player(12), ALLIANCE_SHARED_VISION, true)
  3995. call SetPlayerAlliance(Player(13), Player(14), ALLIANCE_SHARED_VISION, true)
  3996. call SetPlayerAlliance(Player(13), Player(15), ALLIANCE_SHARED_VISION, true)
  3997. call SetPlayerAlliance(Player(13), Player(16), ALLIANCE_SHARED_VISION, true)
  3998. call SetPlayerAlliance(Player(13), Player(17), ALLIANCE_SHARED_VISION, true)
  3999. call SetPlayerAlliance(Player(13), Player(18), ALLIANCE_SHARED_VISION, true)
  4000. call SetPlayerAlliance(Player(13), Player(19), ALLIANCE_SHARED_VISION, true)
  4001. call SetPlayerAlliance(Player(13), Player(20), ALLIANCE_SHARED_VISION, true)
  4002. call SetPlayerAlliance(Player(13), Player(21), ALLIANCE_SHARED_VISION, true)
  4003. call SetPlayerAlliance(Player(13), Player(22), ALLIANCE_SHARED_VISION, true)
  4004. call SetPlayerAlliance(Player(13), Player(23), ALLIANCE_SHARED_VISION, true)
  4005. call SetPlayerAlliance(Player(14), Player(1), ALLIANCE_SHARED_VISION, true)
  4006. call SetPlayerAlliance(Player(14), Player(2), ALLIANCE_SHARED_VISION, true)
  4007. call SetPlayerAlliance(Player(14), Player(3), ALLIANCE_SHARED_VISION, true)
  4008. call SetPlayerAlliance(Player(14), Player(4), ALLIANCE_SHARED_VISION, true)
  4009. call SetPlayerAlliance(Player(14), Player(5), ALLIANCE_SHARED_VISION, true)
  4010. call SetPlayerAlliance(Player(14), Player(6), ALLIANCE_SHARED_VISION, true)
  4011. call SetPlayerAlliance(Player(14), Player(7), ALLIANCE_SHARED_VISION, true)
  4012. call SetPlayerAlliance(Player(14), Player(8), ALLIANCE_SHARED_VISION, true)
  4013. call SetPlayerAlliance(Player(14), Player(9), ALLIANCE_SHARED_VISION, true)
  4014. call SetPlayerAlliance(Player(14), Player(10), ALLIANCE_SHARED_VISION, true)
  4015. call SetPlayerAlliance(Player(14), Player(11), ALLIANCE_SHARED_VISION, true)
  4016. call SetPlayerAlliance(Player(14), Player(12), ALLIANCE_SHARED_VISION, true)
  4017. call SetPlayerAlliance(Player(14), Player(13), ALLIANCE_SHARED_VISION, true)
  4018. call SetPlayerAlliance(Player(14), Player(15), ALLIANCE_SHARED_VISION, true)
  4019. call SetPlayerAlliance(Player(14), Player(16), ALLIANCE_SHARED_VISION, true)
  4020. call SetPlayerAlliance(Player(14), Player(17), ALLIANCE_SHARED_VISION, true)
  4021. call SetPlayerAlliance(Player(14), Player(18), ALLIANCE_SHARED_VISION, true)
  4022. call SetPlayerAlliance(Player(14), Player(19), ALLIANCE_SHARED_VISION, true)
  4023. call SetPlayerAlliance(Player(14), Player(20), ALLIANCE_SHARED_VISION, true)
  4024. call SetPlayerAlliance(Player(14), Player(21), ALLIANCE_SHARED_VISION, true)
  4025. call SetPlayerAlliance(Player(14), Player(22), ALLIANCE_SHARED_VISION, true)
  4026. call SetPlayerAlliance(Player(14), Player(23), ALLIANCE_SHARED_VISION, true)
  4027. call SetPlayerAlliance(Player(15), Player(1), ALLIANCE_SHARED_VISION, true)
  4028. call SetPlayerAlliance(Player(15), Player(2), ALLIANCE_SHARED_VISION, true)
  4029. call SetPlayerAlliance(Player(15), Player(3), ALLIANCE_SHARED_VISION, true)
  4030. call SetPlayerAlliance(Player(15), Player(4), ALLIANCE_SHARED_VISION, true)
  4031. call SetPlayerAlliance(Player(15), Player(5), ALLIANCE_SHARED_VISION, true)
  4032. call SetPlayerAlliance(Player(15), Player(6), ALLIANCE_SHARED_VISION, true)
  4033. call SetPlayerAlliance(Player(15), Player(7), ALLIANCE_SHARED_VISION, true)
  4034. call SetPlayerAlliance(Player(15), Player(8), ALLIANCE_SHARED_VISION, true)
  4035. call SetPlayerAlliance(Player(15), Player(9), ALLIANCE_SHARED_VISION, true)
  4036. call SetPlayerAlliance(Player(15), Player(10), ALLIANCE_SHARED_VISION, true)
  4037. call SetPlayerAlliance(Player(15), Player(11), ALLIANCE_SHARED_VISION, true)
  4038. call SetPlayerAlliance(Player(15), Player(12), ALLIANCE_SHARED_VISION, true)
  4039. call SetPlayerAlliance(Player(15), Player(13), ALLIANCE_SHARED_VISION, true)
  4040. call SetPlayerAlliance(Player(15), Player(14), ALLIANCE_SHARED_VISION, true)
  4041. call SetPlayerAlliance(Player(15), Player(16), ALLIANCE_SHARED_VISION, true)
  4042. call SetPlayerAlliance(Player(15), Player(17), ALLIANCE_SHARED_VISION, true)
  4043. call SetPlayerAlliance(Player(15), Player(18), ALLIANCE_SHARED_VISION, true)
  4044. call SetPlayerAlliance(Player(15), Player(19), ALLIANCE_SHARED_VISION, true)
  4045. call SetPlayerAlliance(Player(15), Player(20), ALLIANCE_SHARED_VISION, true)
  4046. call SetPlayerAlliance(Player(15), Player(21), ALLIANCE_SHARED_VISION, true)
  4047. call SetPlayerAlliance(Player(15), Player(22), ALLIANCE_SHARED_VISION, true)
  4048. call SetPlayerAlliance(Player(15), Player(23), ALLIANCE_SHARED_VISION, true)
  4049. call SetPlayerAlliance(Player(16), Player(1), ALLIANCE_SHARED_VISION, true)
  4050. call SetPlayerAlliance(Player(16), Player(2), ALLIANCE_SHARED_VISION, true)
  4051. call SetPlayerAlliance(Player(16), Player(3), ALLIANCE_SHARED_VISION, true)
  4052. call SetPlayerAlliance(Player(16), Player(4), ALLIANCE_SHARED_VISION, true)
  4053. call SetPlayerAlliance(Player(16), Player(5), ALLIANCE_SHARED_VISION, true)
  4054. call SetPlayerAlliance(Player(16), Player(6), ALLIANCE_SHARED_VISION, true)
  4055. call SetPlayerAlliance(Player(16), Player(7), ALLIANCE_SHARED_VISION, true)
  4056. call SetPlayerAlliance(Player(16), Player(8), ALLIANCE_SHARED_VISION, true)
  4057. call SetPlayerAlliance(Player(16), Player(9), ALLIANCE_SHARED_VISION, true)
  4058. call SetPlayerAlliance(Player(16), Player(10), ALLIANCE_SHARED_VISION, true)
  4059. call SetPlayerAlliance(Player(16), Player(11), ALLIANCE_SHARED_VISION, true)
  4060. call SetPlayerAlliance(Player(16), Player(12), ALLIANCE_SHARED_VISION, true)
  4061. call SetPlayerAlliance(Player(16), Player(13), ALLIANCE_SHARED_VISION, true)
  4062. call SetPlayerAlliance(Player(16), Player(14), ALLIANCE_SHARED_VISION, true)
  4063. call SetPlayerAlliance(Player(16), Player(15), ALLIANCE_SHARED_VISION, true)
  4064. call SetPlayerAlliance(Player(16), Player(17), ALLIANCE_SHARED_VISION, true)
  4065. call SetPlayerAlliance(Player(16), Player(18), ALLIANCE_SHARED_VISION, true)
  4066. call SetPlayerAlliance(Player(16), Player(19), ALLIANCE_SHARED_VISION, true)
  4067. call SetPlayerAlliance(Player(16), Player(20), ALLIANCE_SHARED_VISION, true)
  4068. call SetPlayerAlliance(Player(16), Player(21), ALLIANCE_SHARED_VISION, true)
  4069. call SetPlayerAlliance(Player(16), Player(22), ALLIANCE_SHARED_VISION, true)
  4070. call SetPlayerAlliance(Player(16), Player(23), ALLIANCE_SHARED_VISION, true)
  4071. call SetPlayerAlliance(Player(17), Player(1), ALLIANCE_SHARED_VISION, true)
  4072. call SetPlayerAlliance(Player(17), Player(2), ALLIANCE_SHARED_VISION, true)
  4073. call SetPlayerAlliance(Player(17), Player(3), ALLIANCE_SHARED_VISION, true)
  4074. call SetPlayerAlliance(Player(17), Player(4), ALLIANCE_SHARED_VISION, true)
  4075. call SetPlayerAlliance(Player(17), Player(5), ALLIANCE_SHARED_VISION, true)
  4076. call SetPlayerAlliance(Player(17), Player(6), ALLIANCE_SHARED_VISION, true)
  4077. call SetPlayerAlliance(Player(17), Player(7), ALLIANCE_SHARED_VISION, true)
  4078. call SetPlayerAlliance(Player(17), Player(8), ALLIANCE_SHARED_VISION, true)
  4079. call SetPlayerAlliance(Player(17), Player(9), ALLIANCE_SHARED_VISION, true)
  4080. call SetPlayerAlliance(Player(17), Player(10), ALLIANCE_SHARED_VISION, true)
  4081. call SetPlayerAlliance(Player(17), Player(11), ALLIANCE_SHARED_VISION, true)
  4082. call SetPlayerAlliance(Player(17), Player(12), ALLIANCE_SHARED_VISION, true)
  4083. call SetPlayerAlliance(Player(17), Player(13), ALLIANCE_SHARED_VISION, true)
  4084. call SetPlayerAlliance(Player(17), Player(14), ALLIANCE_SHARED_VISION, true)
  4085. call SetPlayerAlliance(Player(17), Player(15), ALLIANCE_SHARED_VISION, true)
  4086. call SetPlayerAlliance(Player(17), Player(16), ALLIANCE_SHARED_VISION, true)
  4087. call SetPlayerAlliance(Player(17), Player(18), ALLIANCE_SHARED_VISION, true)
  4088. call SetPlayerAlliance(Player(17), Player(19), ALLIANCE_SHARED_VISION, true)
  4089. call SetPlayerAlliance(Player(17), Player(20), ALLIANCE_SHARED_VISION, true)
  4090. call SetPlayerAlliance(Player(17), Player(21), ALLIANCE_SHARED_VISION, true)
  4091. call SetPlayerAlliance(Player(17), Player(22), ALLIANCE_SHARED_VISION, true)
  4092. call SetPlayerAlliance(Player(17), Player(23), ALLIANCE_SHARED_VISION, true)
  4093. call SetPlayerAlliance(Player(18), Player(1), ALLIANCE_SHARED_VISION, true)
  4094. call SetPlayerAlliance(Player(18), Player(2), ALLIANCE_SHARED_VISION, true)
  4095. call SetPlayerAlliance(Player(18), Player(3), ALLIANCE_SHARED_VISION, true)
  4096. call SetPlayerAlliance(Player(18), Player(4), ALLIANCE_SHARED_VISION, true)
  4097. call SetPlayerAlliance(Player(18), Player(5), ALLIANCE_SHARED_VISION, true)
  4098. call SetPlayerAlliance(Player(18), Player(6), ALLIANCE_SHARED_VISION, true)
  4099. call SetPlayerAlliance(Player(18), Player(7), ALLIANCE_SHARED_VISION, true)
  4100. call SetPlayerAlliance(Player(18), Player(8), ALLIANCE_SHARED_VISION, true)
  4101. call SetPlayerAlliance(Player(18), Player(9), ALLIANCE_SHARED_VISION, true)
  4102. call SetPlayerAlliance(Player(18), Player(10), ALLIANCE_SHARED_VISION, true)
  4103. call SetPlayerAlliance(Player(18), Player(11), ALLIANCE_SHARED_VISION, true)
  4104. call SetPlayerAlliance(Player(18), Player(12), ALLIANCE_SHARED_VISION, true)
  4105. call SetPlayerAlliance(Player(18), Player(13), ALLIANCE_SHARED_VISION, true)
  4106. call SetPlayerAlliance(Player(18), Player(14), ALLIANCE_SHARED_VISION, true)
  4107. call SetPlayerAlliance(Player(18), Player(15), ALLIANCE_SHARED_VISION, true)
  4108. call SetPlayerAlliance(Player(18), Player(16), ALLIANCE_SHARED_VISION, true)
  4109. call SetPlayerAlliance(Player(18), Player(17), ALLIANCE_SHARED_VISION, true)
  4110. call SetPlayerAlliance(Player(18), Player(19), ALLIANCE_SHARED_VISION, true)
  4111. call SetPlayerAlliance(Player(18), Player(20), ALLIANCE_SHARED_VISION, true)
  4112. call SetPlayerAlliance(Player(18), Player(21), ALLIANCE_SHARED_VISION, true)
  4113. call SetPlayerAlliance(Player(18), Player(22), ALLIANCE_SHARED_VISION, true)
  4114. call SetPlayerAlliance(Player(18), Player(23), ALLIANCE_SHARED_VISION, true)
  4115. call SetPlayerAlliance(Player(19), Player(1), ALLIANCE_SHARED_VISION, true)
  4116. call SetPlayerAlliance(Player(19), Player(2), ALLIANCE_SHARED_VISION, true)
  4117. call SetPlayerAlliance(Player(19), Player(3), ALLIANCE_SHARED_VISION, true)
  4118. call SetPlayerAlliance(Player(19), Player(4), ALLIANCE_SHARED_VISION, true)
  4119. call SetPlayerAlliance(Player(19), Player(5), ALLIANCE_SHARED_VISION, true)
  4120. call SetPlayerAlliance(Player(19), Player(6), ALLIANCE_SHARED_VISION, true)
  4121. call SetPlayerAlliance(Player(19), Player(7), ALLIANCE_SHARED_VISION, true)
  4122. call SetPlayerAlliance(Player(19), Player(8), ALLIANCE_SHARED_VISION, true)
  4123. call SetPlayerAlliance(Player(19), Player(9), ALLIANCE_SHARED_VISION, true)
  4124. call SetPlayerAlliance(Player(19), Player(10), ALLIANCE_SHARED_VISION, true)
  4125. call SetPlayerAlliance(Player(19), Player(11), ALLIANCE_SHARED_VISION, true)
  4126. call SetPlayerAlliance(Player(19), Player(12), ALLIANCE_SHARED_VISION, true)
  4127. call SetPlayerAlliance(Player(19), Player(13), ALLIANCE_SHARED_VISION, true)
  4128. call SetPlayerAlliance(Player(19), Player(14), ALLIANCE_SHARED_VISION, true)
  4129. call SetPlayerAlliance(Player(19), Player(15), ALLIANCE_SHARED_VISION, true)
  4130. call SetPlayerAlliance(Player(19), Player(16), ALLIANCE_SHARED_VISION, true)
  4131. call SetPlayerAlliance(Player(19), Player(17), ALLIANCE_SHARED_VISION, true)
  4132. call SetPlayerAlliance(Player(19), Player(18), ALLIANCE_SHARED_VISION, true)
  4133. call SetPlayerAlliance(Player(19), Player(20), ALLIANCE_SHARED_VISION, true)
  4134. call SetPlayerAlliance(Player(19), Player(21), ALLIANCE_SHARED_VISION, true)
  4135. call SetPlayerAlliance(Player(19), Player(22), ALLIANCE_SHARED_VISION, true)
  4136. call SetPlayerAlliance(Player(19), Player(23), ALLIANCE_SHARED_VISION, true)
  4137. call SetPlayerAlliance(Player(20), Player(1), ALLIANCE_SHARED_VISION, true)
  4138. call SetPlayerAlliance(Player(20), Player(2), ALLIANCE_SHARED_VISION, true)
  4139. call SetPlayerAlliance(Player(20), Player(3), ALLIANCE_SHARED_VISION, true)
  4140. call SetPlayerAlliance(Player(20), Player(4), ALLIANCE_SHARED_VISION, true)
  4141. call SetPlayerAlliance(Player(20), Player(5), ALLIANCE_SHARED_VISION, true)
  4142. call SetPlayerAlliance(Player(20), Player(6), ALLIANCE_SHARED_VISION, true)
  4143. call SetPlayerAlliance(Player(20), Player(7), ALLIANCE_SHARED_VISION, true)
  4144. call SetPlayerAlliance(Player(20), Player(8), ALLIANCE_SHARED_VISION, true)
  4145. call SetPlayerAlliance(Player(20), Player(9), ALLIANCE_SHARED_VISION, true)
  4146. call SetPlayerAlliance(Player(20), Player(10), ALLIANCE_SHARED_VISION, true)
  4147. call SetPlayerAlliance(Player(20), Player(11), ALLIANCE_SHARED_VISION, true)
  4148. call SetPlayerAlliance(Player(20), Player(12), ALLIANCE_SHARED_VISION, true)
  4149. call SetPlayerAlliance(Player(20), Player(13), ALLIANCE_SHARED_VISION, true)
  4150. call SetPlayerAlliance(Player(20), Player(14), ALLIANCE_SHARED_VISION, true)
  4151. call SetPlayerAlliance(Player(20), Player(15), ALLIANCE_SHARED_VISION, true)
  4152. call SetPlayerAlliance(Player(20), Player(16), ALLIANCE_SHARED_VISION, true)
  4153. call SetPlayerAlliance(Player(20), Player(17), ALLIANCE_SHARED_VISION, true)
  4154. call SetPlayerAlliance(Player(20), Player(18), ALLIANCE_SHARED_VISION, true)
  4155. call SetPlayerAlliance(Player(20), Player(19), ALLIANCE_SHARED_VISION, true)
  4156. call SetPlayerAlliance(Player(20), Player(21), ALLIANCE_SHARED_VISION, true)
  4157. call SetPlayerAlliance(Player(20), Player(22), ALLIANCE_SHARED_VISION, true)
  4158. call SetPlayerAlliance(Player(20), Player(23), ALLIANCE_SHARED_VISION, true)
  4159. call SetPlayerAlliance(Player(21), Player(1), ALLIANCE_SHARED_VISION, true)
  4160. call SetPlayerAlliance(Player(21), Player(2), ALLIANCE_SHARED_VISION, true)
  4161. call SetPlayerAlliance(Player(21), Player(3), ALLIANCE_SHARED_VISION, true)
  4162. call SetPlayerAlliance(Player(21), Player(4), ALLIANCE_SHARED_VISION, true)
  4163. call SetPlayerAlliance(Player(21), Player(5), ALLIANCE_SHARED_VISION, true)
  4164. call SetPlayerAlliance(Player(21), Player(6), ALLIANCE_SHARED_VISION, true)
  4165. call SetPlayerAlliance(Player(21), Player(7), ALLIANCE_SHARED_VISION, true)
  4166. call SetPlayerAlliance(Player(21), Player(8), ALLIANCE_SHARED_VISION, true)
  4167. call SetPlayerAlliance(Player(21), Player(9), ALLIANCE_SHARED_VISION, true)
  4168. call SetPlayerAlliance(Player(21), Player(10), ALLIANCE_SHARED_VISION, true)
  4169. call SetPlayerAlliance(Player(21), Player(11), ALLIANCE_SHARED_VISION, true)
  4170. call SetPlayerAlliance(Player(21), Player(12), ALLIANCE_SHARED_VISION, true)
  4171. call SetPlayerAlliance(Player(21), Player(13), ALLIANCE_SHARED_VISION, true)
  4172. call SetPlayerAlliance(Player(21), Player(14), ALLIANCE_SHARED_VISION, true)
  4173. call SetPlayerAlliance(Player(21), Player(15), ALLIANCE_SHARED_VISION, true)
  4174. call SetPlayerAlliance(Player(21), Player(16), ALLIANCE_SHARED_VISION, true)
  4175. call SetPlayerAlliance(Player(21), Player(17), ALLIANCE_SHARED_VISION, true)
  4176. call SetPlayerAlliance(Player(21), Player(18), ALLIANCE_SHARED_VISION, true)
  4177. call SetPlayerAlliance(Player(21), Player(19), ALLIANCE_SHARED_VISION, true)
  4178. call SetPlayerAlliance(Player(21), Player(20), ALLIANCE_SHARED_VISION, true)
  4179. call SetPlayerAlliance(Player(21), Player(22), ALLIANCE_SHARED_VISION, true)
  4180. call SetPlayerAlliance(Player(21), Player(23), ALLIANCE_SHARED_VISION, true)
  4181. call SetPlayerAlliance(Player(22), Player(1), ALLIANCE_SHARED_VISION, true)
  4182. call SetPlayerAlliance(Player(22), Player(2), ALLIANCE_SHARED_VISION, true)
  4183. call SetPlayerAlliance(Player(22), Player(3), ALLIANCE_SHARED_VISION, true)
  4184. call SetPlayerAlliance(Player(22), Player(4), ALLIANCE_SHARED_VISION, true)
  4185. call SetPlayerAlliance(Player(22), Player(5), ALLIANCE_SHARED_VISION, true)
  4186. call SetPlayerAlliance(Player(22), Player(6), ALLIANCE_SHARED_VISION, true)
  4187. call SetPlayerAlliance(Player(22), Player(7), ALLIANCE_SHARED_VISION, true)
  4188. call SetPlayerAlliance(Player(22), Player(8), ALLIANCE_SHARED_VISION, true)
  4189. call SetPlayerAlliance(Player(22), Player(9), ALLIANCE_SHARED_VISION, true)
  4190. call SetPlayerAlliance(Player(22), Player(10), ALLIANCE_SHARED_VISION, true)
  4191. call SetPlayerAlliance(Player(22), Player(11), ALLIANCE_SHARED_VISION, true)
  4192. call SetPlayerAlliance(Player(22), Player(12), ALLIANCE_SHARED_VISION, true)
  4193. call SetPlayerAlliance(Player(22), Player(13), ALLIANCE_SHARED_VISION, true)
  4194. call SetPlayerAlliance(Player(22), Player(14), ALLIANCE_SHARED_VISION, true)
  4195. call SetPlayerAlliance(Player(22), Player(15), ALLIANCE_SHARED_VISION, true)
  4196. call SetPlayerAlliance(Player(22), Player(16), ALLIANCE_SHARED_VISION, true)
  4197. call SetPlayerAlliance(Player(22), Player(17), ALLIANCE_SHARED_VISION, true)
  4198. call SetPlayerAlliance(Player(22), Player(18), ALLIANCE_SHARED_VISION, true)
  4199. call SetPlayerAlliance(Player(22), Player(19), ALLIANCE_SHARED_VISION, true)
  4200. call SetPlayerAlliance(Player(22), Player(20), ALLIANCE_SHARED_VISION, true)
  4201. call SetPlayerAlliance(Player(22), Player(21), ALLIANCE_SHARED_VISION, true)
  4202. call SetPlayerAlliance(Player(22), Player(23), ALLIANCE_SHARED_VISION, true)
  4203. call SetPlayerAlliance(Player(23), Player(1), ALLIANCE_SHARED_VISION, true)
  4204. call SetPlayerAlliance(Player(23), Player(2), ALLIANCE_SHARED_VISION, true)
  4205. call SetPlayerAlliance(Player(23), Player(3), ALLIANCE_SHARED_VISION, true)
  4206. call SetPlayerAlliance(Player(23), Player(4), ALLIANCE_SHARED_VISION, true)
  4207. call SetPlayerAlliance(Player(23), Player(5), ALLIANCE_SHARED_VISION, true)
  4208. call SetPlayerAlliance(Player(23), Player(6), ALLIANCE_SHARED_VISION, true)
  4209. call SetPlayerAlliance(Player(23), Player(7), ALLIANCE_SHARED_VISION, true)
  4210. call SetPlayerAlliance(Player(23), Player(8), ALLIANCE_SHARED_VISION, true)
  4211. call SetPlayerAlliance(Player(23), Player(9), ALLIANCE_SHARED_VISION, true)
  4212. call SetPlayerAlliance(Player(23), Player(10), ALLIANCE_SHARED_VISION, true)
  4213. call SetPlayerAlliance(Player(23), Player(11), ALLIANCE_SHARED_VISION, true)
  4214. call SetPlayerAlliance(Player(23), Player(12), ALLIANCE_SHARED_VISION, true)
  4215. call SetPlayerAlliance(Player(23), Player(13), ALLIANCE_SHARED_VISION, true)
  4216. call SetPlayerAlliance(Player(23), Player(14), ALLIANCE_SHARED_VISION, true)
  4217. call SetPlayerAlliance(Player(23), Player(15), ALLIANCE_SHARED_VISION, true)
  4218. call SetPlayerAlliance(Player(23), Player(16), ALLIANCE_SHARED_VISION, true)
  4219. call SetPlayerAlliance(Player(23), Player(17), ALLIANCE_SHARED_VISION, true)
  4220. call SetPlayerAlliance(Player(23), Player(18), ALLIANCE_SHARED_VISION, true)
  4221. call SetPlayerAlliance(Player(23), Player(19), ALLIANCE_SHARED_VISION, true)
  4222. call SetPlayerAlliance(Player(23), Player(20), ALLIANCE_SHARED_VISION, true)
  4223. call SetPlayerAlliance(Player(23), Player(21), ALLIANCE_SHARED_VISION, true)
  4224. call SetPlayerAlliance(Player(23), Player(22), ALLIANCE_SHARED_VISION, true)
  4225. call SetPlayerTeam(Player(0), 1)
  4226. call SetStartLocPrioCount(0, 3)
  4227. call SetStartLocPrio(0, 0, 3, MAP_LOC_PRIO_LOW)
  4228. call SetStartLocPrio(0, 1, 4, MAP_LOC_PRIO_HIGH)
  4229. call SetStartLocPrio(0, 2, 19, MAP_LOC_PRIO_HIGH)
  4230. call SetStartLocPrioCount(1, 2)
  4231. call SetStartLocPrio(1, 0, 7, MAP_LOC_PRIO_LOW)
  4232. call SetStartLocPrio(1, 1, 11, MAP_LOC_PRIO_HIGH)
  4233. call SetStartLocPrioCount(2, 6)
  4234. call SetStartLocPrio(2, 0, 0, MAP_LOC_PRIO_LOW)
  4235. call SetStartLocPrio(2, 1, 1, MAP_LOC_PRIO_LOW)
  4236. call SetStartLocPrio(2, 2, 4, MAP_LOC_PRIO_LOW)
  4237. call SetStartLocPrio(2, 3, 11, MAP_LOC_PRIO_HIGH)
  4238. call SetStartLocPrio(2, 4, 12, MAP_LOC_PRIO_LOW)
  4239. call SetStartLocPrio(2, 5, 19, MAP_LOC_PRIO_HIGH)
  4240. call SetStartLocPrioCount(3, 3)
  4241. call SetStartLocPrio(3, 0, 0, MAP_LOC_PRIO_HIGH)
  4242. call SetStartLocPrio(3, 1, 16, MAP_LOC_PRIO_HIGH)
  4243. call SetStartLocPrio(3, 2, 22, MAP_LOC_PRIO_LOW)
  4244. call SetStartLocPrioCount(4, 2)
  4245. call SetStartLocPrio(4, 0, 0, MAP_LOC_PRIO_HIGH)
  4246. call SetStartLocPrio(4, 1, 12, MAP_LOC_PRIO_HIGH)
  4247. call SetStartLocPrioCount(5, 1)
  4248. call SetStartLocPrio(5, 0, 21, MAP_LOC_PRIO_HIGH)
  4249. call SetStartLocPrioCount(6, 1)
  4250. call SetStartLocPrio(6, 0, 14, MAP_LOC_PRIO_HIGH)
  4251. call SetStartLocPrioCount(7, 1)
  4252. call SetStartLocPrio(7, 0, 1, MAP_LOC_PRIO_HIGH)
  4253. call SetStartLocPrioCount(8, 1)
  4254. call SetStartLocPrio(8, 0, 13, MAP_LOC_PRIO_HIGH)
  4255. call SetStartLocPrioCount(9, 3)
  4256. call SetStartLocPrio(9, 0, 6, MAP_LOC_PRIO_HIGH)
  4257. call SetStartLocPrio(9, 1, 14, MAP_LOC_PRIO_HIGH)
  4258. call SetStartLocPrio(9, 2, 20, MAP_LOC_PRIO_HIGH)
  4259. call SetStartLocPrioCount(10, 1)
  4260. call SetStartLocPrio(10, 0, 17, MAP_LOC_PRIO_HIGH)
  4261. call SetStartLocPrioCount(11, 1)
  4262. call SetStartLocPrio(11, 0, 1, MAP_LOC_PRIO_HIGH)
  4263. call SetStartLocPrioCount(12, 3)
  4264. call SetStartLocPrio(12, 0, 4, MAP_LOC_PRIO_HIGH)
  4265. call SetStartLocPrio(12, 1, 7, MAP_LOC_PRIO_LOW)
  4266. call SetStartLocPrio(12, 2, 17, MAP_LOC_PRIO_HIGH)
  4267. call SetStartLocPrioCount(13, 1)
  4268. call SetStartLocPrio(13, 0, 8, MAP_LOC_PRIO_HIGH)
  4269. call SetStartLocPrioCount(14, 1)
  4270. call SetStartLocPrio(14, 0, 6, MAP_LOC_PRIO_HIGH)
  4271. call SetStartLocPrioCount(15, 3)
  4272. call SetStartLocPrio(15, 0, 16, MAP_LOC_PRIO_LOW)
  4273. call SetStartLocPrio(15, 1, 17, MAP_LOC_PRIO_LOW)
  4274. call SetStartLocPrio(15, 2, 18, MAP_LOC_PRIO_HIGH)
  4275. call SetStartLocPrioCount(16, 4)
  4276. call SetStartLocPrio(16, 0, 3, MAP_LOC_PRIO_HIGH)
  4277. call SetStartLocPrio(16, 1, 15, MAP_LOC_PRIO_HIGH)
  4278. call SetStartLocPrio(16, 2, 22, MAP_LOC_PRIO_HIGH)
  4279. call SetStartLocPrio(16, 3, 23, MAP_LOC_PRIO_LOW)
  4280. call SetStartLocPrioCount(17, 4)
  4281. call SetStartLocPrio(17, 0, 10, MAP_LOC_PRIO_HIGH)
  4282. call SetStartLocPrio(17, 1, 12, MAP_LOC_PRIO_LOW)
  4283. call SetStartLocPrio(17, 2, 15, MAP_LOC_PRIO_HIGH)
  4284. call SetStartLocPrio(17, 3, 18, MAP_LOC_PRIO_HIGH)
  4285. call SetStartLocPrioCount(18, 2)
  4286. call SetStartLocPrio(18, 0, 15, MAP_LOC_PRIO_HIGH)
  4287. call SetStartLocPrio(18, 1, 17, MAP_LOC_PRIO_LOW)
  4288. call SetStartLocPrioCount(19, 3)
  4289. call SetStartLocPrio(19, 0, 0, MAP_LOC_PRIO_HIGH)
  4290. call SetStartLocPrio(19, 1, 2, MAP_LOC_PRIO_LOW)
  4291. call SetStartLocPrio(19, 2, 14, MAP_LOC_PRIO_LOW)
  4292. call SetStartLocPrioCount(20, 1)
  4293. call SetStartLocPrio(20, 0, 9, MAP_LOC_PRIO_HIGH)
  4294. call SetStartLocPrioCount(21, 1)
  4295. call SetStartLocPrio(21, 0, 5, MAP_LOC_PRIO_HIGH)
  4296. call SetStartLocPrioCount(22, 1)
  4297. call SetStartLocPrio(22, 0, 23, MAP_LOC_PRIO_HIGH)
  4298. call SetStartLocPrioCount(23, 1)
  4299. call SetStartLocPrio(23, 0, 22, MAP_LOC_PRIO_HIGH)
  4300. set otherPlayer = null
  4301. set otherPlayer_2 = null
  4302. endfunction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement