Ivaar / Windower-addons

FFXI Windower addons
70 stars 108 forks source link

Option to do only 1 roll #9

Open Ninjaskill opened 6 years ago

Ninjaskill commented 6 years ago

Hi, I was wondering if theres any possibility to add the option to do only 1 roll? Like could play BRD/COR combining Singer and AutoCOR. Tried setting roll 1 and roll 2 to the same roll but its foolproof for that so didnt work

Ivaar commented 6 years ago

Did you try removing the check for main job? You could change line 86 to

if not play or play.status > 1 or (play.main_job ~= 'COR' and play.sub_job ~= 'COR') then return end

Ninjaskill commented 6 years ago

Hi, thanks for the reply. I tried this but it still rolls a 2nd roll.

Ivaar commented 6 years ago

Sorry, I missed the notification. Either: open the settings file and set roll 1 and 2 the same, or set roll 1 and type //cor eval settings.roll[2] = settings.roll[1] to force rolls 1 and 2 to be the same. It's not optimal but neither is running autocor+singer together. Another reason to make a all-in-one party bot.