Advertisement
Kreiri

RIFT: testing cooldown events

Jul 21st, 2011
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.77 KB | None | 0 0
  1. local function KBB_CDBTest(spells)
  2. local spellInfo
  3. for spell, cd in pairs(spells) do
  4. spellInfo = Inspect.Ability.Detail(spell)
  5. print_raw("---------------------")
  6. print_raw("Event.Ability.Cooldown.Begin")
  7. print_raw("---------------------")
  8. print_raw(spell, tonumber(string.sub(spell, -8), 16))
  9. tdump(spellInfo or "no detail")
  10. end
  11. end
  12.  
  13. table.insert(Event.Ability.Cooldown.Begin, {KBB_CDBTest, "KreiriBuffBars", "KBB_CDBTest"})
  14.  
  15.  
  16. logged on mage and used Flicker (hex spell ID a0000000030042499, dec 805577881: http://rift.zam.com/en/ability/805577881)
  17.  
  18. 08:31:37: ---------------------
  19. 08:31:37: Event.Ability.Cooldown.Begin
  20. 08:31:37: ---------------------
  21. 08:31:37: a000000006D924EEB 1838305003
  22. 08:31:37: positioned = true
  23. 08:31:37: icon = "Data/\UI\ability_icons\conflagration1.dds"
  24. 08:31:37: rangeMax = 25
  25. 08:31:37: costMana = 576
  26. 08:31:37: currentCooldownRemaining = 1.5
  27. 08:31:37: name = "Fire Storm"
  28. 08:31:37: currentCooldown = 1.5000001192093
  29. 08:31:37: channeled = true
  30. 08:31:37: ---------------------
  31. 08:31:37: Event.Ability.Cooldown.Begin
  32. 08:31:37: ---------------------
  33. 08:31:37: a000000004AA4D7F0 1252317168
  34. 08:31:37: gainCharge = 15
  35. 08:31:37: icon = "Data/\UI\ability_icons\spiritblast4bc.dds"
  36. 08:31:37: rangeMax = 30
  37. 08:31:37: costMana = 77
  38. 08:31:37: currentCooldownRemaining = 1.5
  39. 08:31:37: name = "Crystalline Missiles"
  40. 08:31:37: currentCooldown = 1.5000001192093
  41. 08:31:37: castingTime = 2.0000000949949
  42. 08:31:37: ---------------------
  43. 08:31:37: Event.Ability.Cooldown.Begin
  44. 08:31:37: ---------------------
  45. 08:31:37: a000000004E050E10 1308954128
  46. 08:31:37: costMana = 99
  47. 08:31:37: icon = "Data/\UI\ability_icons\shreddingtrap2.dds"
  48. 08:31:37: currentCooldown = 1.5000001192093
  49. 08:31:37: currentCooldownRemaining = 1.5
  50. 08:31:37: castingTime = 1.5000000712462
  51. 08:31:37: name = "Encase"
  52. 08:31:37: rangeMax = 30
  53. 08:31:37: ---------------------
  54. 08:31:37: Event.Ability.Cooldown.Begin
  55. 08:31:37: ---------------------
  56. 08:31:37: a00000000490F8F05 1225756421
  57. 08:31:37: costMana = 53
  58. 08:31:37: icon = "Data/\UI\ability_icons\ward4.dds"
  59. 08:31:37: currentCooldownRemaining = 1.5
  60. 08:31:37: name = "Stone Armor"
  61. 08:31:37: currentCooldown = 1.5000001192093
  62. 08:31:37: ---------------------
  63. 08:31:37: Event.Ability.Cooldown.Begin
  64. 08:31:37: ---------------------
  65. 08:31:37: a000000000470C32D 74498861
  66. 08:31:37: costMana = 50
  67. 08:31:37: icon = "Data/\UI\ability_icons\arcaneshield4.dds"
  68. 08:31:37: currentCooldownRemaining = 1.5
  69. 08:31:37: name = "Pyromancer's Armor"
  70. 08:31:37: currentCooldown = 1.5000001192093
  71. 08:31:37: ---------------------
  72. 08:31:37: Event.Ability.Cooldown.Begin
  73. 08:31:37: ---------------------
  74. 08:31:37: a000000007B4A5FED 2068471789
  75. 08:31:37: icon = "Data/\UI\ability_icons\doctrine_of_bliss_01_b.dds"
  76. 08:31:37: currentCooldownRemaining = 1.5
  77. 08:31:37: name = "Synergize"
  78. 08:31:37: currentCooldown = 1.5000001192093
  79. 08:31:37: rangeMax = 30
  80. 08:31:37: ---------------------
  81. 08:31:37: Event.Ability.Cooldown.Begin
  82. 08:31:37: ---------------------
  83. 08:31:37: a000000004E338275 1311998581
  84. 08:31:37: target = "u025880001794D7C4"
  85. 08:31:37: icon = "Data/\UI\ability_icons\discombobulate2a.dds"
  86. 08:31:37: costMana = 59
  87. 08:31:37: currentCooldownRemaining = 1.5
  88. 08:31:37: name = "Burning Intellect"
  89. 08:31:37: currentCooldown = 1.5000001192093
  90. 08:31:37: rangeMax = 35
  91. 08:31:37: ---------------------
  92. 08:31:37: Event.Ability.Cooldown.Begin
  93. 08:31:37: ---------------------
  94. 08:31:37: a00000000571F126F 1461654127
  95. 08:31:37: costMana = 338
  96. 08:31:37: icon = "Data/\UI\ability_icons\generic_ability_025.dds"
  97. 08:31:37: currentCooldownRemaining = 1.5
  98. 08:31:37: name = "Summon: Greater Air Elemental"
  99. 08:31:37: currentCooldown = 1.5000001192093
  100. 08:31:37: castingTime = 8.0000003799796
  101. 08:31:37: ---------------------
  102. 08:31:37: Event.Ability.Cooldown.Begin
  103. 08:31:37: ---------------------
  104. 08:31:37: a000000001302F091 318959761
  105. 08:31:37: currentCooldown = 1.5000001192093
  106. 08:31:37: icon = "Data/\UI\ability_icons\pyroclasty1.dds"
  107. 08:31:37: cooldown = 30.000001424924
  108. 08:31:37: currentCooldownRemaining = 1.5
  109. 08:31:37: channeled = true
  110. 08:31:37: name = "Withering Flames"
  111. 08:31:37: rangeMax = 30
  112. 08:31:37: ---------------------
  113. 08:31:37: Event.Ability.Cooldown.Begin
  114. 08:31:37: ---------------------
  115. 08:31:37: a000000002F693790 795424656
  116. 08:31:37: gainCharge = 37
  117. 08:31:37: icon = "Data/\UI\ability_icons\coalesceheat1.dds"
  118. 08:31:37: rangeMax = 30
  119. 08:31:37: costMana = 278
  120. 08:31:37: cooldown = 30.000001424924
  121. 08:31:37: currentCooldownRemaining = 1.5
  122. 08:31:37: name = "Cinder Burst"
  123. 08:31:37: currentCooldown = 1.5000001192093
  124. 08:31:37: castingTime = 4.8000002279878
  125. 08:31:37: ---------------------
  126. 08:31:37: Event.Ability.Cooldown.Begin
  127. 08:31:37: ---------------------
  128. 08:31:37: a000000005D16D59B 1561777563
  129. 08:31:37: name = "Flame Jet"
  130. 08:31:37: costMana = 139
  131. 08:31:37: icon = "Data/\UI\ability_icons\flamejet1.dds"
  132. 08:31:37: cooldown = 6.0000002849847
  133. 08:31:37: currentCooldownRemaining = 1.5
  134. 08:31:37: gainCharge = 10
  135. 08:31:37: currentCooldown = 1.5000001192093
  136. 08:31:37: ---------------------
  137. 08:31:37: Event.Ability.Cooldown.Begin
  138. 08:31:37: ---------------------
  139. 08:31:37: a000000005DAB352E 1571501358
  140. 08:31:37: gainCharge = 9
  141. 08:31:37: icon = "Data/\UI\ability_icons\pyroclasty2.dds"
  142. 08:31:37: rangeMax = 30
  143. 08:31:37: costMana = 57
  144. 08:31:37: cooldown = 8.0000003799796
  145. 08:31:37: currentCooldownRemaining = 1.5
  146. 08:31:37: name = "Countdown"
  147. 08:31:37: currentCooldown = 1.5000001192093
  148. 08:31:37: ---------------------
  149. 08:31:37: Event.Ability.Cooldown.Begin
  150. 08:31:37: ---------------------
  151. 08:31:37: a000000003ED14847 1053902919
  152. 08:31:37: gainCharge = 10
  153. 08:31:37: icon = "Data/\UI\ability_icons\energybeam1.dds"
  154. 08:31:37: rangeMax = 30
  155. 08:31:37: costMana = 57
  156. 08:31:37: cooldown = 8.0000003799796
  157. 08:31:37: currentCooldownRemaining = 1.5
  158. 08:31:37: name = "Flame Bolt"
  159. 08:31:37: currentCooldown = 1.5000001192093
  160. 08:31:37: ---------------------
  161. 08:31:38: Event.Ability.Cooldown.Begin
  162. 08:31:38: ---------------------
  163. 08:31:38: a000000005F941CEC 1603542252
  164. 08:31:38: gainCharge = 15
  165. 08:31:38: icon = "Data/\UI\ability_icons\fireball.dds"
  166. 08:31:38: rangeMax = 30
  167. 08:31:38: costMana = 96
  168. 08:31:38: currentCooldownRemaining = 1.5
  169. 08:31:38: name = "Fireball"
  170. 08:31:38: currentCooldown = 1.5000001192093
  171. 08:31:38: castingTime = 2.0000000949949
  172. 08:31:38: ---------------------
  173. 08:31:38: Event.Ability.Cooldown.Begin
  174. 08:31:38: ---------------------
  175. 08:31:38: a0000000026387960 641235296
  176. 08:31:38: unusable = true
  177. 08:31:38: icon = "Data/\UI\ability_icons\elemward1a.dds"
  178. 08:31:38: currentCooldownRemaining = 1.5
  179. 08:31:38: name = "Smoldering Power"
  180. 08:31:38: currentCooldown = 1.5000001192093
  181. 08:31:38: ---------------------
  182. 08:31:38: Event.Ability.Cooldown.Begin
  183. 08:31:38: ---------------------
  184. 08:31:38: a0000000062096404 1644782596
  185. 08:31:38: costMana = 192
  186. 08:31:38: icon = "Data/\UI\ability_icons\whirlwind4.dds"
  187. 08:31:38: currentCooldownRemaining = 1.5
  188. 08:31:38: name = "Summon: Lesser Air Elemental"
  189. 08:31:38: currentCooldown = 1.5000001192093
  190. 08:31:38: castingTime = 8.0000003799796
  191. 08:31:38: ---------------------
  192. 08:31:38: Event.Ability.Cooldown.Begin
  193. 08:31:38: ---------------------
  194. 08:31:38: a0000000011CE3155 298725717
  195. 08:31:38: costMana = 116
  196. 08:31:38: icon = "Data/\UI\ability_icons\releaseheat2.dds"
  197. 08:31:38: cooldown = 45.000002137385
  198. 08:31:38: currentCooldownRemaining = 1.5
  199. 08:31:38: currentCooldown = 1.5000001192093
  200. 08:31:38: name = "Flashfire"
  201. 08:31:38: rangeMax = 30
  202. 08:31:38: ---------------------
  203. 08:31:38: Event.Ability.Cooldown.Begin
  204. 08:31:38: ---------------------
  205. 08:31:38: a0000000030042499 805577881
  206. 08:31:38: no detail
  207. 08:31:38: ---------------------
  208. 08:31:38: Event.Ability.Cooldown.Begin
  209. 08:31:38: ---------------------
  210. 08:31:38: a0000000009B144BB 162612411
  211. 08:31:38: unusable = true
  212. 08:31:38: icon = "Data/\UI\ability_icons\elementalward3.dds"
  213. 08:31:38: currentCooldownRemaining = 1.5
  214. 08:31:38: name = "Revitalize"
  215. 08:31:38: currentCooldown = 1.5000001192093
  216. 08:31:38: channeled = true
  217. 08:31:38: ---------------------
  218. 08:31:38: Event.Ability.Cooldown.Begin
  219. 08:31:38: ---------------------
  220. 08:31:38: a0000000069FCA5FC 1778165244
  221. 08:31:38: positioned = true
  222. 08:31:38: gainCharge = 13
  223. 08:31:38: icon = "Data/\UI\ability_icons\conflagration2.dds"
  224. 08:31:38: rangeMax = 25
  225. 08:31:38: costMana = 161
  226. 08:31:38: cooldown = 10.000000474975
  227. 08:31:38: currentCooldownRemaining = 1.5
  228. 08:31:38: name = "Burning Ground"
  229. 08:31:38: currentCooldown = 1.5000001192093
  230. 08:31:38: castingTime = 1.6000000759959
  231. 08:31:38: ---------------------
  232. 08:31:38: Event.Ability.Cooldown.Begin
  233. 08:31:38: ---------------------
  234. 08:31:38: a000000000C4CA4FE 206349566
  235. 08:31:38: costMana = 119
  236. 08:31:38: icon = "Data/\UI\ability_icons\discombobulate2a.dds"
  237. 08:31:38: currentCooldownRemaining = 1.5
  238. 08:31:38: name = "Flaring Intellect"
  239. 08:31:38: currentCooldown = 1.5000001192093
  240. 08:31:38: rangeMax = 35
  241. 08:31:38: ---------------------
  242. 08:31:38: Event.Ability.Cooldown.Begin
  243. 08:31:38: ---------------------
  244. 08:31:38: a0000000043335013 1127436307
  245. 08:31:38: costMana = 50
  246. 08:31:38: icon = "Data/\UI\ability_icons\elemresistance3.dds"
  247. 08:31:38: currentCooldownRemaining = 1.5
  248. 08:31:38: name = "Exposure"
  249. 08:31:38: currentCooldown = 1.5000001192093
  250. 08:31:38: rangeMax = 30
  251. 08:31:38: ---------------------
  252. 08:31:38: Event.Ability.Cooldown.Begin
  253. 08:31:38: ---------------------
  254. 08:31:38: a000000003F1A7D30 1058700592
  255. 08:31:38: costMana = 50
  256. 08:31:38: icon = "Data/\UI\ability_icons\dirtytricks1c.dds"
  257. 08:31:38: currentCooldownRemaining = 1.5
  258. 08:31:38: name = "Ground of Power"
  259. 08:31:38: currentCooldown = 1.5000001192093
  260. 08:31:38: castingTime = 1.2000000569969
  261. 08:31:38: ---------------------
  262. 08:31:38: Event.Ability.Cooldown.Begin
  263. 08:31:38: ---------------------
  264. 08:31:38: a0000000066C9D8C4 1724504260
  265. 08:31:38: costMana = 50
  266. 08:31:38: icon = "Data/\UI\ability_icons\elemward1.dds"
  267. 08:31:38: currentCooldownRemaining = 1.5
  268. 08:31:38: name = "Fire Armor"
  269. 08:31:38: currentCooldown = 1.5000001192093
  270. 08:31:38: ---------------------
  271. 08:31:38: Event.Ability.Cooldown.Begin
  272. 08:31:38: ---------------------
  273. 08:31:38: a000000000CBBA5D6 213624278
  274. 08:31:38: costMana = 116
  275. 08:31:38: icon = "Data/\UI\ability_icons\healthchannel3.dds"
  276. 08:31:38: currentCooldown = 1.5000001192093
  277. 08:31:38: currentCooldownRemaining = 1.5
  278. 08:31:38: channeled = true
  279. 08:31:38: name = "Quicken Elements"
  280. 08:31:38: rangeMax = 30
  281. 08:31:38: ---------------------
  282. 08:31:38: Event.Ability.Cooldown.Begin
  283. 08:31:38: ---------------------
  284. 08:31:38: a000000002C40EFAD 742453165
  285. 08:31:38: costMana = 338
  286. 08:31:38: icon = "Data/\UI\ability_icons\steelskin2.dds"
  287. 08:31:38: currentCooldownRemaining = 1.5
  288. 08:31:38: name = "Summon: Greater Earth Elemental"
  289. 08:31:38: currentCooldown = 1.5000001192093
  290. 08:31:38: castingTime = 8.0000003799796
  291. 08:31:38: ---------------------
  292. 08:31:38: Event.Ability.Cooldown.Begin
  293. 08:31:38: ---------------------
  294. 08:31:38: a000000004EFD1F68 1325211496
  295. 08:31:38: icon = "Data/\UI\ability_icons\internalizeheat1.dds"
  296. 08:31:38: rangeMax = 30
  297. 08:31:38: costMana = 59
  298. 08:31:38: unusable = true
  299. 08:31:38: cooldown = 10.000000474975
  300. 08:31:38: currentCooldownRemaining = 1.5
  301. 08:31:38: name = "Inferno"
  302. 08:31:38: currentCooldown = 1.5000001192093
  303. 08:31:38: ---------------------
  304. 08:31:38: Event.Ability.Cooldown.Begin
  305. 08:31:38: ---------------------
  306. 08:31:38: a000000004602CEB5 1174589109
  307. 08:31:38: costMana = 338
  308. 08:31:38: icon = "Data/\UI\ability_icons\riftblade-avatar_of_water.dds"
  309. 08:31:38: currentCooldownRemaining = 1.5
  310. 08:31:38: name = "Summon: Greater Water Elemental"
  311. 08:31:38: currentCooldown = 1.5000001192093
  312. 08:31:38: castingTime = 8.0000003799796
  313. 08:31:38: ---------------------
  314. 08:31:38: Event.Ability.Cooldown.Begin
  315. 08:31:38: ---------------------
  316. 08:31:38: a000000001D8C750F 495744271
  317. 08:31:38: name = "Burning Shield"
  318. 08:31:38: unusable = true
  319. 08:31:38: icon = "Data/\UI\ability_icons\releaseheat3a.dds"
  320. 08:31:38: cooldown = 30.000001424924
  321. 08:31:38: currentCooldownRemaining = 1.5
  322. 08:31:38: costMana = 16
  323. 08:31:38: currentCooldown = 1.5000001192093
  324. 08:31:38: ---------------------
  325. 08:31:38: Event.Ability.Cooldown.Begin
  326. 08:31:38: ---------------------
  327. 08:31:38: a0000000037E94346 938033990
  328. 08:31:38: costMana = 192
  329. 08:31:38: icon = "Data/\UI\ability_icons\ironskin1.dds"
  330. 08:31:38: currentCooldownRemaining = 1.5
  331. 08:31:38: name = "Summon: Lesser Earth Elemental"
  332. 08:31:38: currentCooldown = 1.5000001192093
  333. 08:31:38: castingTime = 8.0000003799796
  334. 08:31:38: ---------------------
  335. 08:31:38: Event.Ability.Cooldown.Begin
  336. 08:31:38: ---------------------
  337. 08:31:38: a00000000563DC688 1446889096
  338. 08:31:38: costMana = 116
  339. 08:31:38: icon = "Data/\UI\ability_icons\deflect1c.dds"
  340. 08:31:38: cooldown = 50.000002374873
  341. 08:31:38: currentCooldownRemaining = 1.5
  342. 08:31:38: currentCooldown = 1.5000001192093
  343. 08:31:38: name = "Burn"
  344. 08:31:38: rangeMax = 30
  345. 08:31:38: ---------------------
  346. 08:31:38: Event.Ability.Cooldown.Begin
  347. 08:31:38: ---------------------
  348. 08:31:38: a00000000606D9A1C 1617795612
  349. 08:31:38: costMana = 57
  350. 08:31:38: icon = "Data/\UI\ability_icons\arcaneshield3.dds"
  351. 08:31:38: cooldown = 30.000001424924
  352. 08:31:38: currentCooldownRemaining = 1.5
  353. 08:31:38: name = "Ice Shield"
  354. 08:31:38: currentCooldown = 1.5000001192093
  355. 08:31:38: ---------------------
  356. 08:31:38: Event.Ability.Cooldown.Begin
  357. 08:31:38: ---------------------
  358. 08:31:38: a000000006C95A346 1821745990
  359. 08:31:38: gainCharge = 9
  360. 08:31:38: icon = "Data/\UI\ability_icons\lighting2a.dds"
  361. 08:31:38: rangeMax = 30
  362. 08:31:38: costMana = 99
  363. 08:31:38: cooldown = 10.000000474975
  364. 08:31:38: currentCooldownRemaining = 1.5
  365. 08:31:38: name = "Lightning Strike"
  366. 08:31:38: currentCooldown = 1.5000001192093
  367. 08:31:38: castingTime = 2.5000001187436
  368. 08:31:38: ---------------------
  369. 08:31:38: Event.Ability.Cooldown.Begin
  370. 08:31:38: ---------------------
  371. 08:31:38: a0000000057D4EB30 1473571632
  372. 08:31:38: costMana = 59
  373. 08:31:38: icon = "Data/\UI\ability_icons\sacrificepet1.dds"
  374. 08:31:38: gainCharge = 9
  375. 08:31:38: currentCooldownRemaining = 1.5
  376. 08:31:38: name = "Ignite"
  377. 08:31:38: currentCooldown = 1.5000001192093
  378. 08:31:38: rangeMax = 30
  379. 08:31:38: ---------------------
  380. 08:31:38: Event.Ability.Cooldown.Begin
  381. 08:31:38: ---------------------
  382. 08:31:38: a000000003462BE99 878886553
  383. 08:31:38: costMana = 99
  384. 08:31:38: icon = "Data/\UI\ability_icons\removeheat1.dds"
  385. 08:31:38: cooldown = 90.000004274771
  386. 08:31:38: currentCooldownRemaining = 1.5
  387. 08:31:38: name = "Icy Gale"
  388. 08:31:38: currentCooldown = 1.5000001192093
  389.  
  390. Flicker went on 20 sec CD, but Inspect.Ability.Detail for it returned nil.
  391.  
  392. Used Cinder Burst (a000000002F693790, 795424656, http://rift.zam.com/en/ability/795424656):
  393.  
  394. 08:34:39: Noncombat logging enabled
  395. 08:34:45: ---------------------
  396. 08:34:45: Event.Ability.Cooldown.Begin
  397. 08:34:45: ---------------------
  398. 08:34:45: a000000006D924EEB 1838305003
  399. 08:34:45: positioned = true
  400. 08:34:45: icon = "Data/\UI\ability_icons\conflagration1.dds"
  401. 08:34:45: rangeMax = 25
  402. 08:34:45: costMana = 576
  403. 08:34:45: currentCooldownRemaining = 1.5
  404. 08:34:45: name = "Fire Storm"
  405. 08:34:45: currentCooldown = 1.5000001192093
  406. 08:34:45: channeled = true
  407. 08:34:45: ---------------------
  408. 08:34:45: Event.Ability.Cooldown.Begin
  409. 08:34:45: ---------------------
  410. 08:34:45: a000000004AA4D7F0 1252317168
  411. 08:34:45: gainCharge = 15
  412. 08:34:45: icon = "Data/\UI\ability_icons\spiritblast4bc.dds"
  413. 08:34:45: rangeMax = 30
  414. 08:34:45: costMana = 77
  415. 08:34:45: name = "Crystalline Missiles"
  416. 08:34:45: currentCooldownRemaining = 1.5
  417. 08:34:45: target = "u8000000031003A7E"
  418. 08:34:45: currentCooldown = 1.5000001192093
  419. 08:34:45: castingTime = 2.0000000949949
  420. 08:34:45: ---------------------
  421. 08:34:45: Event.Ability.Cooldown.Begin
  422. 08:34:45: ---------------------
  423. 08:34:45: a000000004E050E10 1308954128
  424. 08:34:45: icon = "Data/\UI\ability_icons\shreddingtrap2.dds"
  425. 08:34:45: rangeMax = 30
  426. 08:34:45: costMana = 99
  427. 08:34:45: name = "Encase"
  428. 08:34:45: currentCooldownRemaining = 1.5
  429. 08:34:45: target = "u8000000031003A7E"
  430. 08:34:45: currentCooldown = 1.5000001192093
  431. 08:34:45: castingTime = 1.5000000712462
  432. 08:34:45: ---------------------
  433. 08:34:45: Event.Ability.Cooldown.Begin
  434. 08:34:45: ---------------------
  435. 08:34:45: a00000000490F8F05 1225756421
  436. 08:34:45: target = "u8000000031003A7E"
  437. 08:34:45: icon = "Data/\UI\ability_icons\ward4.dds"
  438. 08:34:45: name = "Stone Armor"
  439. 08:34:45: currentCooldownRemaining = 1.5
  440. 08:34:45: costMana = 53
  441. 08:34:45: currentCooldown = 1.5000001192093
  442. 08:34:45: ---------------------
  443. 08:34:45: Event.Ability.Cooldown.Begin
  444. 08:34:45: ---------------------
  445. 08:34:45: a000000000470C32D 74498861
  446. 08:34:45: target = "u8000000031003A7E"
  447. 08:34:45: icon = "Data/\UI\ability_icons\arcaneshield4.dds"
  448. 08:34:45: name = "Pyromancer's Armor"
  449. 08:34:45: currentCooldownRemaining = 1.5
  450. 08:34:45: costMana = 50
  451. 08:34:45: currentCooldown = 1.5000001192093
  452. 08:34:45: ---------------------
  453. 08:34:45: Event.Ability.Cooldown.Begin
  454. 08:34:45: ---------------------
  455. 08:34:45: a000000007B4A5FED 2068471789
  456. 08:34:45: target = "u8000000031003A7E"
  457. 08:34:45: icon = "Data/\UI\ability_icons\doctrine_of_bliss_01_b.dds"
  458. 08:34:45: currentCooldownRemaining = 1.5
  459. 08:34:45: name = "Synergize"
  460. 08:34:45: currentCooldown = 1.5000001192093
  461. 08:34:45: rangeMax = 30
  462. 08:34:45: ---------------------
  463. 08:34:45: Event.Ability.Cooldown.Begin
  464. 08:34:45: ---------------------
  465. 08:34:45: a000000004E338275 1311998581
  466. 08:34:45: target = "u8000000031003A7E"
  467. 08:34:45: icon = "Data/\UI\ability_icons\discombobulate2a.dds"
  468. 08:34:45: costMana = 59
  469. 08:34:45: currentCooldownRemaining = 1.5
  470. 08:34:45: name = "Burning Intellect"
  471. 08:34:45: currentCooldown = 1.5000001192093
  472. 08:34:45: rangeMax = 35
  473. 08:34:45: ---------------------
  474. 08:34:45: Event.Ability.Cooldown.Begin
  475. 08:34:45: ---------------------
  476. 08:34:45: a00000000571F126F 1461654127
  477. 08:34:45: target = "u8000000031003A7E"
  478. 08:34:45: icon = "Data/\UI\ability_icons\generic_ability_025.dds"
  479. 08:34:45: costMana = 338
  480. 08:34:45: currentCooldownRemaining = 1.5
  481. 08:34:45: name = "Summon: Greater Air Elemental"
  482. 08:34:45: currentCooldown = 1.5000001192093
  483. 08:34:45: castingTime = 8.0000003799796
  484. 08:34:45: ---------------------
  485. 08:34:45: Event.Ability.Cooldown.Begin
  486. 08:34:45: ---------------------
  487. 08:34:45: a000000001302F091 318959761
  488. 08:34:45: icon = "Data/\UI\ability_icons\pyroclasty1.dds"
  489. 08:34:45: rangeMax = 30
  490. 08:34:45: target = "u8000000031003A7E"
  491. 08:34:45: unusable = true
  492. 08:34:45: cooldown = 30.000001424924
  493. 08:34:45: currentCooldownRemaining = 1.5
  494. 08:34:45: name = "Withering Flames"
  495. 08:34:45: currentCooldown = 1.5000001192093
  496. 08:34:45: channeled = true
  497. 08:34:45: ---------------------
  498. 08:34:45: Event.Ability.Cooldown.Begin
  499. 08:34:45: ---------------------
  500. 08:34:45: a000000002F693790 795424656
  501. 08:34:45: gainCharge = 37
  502. 08:34:45: icon = "Data/\UI\ability_icons\coalesceheat1.dds"
  503. 08:34:45: rangeMax = 30
  504. 08:34:45: target = "u8000000031003A7E"
  505. 08:34:45: costMana = 278
  506. 08:34:45: cooldown = 30.000001424924
  507. 08:34:45: currentCooldownRemaining = 30
  508. 08:34:45: name = "Cinder Burst"
  509. 08:34:45: currentCooldown = 30.000001907349
  510. 08:34:45: castingTime = 4.8000002279878
  511. 08:34:45: ---------------------
  512. 08:34:45: Event.Ability.Cooldown.Begin
  513. 08:34:45: ---------------------
  514. 08:34:45: a000000005D16D59B 1561777563
  515. 08:34:45: gainCharge = 10
  516. 08:34:45: icon = "Data/\UI\ability_icons\flamejet1.dds"
  517. 08:34:45: target = "u8000000031003A7E"
  518. 08:34:45: costMana = 139
  519. 08:34:45: cooldown = 6.0000002849847
  520. 08:34:45: currentCooldownRemaining = 1.5
  521. 08:34:45: name = "Flame Jet"
  522. 08:34:45: currentCooldown = 1.5000001192093
  523. 08:34:45: ---------------------
  524. 08:34:45: Event.Ability.Cooldown.Begin
  525. 08:34:45: ---------------------
  526. 08:34:45: a000000005DAB352E 1571501358
  527. 08:34:45: gainCharge = 9
  528. 08:34:45: icon = "Data/\UI\ability_icons\pyroclasty2.dds"
  529. 08:34:45: rangeMax = 30
  530. 08:34:45: costMana = 57
  531. 08:34:45: target = "u8000000031003A7E"
  532. 08:34:45: cooldown = 8.0000003799796
  533. 08:34:45: currentCooldownRemaining = 1.5
  534. 08:34:45: name = "Countdown"
  535. 08:34:45: currentCooldown = 1.5000001192093
  536. 08:34:45: ---------------------
  537. 08:34:45: Event.Ability.Cooldown.Begin
  538. 08:34:45: ---------------------
  539. 08:34:45: a000000003ED14847 1053902919
  540. 08:34:45: gainCharge = 10
  541. 08:34:45: icon = "Data/\UI\ability_icons\energybeam1.dds"
  542. 08:34:45: rangeMax = 30
  543. 08:34:45: costMana = 57
  544. 08:34:45: target = "u8000000031003A7E"
  545. 08:34:45: cooldown = 8.0000003799796
  546. 08:34:45: currentCooldownRemaining = 1.5
  547. 08:34:45: name = "Flame Bolt"
  548. 08:34:45: currentCooldown = 1.5000001192093
  549. 08:34:45: ---------------------
  550. 08:34:45: Event.Ability.Cooldown.Begin
  551. 08:34:45: ---------------------
  552. 08:34:45: a000000005F941CEC 1603542252
  553. 08:34:45: gainCharge = 15
  554. 08:34:45: icon = "Data/\UI\ability_icons\fireball.dds"
  555. 08:34:45: rangeMax = 30
  556. 08:34:45: costMana = 96
  557. 08:34:45: name = "Fireball"
  558. 08:34:45: currentCooldownRemaining = 1.5
  559. 08:34:45: target = "u8000000031003A7E"
  560. 08:34:45: currentCooldown = 1.5000001192093
  561. 08:34:45: castingTime = 2.0000000949949
  562. 08:34:45: ---------------------
  563. 08:34:45: Event.Ability.Cooldown.Begin
  564. 08:34:45: ---------------------
  565. 08:34:45: a0000000026387960 641235296
  566. 08:34:45: target = "u8000000031003A7E"
  567. 08:34:45: icon = "Data/\UI\ability_icons\elemward1a.dds"
  568. 08:34:45: name = "Smoldering Power"
  569. 08:34:45: currentCooldownRemaining = 1.5
  570. 08:34:45: unusable = true
  571. 08:34:45: currentCooldown = 1.5000001192093
  572. 08:34:45: ---------------------
  573. 08:34:45: Event.Ability.Cooldown.Begin
  574. 08:34:45: ---------------------
  575. 08:34:45: a0000000062096404 1644782596
  576. 08:34:45: target = "u8000000031003A7E"
  577. 08:34:45: icon = "Data/\UI\ability_icons\whirlwind4.dds"
  578. 08:34:45: costMana = 192
  579. 08:34:45: currentCooldownRemaining = 1.5
  580. 08:34:45: name = "Summon: Lesser Air Elemental"
  581. 08:34:45: currentCooldown = 1.5000001192093
  582. 08:34:45: castingTime = 8.0000003799796
  583. 08:34:45: ---------------------
  584. 08:34:45: Event.Ability.Cooldown.Begin
  585. 08:34:45: ---------------------
  586. 08:34:45: a0000000011CE3155 298725717
  587. 08:34:45: icon = "Data/\UI\ability_icons\releaseheat2.dds"
  588. 08:34:45: rangeMax = 30
  589. 08:34:45: costMana = 116
  590. 08:34:45: target = "u8000000031003A7E"
  591. 08:34:45: cooldown = 45.000002137385
  592. 08:34:45: currentCooldownRemaining = 1.5
  593. 08:34:45: name = "Flashfire"
  594. 08:34:45: currentCooldown = 1.5000001192093
  595. 08:34:45: ---------------------
  596. 08:34:45: Event.Ability.Cooldown.Begin
  597. 08:34:45: ---------------------
  598. 08:34:45: a0000000030042499 805577881
  599. 08:34:45: no detail
  600. 08:34:45: ---------------------
  601. 08:34:45: Event.Ability.Cooldown.Begin
  602. 08:34:45: ---------------------
  603. 08:34:45: a0000000009B144BB 162612411
  604. 08:34:45: target = "u8000000031003A7E"
  605. 08:34:45: icon = "Data/\UI\ability_icons\elementalward3.dds"
  606. 08:34:45: unusable = true
  607. 08:34:45: currentCooldownRemaining = 1.5
  608. 08:34:45: name = "Revitalize"
  609. 08:34:45: currentCooldown = 1.5000001192093
  610. 08:34:45: channeled = true
  611. 08:34:45: ---------------------
  612. 08:34:45: Event.Ability.Cooldown.Begin
  613. 08:34:45: ---------------------
  614. 08:34:45: a0000000069FCA5FC 1778165244
  615. 08:34:45: positioned = true
  616. 08:34:45: gainCharge = 13
  617. 08:34:45: icon = "Data/\UI\ability_icons\conflagration2.dds"
  618. 08:34:45: rangeMax = 25
  619. 08:34:45: costMana = 161
  620. 08:34:45: cooldown = 10.000000474975
  621. 08:34:45: currentCooldownRemaining = 1.5
  622. 08:34:45: name = "Burning Ground"
  623. 08:34:45: currentCooldown = 1.5000001192093
  624. 08:34:45: castingTime = 1.6000000759959
  625. 08:34:45: ---------------------
  626. 08:34:45: Event.Ability.Cooldown.Begin
  627. 08:34:45: ---------------------
  628. 08:34:45: a000000000C4CA4FE 206349566
  629. 08:34:45: target = "u8000000031003A7E"
  630. 08:34:45: icon = "Data/\UI\ability_icons\discombobulate2a.dds"
  631. 08:34:45: costMana = 119
  632. 08:34:45: currentCooldownRemaining = 1.5
  633. 08:34:45: name = "Flaring Intellect"
  634. 08:34:45: currentCooldown = 1.5000001192093
  635. 08:34:45: rangeMax = 35
  636. 08:34:45: ---------------------
  637. 08:34:45: Event.Ability.Cooldown.Begin
  638. 08:34:45: ---------------------
  639. 08:34:45: a0000000043335013 1127436307
  640. 08:34:45: target = "u8000000031003A7E"
  641. 08:34:45: icon = "Data/\UI\ability_icons\elemresistance3.dds"
  642. 08:34:45: costMana = 50
  643. 08:34:45: currentCooldownRemaining = 1.5
  644. 08:34:45: name = "Exposure"
  645. 08:34:45: currentCooldown = 1.5000001192093
  646. 08:34:45: rangeMax = 30
  647. 08:34:45: ---------------------
  648. 08:34:45: Event.Ability.Cooldown.Begin
  649. 08:34:45: ---------------------
  650. 08:34:45: a000000003F1A7D30 1058700592
  651. 08:34:45: target = "u8000000031003A7E"
  652. 08:34:45: icon = "Data/\UI\ability_icons\dirtytricks1c.dds"
  653. 08:34:45: costMana = 50
  654. 08:34:45: currentCooldownRemaining = 1.5
  655. 08:34:45: name = "Ground of Power"
  656. 08:34:45: currentCooldown = 1.5000001192093
  657. 08:34:45: castingTime = 1.2000000569969
  658. 08:34:45: ---------------------
  659. 08:34:45: Event.Ability.Cooldown.Begin
  660. 08:34:45: ---------------------
  661. 08:34:45: a0000000066C9D8C4 1724504260
  662. 08:34:45: target = "u8000000031003A7E"
  663. 08:34:45: icon = "Data/\UI\ability_icons\elemward1.dds"
  664. 08:34:45: name = "Fire Armor"
  665. 08:34:45: currentCooldownRemaining = 1.5
  666. 08:34:45: costMana = 50
  667. 08:34:45: currentCooldown = 1.5000001192093
  668. 08:34:45: ---------------------
  669. 08:34:45: Event.Ability.Cooldown.Begin
  670. 08:34:45: ---------------------
  671. 08:34:45: a000000000CBBA5D6 213624278
  672. 08:34:45: icon = "Data/\UI\ability_icons\healthchannel3.dds"
  673. 08:34:45: rangeMax = 30
  674. 08:34:45: costMana = 116
  675. 08:34:45: name = "Quicken Elements"
  676. 08:34:45: currentCooldownRemaining = 1.5
  677. 08:34:45: target = "u8000000031003A7E"
  678. 08:34:45: currentCooldown = 1.5000001192093
  679. 08:34:45: channeled = true
  680. 08:34:45: ---------------------
  681. 08:34:45: Event.Ability.Cooldown.Begin
  682. 08:34:45: ---------------------
  683. 08:34:45: a000000002C40EFAD 742453165
  684. 08:34:45: target = "u8000000031003A7E"
  685. 08:34:45: icon = "Data/\UI\ability_icons\steelskin2.dds"
  686. 08:34:45: costMana = 338
  687. 08:34:45: currentCooldownRemaining = 1.5
  688. 08:34:45: name = "Summon: Greater Earth Elemental"
  689. 08:34:45: currentCooldown = 1.5000001192093
  690. 08:34:45: castingTime = 8.0000003799796
  691. 08:34:45: ---------------------
  692. 08:34:45: Event.Ability.Cooldown.Begin
  693. 08:34:45: ---------------------
  694. 08:34:45: a000000004EFD1F68 1325211496
  695. 08:34:45: icon = "Data/\UI\ability_icons\internalizeheat1.dds"
  696. 08:34:45: rangeMax = 30
  697. 08:34:45: target = "u8000000031003A7E"
  698. 08:34:45: unusable = true
  699. 08:34:45: costMana = 59
  700. 08:34:45: cooldown = 10.000000474975
  701. 08:34:45: currentCooldownRemaining = 1.5
  702. 08:34:45: name = "Inferno"
  703. 08:34:45: currentCooldown = 1.5000001192093
  704. 08:34:45: ---------------------
  705. 08:34:45: Event.Ability.Cooldown.Begin
  706. 08:34:45: ---------------------
  707. 08:34:45: a000000004602CEB5 1174589109
  708. 08:34:45: target = "u8000000031003A7E"
  709. 08:34:45: icon = "Data/\UI\ability_icons\riftblade-avatar_of_water.dds"
  710. 08:34:45: costMana = 338
  711. 08:34:45: currentCooldownRemaining = 1.5
  712. 08:34:45: name = "Summon: Greater Water Elemental"
  713. 08:34:45: currentCooldown = 1.5000001192093
  714. 08:34:45: castingTime = 8.0000003799796
  715. 08:34:45: ---------------------
  716. 08:34:45: Event.Ability.Cooldown.Begin
  717. 08:34:45: ---------------------
  718. 08:34:45: a000000001D8C750F 495744271
  719. 08:34:45: icon = "Data/\UI\ability_icons\releaseheat3a.dds"
  720. 08:34:45: target = "u8000000031003A7E"
  721. 08:34:45: costMana = 16
  722. 08:34:45: name = "Burning Shield"
  723. 08:34:45: cooldown = 30.000001424924
  724. 08:34:45: currentCooldownRemaining = 1.5
  725. 08:34:45: unusable = true
  726. 08:34:45: currentCooldown = 1.5000001192093
  727. 08:34:45: ---------------------
  728. 08:34:45: Event.Ability.Cooldown.Begin
  729. 08:34:45: ---------------------
  730. 08:34:45: a0000000037E94346 938033990
  731. 08:34:45: target = "u8000000031003A7E"
  732. 08:34:45: icon = "Data/\UI\ability_icons\ironskin1.dds"
  733. 08:34:45: costMana = 192
  734. 08:34:45: currentCooldownRemaining = 1.5
  735. 08:34:45: name = "Summon: Lesser Earth Elemental"
  736. 08:34:45: currentCooldown = 1.5000001192093
  737. 08:34:45: castingTime = 8.0000003799796
  738. 08:34:45: ---------------------
  739. 08:34:45: Event.Ability.Cooldown.Begin
  740. 08:34:45: ---------------------
  741. 08:34:45: a00000000563DC688 1446889096
  742. 08:34:45: icon = "Data/\UI\ability_icons\deflect1c.dds"
  743. 08:34:45: rangeMax = 30
  744. 08:34:45: costMana = 116
  745. 08:34:45: target = "u8000000031003A7E"
  746. 08:34:45: cooldown = 50.000002374873
  747. 08:34:45: currentCooldownRemaining = 1.5
  748. 08:34:45: name = "Burn"
  749. 08:34:45: currentCooldown = 1.5000001192093
  750. 08:34:45: ---------------------
  751. 08:34:45: Event.Ability.Cooldown.Begin
  752. 08:34:45: ---------------------
  753. 08:34:45: a00000000606D9A1C 1617795612
  754. 08:34:45: name = "Ice Shield"
  755. 08:34:45: target = "u8000000031003A7E"
  756. 08:34:45: icon = "Data/\UI\ability_icons\arcaneshield3.dds"
  757. 08:34:45: cooldown = 30.000001424924
  758. 08:34:45: currentCooldownRemaining = 1.5
  759. 08:34:45: costMana = 57
  760. 08:34:45: currentCooldown = 1.5000001192093
  761. 08:34:45: ---------------------
  762. 08:34:45: Event.Ability.Cooldown.Begin
  763. 08:34:45: ---------------------
  764. 08:34:45: a000000006C95A346 1821745990
  765. 08:34:45: gainCharge = 9
  766. 08:34:45: icon = "Data/\UI\ability_icons\lighting2a.dds"
  767. 08:34:45: rangeMax = 30
  768. 08:34:45: target = "u8000000031003A7E"
  769. 08:34:45: costMana = 99
  770. 08:34:45: cooldown = 10.000000474975
  771. 08:34:45: currentCooldownRemaining = 1.5
  772. 08:34:45: name = "Lightning Strike"
  773. 08:34:45: currentCooldown = 1.5000001192093
  774. 08:34:45: castingTime = 2.5000001187436
  775. 08:34:45: ---------------------
  776. 08:34:45: Event.Ability.Cooldown.Begin
  777. 08:34:45: ---------------------
  778. 08:34:45: a0000000057D4EB30 1473571632
  779. 08:34:45: gainCharge = 9
  780. 08:34:45: icon = "Data/\UI\ability_icons\sacrificepet1.dds"
  781. 08:34:45: rangeMax = 30
  782. 08:34:45: target = "u8000000031003A7E"
  783. 08:34:45: costMana = 59
  784. 08:34:45: currentCooldownRemaining = 1.5
  785. 08:34:45: currentCooldown = 1.5000001192093
  786. 08:34:45: name = "Ignite"
  787. 08:34:45: ---------------------
  788. 08:34:45: Event.Ability.Cooldown.Begin
  789. 08:34:45: ---------------------
  790. 08:34:45: a000000003462BE99 878886553
  791. 08:34:45: name = "Icy Gale"
  792. 08:34:45: target = "u8000000031003A7E"
  793. 08:34:45: icon = "Data/\UI\ability_icons\removeheat1.dds"
  794. 08:34:45: cooldown = 90.000004274771
  795. 08:34:45: currentCooldownRemaining = 1.5
  796. 08:34:45: costMana = 99
  797. 08:34:45: currentCooldown = 1.5000001192093
  798.  
  799. Flicker went on global CD; Inspect.Ability.Detail for Flicker again returned nil.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement