• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Problem - Bard not using jonthan

Looks like it is commented out:

Code:
        ['SprySonataSong'] = {
            -- Adding misc songs below level 77 to fill in first spell gem
            -- [] = 'Psalm of Veeshan",
            -- [] = "Nillipus' March of the Wee",
            -- [] = "Verses of Victory",
            -- [] = "Psalm of Mystic Shielding",
            -- [] = "Psalm of Cooling",
            -- [] = "Psalm of Vitality",
            -- [] = "Psalm of Warmth",
            -- [] = "Guardian Rhythms",
            -- [] = Purifying Rhythms",
            -- [] = "Elemental Rhythms",
            -- [] = "Jonthan's Whistling Warsong",
            -- [] = "Chant of Battle",
            -- SprySonataSong - Level Range 77 - 118
            "Dhakka's Spry Sonata", -- 125, really bad song, nobody should ever use this
            "Xetheg's Spry Sonata",
            "Kellek's Spry Sonata",
            "Kluzen's Spry Sonata",
            "Doben's Spry Sonata",
            "Terasal's Spry Sonata",
            "Sionachie's Spry Sonata",
            "Coldcrow's Spry Sonata",
        },

I am not sure why as I didn't write the bard config. If someone is interested in maintaining it we can chat.
 
Looks like it is commented out:

Code:
        ['SprySonataSong'] = {
            -- Adding misc songs below level 77 to fill in first spell gem
            -- [] = 'Psalm of Veeshan",
            -- [] = "Nillipus' March of the Wee",
            -- [] = "Verses of Victory",
            -- [] = "Psalm of Mystic Shielding",
            -- [] = "Psalm of Cooling",
            -- [] = "Psalm of Vitality",
            -- [] = "Psalm of Warmth",
            -- [] = "Guardian Rhythms",
            -- [] = Purifying Rhythms",
            -- [] = "Elemental Rhythms",
            -- [] = "Jonthan's Whistling Warsong",
            -- [] = "Chant of Battle",
            -- SprySonataSong - Level Range 77 - 118
            "Dhakka's Spry Sonata", -- 125, really bad song, nobody should ever use this
            "Xetheg's Spry Sonata",
            "Kellek's Spry Sonata",
            "Kluzen's Spry Sonata",
            "Doben's Spry Sonata",
            "Terasal's Spry Sonata",
            "Sionachie's Spry Sonata",
            "Coldcrow's Spry Sonata",
        },

I am not sure why as I didn't write the bard config. If someone is interested in maintaining it we can chat.

Does this matter? a ´ instead of a " and a missing "

1713109513106.png
 
So i ended up getting jonthans to work, had to kinda figure it out with a bit of trial and error.

I added these lines Below, from my limited programming understanding it should go from bottom to top for spell levels, so it will use top most spell if available.
1715232063606.png
Then i copied the existing blocks for the "states" and added Jonthans into DPS dynamic, DPS procedural and Downtime "routines?" (not sure the correct term For 'DPSProcedural' i added 'Jonthan' under Warmarchsong
1715232191133.png


wont throw any more screenshots but i did the same for DPSdynamic and added it to 'Downtime' right above 'MainriaSong'

I'm new here so not sure if its allowed, but i'm willing to upload my brd_class_config.Lua for anyone that wants it...

Edit: runninginto some issues with downtime rotation and dynamic rotation checking for Warmach song and spam casting it since jonthan over-rides it on the bard, haven't been able to figure out how to fix that, there a way to have rpgmerc check a different client to see if the buff exists in their song window?
 
Last edited:
Problem - Bard not using jonthan

Users who are viewing this thread

Back
Top
Cart