ekowsd Posted October 23, 2022 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 05/30/21 Last Seen: March 18 Share 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 Link to comment Share on other sites More sharing options...
0 RagEmp Posted October 29, 2022 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 10 Reputation: 3 Joined: 10/21/22 Last Seen: January 21, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 kalabasa Posted October 30, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted October 30, 2022 IsEnsemble: true did you try already to set to false in skill_db? Quote Link to comment Share on other sites More sharing options...
0 ekowsd Posted November 6, 2022 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 05/30/21 Last Seen: March 18 Author Share 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 Link to comment Share on other sites More sharing options...
0 laonglaing Posted July 7, 2023 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 40 Reputation: 1 Joined: 06/12/16 Last Seen: April 10 Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.