@@ -1251,8 +1251,8 @@ SUB useBurns(ArrayName)
1251
1251
} else {
1252
1252
/ if (${Debug} || ${Debug_Assists}) / echo NotReady: ${i} ${${ArrayName}[${i},${iCastName}]}
1253
1253
}
1254
- / delay 1
1255
1254
: skipCurrent
1255
+ / delay 1
1256
1256
/ if (! ${ActionTaken}) / next i
1257
1257
/ if (${Debug} || ${Debug_Assists}) / echo <= = useBurns - |
1258
1258
/ RETURN
@@ -1327,7 +1327,7 @@ SUB event_NukeSet(line, ChatSender, NukeArray)
1327
1327
/ for s 1 to ${SelfBuffs.Size}
1328
1328
/ if (${SelfBuffs[${s}].Find[XII]}) {
1329
1329
/ varset sbpi ${s}
1330
- / echo poison found in ${sbpi} ${SelfBuffs[${sbpi}].Find[XII]} ${SelfBuffs[${sbpi}]}
1330
+ / if (${Debug} || ${Debug_Assists}) / echo poison found in ${sbpi} ${SelfBuffs[${sbpi}].Find[XII]} ${SelfBuffs[${sbpi}]}
1331
1331
}
1332
1332
/ next s
1333
1333
@@ -1366,10 +1366,10 @@ SUB event_NukeSet(line, ChatSender, NukeArray)
1366
1366
/ if (${SelfBuffs.Size}) / call BuildSpellArray " SelfBuffs" " SelfBuffs2D"
1367
1367
1368
1368
/ for s 1 to ${CombatBuffs2D.Size[1 ]}
1369
- / echo [${CombatBuffs2D[${s},${iCastName}]}]
1369
+ / if (${Debug} || ${Debug_Assists}) / echo [${CombatBuffs2D[${s},${iCastName}]}]
1370
1370
/ next s
1371
1371
/ for s 1 to ${SelfBuffs2D.Size[1 ]}
1372
- / echo [${SelfBuffs2D[${s},${iCastName}]}]
1372
+ / if (${Debug} || ${Debug_Assists}) / echo [${SelfBuffs2D[${s},${iCastName}]}]
1373
1373
/ next s
1374
1374
}
1375
1375
}
@@ -1451,30 +1451,30 @@ Sub assist_Setup
1451
1451
1452
1452
1453
1453
| Epic Definitions for EpicBurn - warr, shd, pal,
1454
- / if (${FindItemCount[= " Prismatic Dragon Blade" ]}) / declare EpicName string outer " Prismatic Dragon Blade"
1455
- / if (${FindItemCount[= " Blade of Vesagran" ]}) / declare EpicName string outer " Blade of Vesagran"
1454
+ / if (${FindItemCount[Prismatic Dragon Blade]}) / declare EpicName string outer " Prismatic Dragon Blade"
1455
+ / if (${FindItemCount[Blade of Vesagran]}) / declare EpicName string outer " Blade of Vesagran"
1456
1456
| / if (${FindItemCount[" Savage Lord's Totem" ]}) / declare EpicName string outer " Savage Lord's Totem"
1457
1457
| / if (${FindItemCount[" Spiritcaller Totem of the Feral" ]}) / declare EpicName string outer " Spiritcaller Totem of the Feral"
1458
- / if (${FindItemCount[= " Raging Taelosian Alloy Axe" ]}) / declare EpicName string outer " Raging Taelosian Alloy Axe"
1459
- / if (${FindItemCount[= " Vengeful Taelosian Blood Axe" ]}) / declare EpicName string outer " Vengeful Taelosian Blood Axe"
1460
- / if (${FindItemCount[= " Staff of Living Brambles" ]}) / declare EpicName string outer " Staff of Living Brambles"
1461
- / if (${FindItemCount[= " Staff of Everliving Brambles" ]}) / declare EpicName string outer " Staff of Everliving Brambles"
1462
- / if (${FindItemCount[= " Fistwraps of Celestial Discipline" ]}) / declare EpicName string outer " Fistwraps of Celestial Discipline"
1463
- / if (${FindItemCount[= " Transcended Fistwraps of Immortality" ]}) / declare EpicName string outer " Transcended Fistwraps of Immortality"
1464
- / if (${FindItemCount[= " Redemption" ]}) / declare EpicName string outer " Redemption"
1465
- / if (${FindItemCount[= " Nightbane, Sword of the Valiant" ]}) / declare EpicName string outer " Nightbane, Sword of the Valiant"
1466
- / if (${FindItemCount[= " Heartwood Blade" ]}) / declare EpicName string outer " Heartwood Blade"
1467
- / if (${FindItemCount[= " Aurora, the Heartwood Blade" ]}) / declare EpicName string outer " Aurora, the Heartwood Blade"
1468
- / if (${FindItemCount[= " Fatestealer" ]}) / declare EpicName string outer " Fatestealer"
1469
- / if (${FindItemCount[" Nightshade, Blade of Entropy" ]}) / declare EpicName string outer " Nightshade, Blade of Entropy"
1470
- / if (${FindItemCount[= " Innoruuk's Voice" ]}) / declare EpicName string outer " Innoruuk's Voice"
1471
- / if (${FindItemCount[= " Innoruuk's Dark Blessing" ]}) / declare EpicName string outer " Innoruuk's Dark Blessing"
1472
- / if (${FindItemCount[= " Crafted Talisman of Fates" ]}) / declare EpicName string outer " Crafted Talisman of Fates"
1473
- / if (${FindItemCount[= " Blessed Spiritstaff of the Heyokah" ]}) / declare EpicName string outer " Blessed Spiritstaff of the Heyokah"
1474
- / if (${FindItemCount[= " Staff of Prismatic Power" ]}) / declare EpicName string outer " Staff of Prismatic Power"
1475
- / if (${FindItemCount[= " Staff of Phenomenal Power" ]}) / declare EpicName string outer " Staff of Phenomenal Power"
1476
- / if (${FindItemCount[= " Soulwhisper" ]}) / declare EpicName string outer " Soulwisper"
1477
- / if (${FindItemCount[= " Deathwhisper" ]}) / declare EpicName string outer " Deathwisper"
1458
+ / if (${FindItemCount[Raging Taelosian Alloy Axe]}) / declare EpicName string outer " Raging Taelosian Alloy Axe"
1459
+ / if (${FindItemCount[Vengeful Taelosian Blood Axe]}) / declare EpicName string outer " Vengeful Taelosian Blood Axe"
1460
+ / if (${FindItemCount[Staff of Living Brambles]}) / declare EpicName string outer " Staff of Living Brambles"
1461
+ / if (${FindItemCount[Staff of Everliving Brambles]}) / declare EpicName string outer " Staff of Everliving Brambles"
1462
+ / if (${FindItemCount[Fistwraps of Celestial Discipline]}) / declare EpicName string outer " Fistwraps of Celestial Discipline"
1463
+ / if (${FindItemCount[Transcended Fistwraps of Immortality]}) / declare EpicName string outer " Transcended Fistwraps of Immortality"
1464
+ / if (${FindItemCount[Redemption]}) / declare EpicName string outer " Redemption"
1465
+ / if (${FindItemCount[Nightbane, Sword of the Valiant]}) / declare EpicName string outer " Nightbane, Sword of the Valiant"
1466
+ / if (${FindItemCount[= Heartwood Blade]}) / declare EpicName string outer " Heartwood Blade"
1467
+ / if (${FindItemCount[Aurora, the Heartwood Blade]}) / declare EpicName string outer " Aurora, the Heartwood Blade"
1468
+ / if (${FindItemCount[Fatestealer]}) / declare EpicName string outer " Fatestealer"
1469
+ / if (${FindItemCount[Nightshade, Blade of Entropy]}) / declare EpicName string outer " Nightshade, Blade of Entropy"
1470
+ / if (${FindItemCount[Innoruuk' s Voice]}) /declare EpicName string outer "Innoruuk' s Voice"
1471
+ / if (${FindItemCount[Innoruuk' s Dark Blessing]}) /declare EpicName string outer "Innoruuk' s Dark Blessing"
1472
+ / if (${FindItemCount[Crafted Talisman of Fates]}) / declare EpicName string outer " Crafted Talisman of Fates"
1473
+ / if (${FindItemCount[Blessed Spiritstaff of the Heyokah]}) / declare EpicName string outer " Blessed Spiritstaff of the Heyokah"
1474
+ / if (${FindItemCount[Staff of Prismatic Power]}) / declare EpicName string outer " Staff of Prismatic Power"
1475
+ / if (${FindItemCount[Staff of Phenomenal Power]}) / declare EpicName string outer " Staff of Phenomenal Power"
1476
+ / if (${FindItemCount[= Soulwhisper]}) / declare EpicName string outer " Soulwisper"
1477
+ / if (${FindItemCount[= Deathwhisper]}) / declare EpicName string outer " Deathwisper"
1478
1478
| / if (${FindItemCount[" Champions Sword of Eternal Power" ]}) / declare EpicName string outer " Champions Sword of Eternal Power"
1479
1479
| / if (${FindItemCount[" Kreljnok's Sword of Eternal Power" ]}) / declare EpicName string outer " Kreljnok's Sword of Eternal Power"
1480
1480
| / if (${FindItemCount[" Staff of Elemental Essence" ]}) / declare EpicName string outer " Staff of Elemental Essence"
0 commit comments