ekowsd Posted October 23, 2022 Posted October 23, 2022 How can I remove the B.S.S partner position restriction and decrease the number of acolytes from 2 to 1? I want it to behave like the Bard/Dancer ensemble songs. Quote
0 RagEmp Posted October 29, 2022 Posted October 29, 2022 On 10/23/2022 at 11:58 PM, ekowsd said: How can I remove the B.S.S partner position restriction and decrease the number of acolytes from 2 to 1? I want it to behave like the Bard/Dancer ensemble songs. skill.cpp Not really sure/tried but you can try to change 2 = 1. if (skill_id == PR_BENEDICTIO) { if (*c >= 2) // Check for two companions for Benedictio. [Skotlex] return 0; Quote
0 kalabasa Posted October 30, 2022 Posted October 30, 2022 IsEnsemble: true did you try already to set to false in skill_db? Quote
0 ekowsd Posted November 6, 2022 Author Posted November 6, 2022 I had already tried both solutions but neither of them got any effect. Changing the " ( *c >= 2 ) " to " ( *c >= 1 ) " makes the skill not work Quote
0 laonglaing Posted July 7, 2023 Posted July 7, 2023 try to comment it out. though i haven't tried it yet. but it will remove the checking of partner. you can go further on how the skill works then just remove or comment out the part that checks a partner. Quote
Question
ekowsd
How can I remove the B.S.S partner position restriction and decrease the number of acolytes from 2 to 1? I want it to behave like the Bard/Dancer ensemble songs.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.