• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
Sustained ToV Bard Full Conditions with various useful clickies(Max AAs, Autospend Enabled)

Unmaintained Sustained ToV Bard Full Conditions with various useful clickies(Max AAs, Autospend Enabled)

cleaned code up a bit, removed unnecessary code. Updated for Redguides Novemenber Contest
Installed and converted file for use with KA 12 Beta. Works much smoother then KA 11 for the bard. Obtained Emperor Ganak Familiar
Cleaned up the code, while also trying to get the familiar's and illusion buffs to stack properly. Breastplate conditions should now properly check for raid bp click as well as group. Currently for some reason the Illusion Benefit Greater Jann|Remove|Cond removes every illusion benefit except greater jann
Fixed an issue where twitching speed from the lizardscale plated girdle was overwritting Jann's Veil
Obtained Jann's Veil so was able to create conditions and cast it appropriately in order to stack with its affiliated buffs like Vanishing Point
Until i figure out the main issue of the cure condition I'm fairly confident that my ini is complete until I get some more items.
Will Parse a named fight later
added some more clickies, tweaked a few things for more efficency. Averaging around 160k - 220k dps with cleric buffs sustained. 30880 aas as current count, in full set of Velium infused visables and nonvisables with Ice Encrusted Axe and Ice Encrusted Shortspear.
Still can't figure out how to check for cures using conditions so those lines aren't used and currently will crash EQ entirely when it gets called. Condensed and reorganized DPS and Conditions sections, as well as made a work around for medding since not only does medon=1 cause the bard to sit as soon as he loses 1 point of mana, but also stops him from singing med songs. The work around calls you to summon your mount out of combat when your mana is below 20%, and than dismounts during combat if your mana is above 70% or out of combat if it is above 90%.
Ok so im trying to set up conditions to use cleansing rod to cure disease and poison counts above above 20, and to use Horn of the Stormcaller and or Aria of Absolution song to cure poison, disease, corruption and curse counters 10 and above

;checks for 20 or more poison or disease counters, doesnt work currently. If you have any ideas I'm all ears
Cond29=${Me.DebuffCounters[Poison]} >= 20 || ${Me.DebuffCounters[Disease]} >= 20
;checks for 10 or more poison, disease, corruption or curse counters, doesnt work currently. If you have any ideas I'm all ears
Cond30=${Me.DebuffCounters[Poison]} >= 10 || ${Me.DebuffCounters[Disease]} >= 10 || ${Me.DebuffCounters[Corruption]} >= 10 || ${Me.DebuffCounters[Curse]} >= 10
add code comments for better readability and understanding.
Back
Top