• 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

Bug - Bard song's don't work in DPS section

Status
Not open for further replies.
Joined
May 22, 2015
RedCents
3,467¢
Rich (BB code):
[DPS]
DPSOn=1
DPSSkip=20
DPSInterval=2
DPS1=Requiem of Time|99
DPS2=NULL

Bard doesn't cast slow

Have a patch in CastWhat going which seems to be working well
Stock Kiss:
Rich (BB code):
            /if (${IAmABard}) {
                /squelch /twist once ${castWhat}
                /varset CastResult CAST_SUCCESS
            }

Patched working version
Rich (BB code):
            /if (${IAmABard}) {
                /squelch /twist once ${Me.Gem[${castWhat}]}
                /delay 30
                /varset CastResult CAST_SUCCESS
            }

Thanks,

Winnower
 
Change incorporated into KA 8.2.4 posting 6-24-2015.
Had to do extensive testing (after borrowing an account with bard to test on) ... but issue has been resolved.
Ticket being closed at this time.
 
Bug - Bard song's don't work in DPS section
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart