Ivaar / Windower-addons

FFXI Windower addons
71 stars 108 forks source link

Singer only singing 2 songs #53

Open miyamotoe opened 2 years ago

miyamotoe commented 2 years ago

I recently made a Daurdabla and loaded Singer a couple of days ago. I've never used this addon before so I'm learning how to use it now. I have set my Gearswap to use Daurdabla when singing Army's Paeon and Army's Paeon II and with less Song Duration so it can be overwritten. I know this works because when I manually sing those songs, it uses Daurdabla. I set both Paeon's as dummy 1 and dummy 2 songs. I set my 4 songs with March and Minuet by typing //sing march 2 and //sing minuet 2. When I start singer, it sings 2 songs and stops.

In the settings.lua of Singer, I've also edited the file to show the following: return { ["dummy"] = L{"Army's Paeon","Army's Paeon II",}, ["debuffs"] = L{"Carnage Elegy","Pining Nocturne",}, ["playlist"] = T{ ["clear"] = L{}, }, ["buffs"] = T{ ["refresh"] = L{}, ["haste"] = L{}, ["aurorastorm"] = L{}, ["firestorm"] = L{}, }, ["song"] = { }, ["songs"] = L{"Advancing March","Victory March","Valor Minuet IV","Valor Minuet V",}, }

Any idea why Singer only sings 2 songs? It doesn't sing the dummy songs at all.

miyamotoe commented 2 years ago

Figured it out. Needed to add Wardrobe 5, which my Daurdabla was in to the equipment bag list in the lua. Or I could've moved it to Wardrobe 4 or below. Thanks anyway.