Jump to content
  • 0

B.S.S/B.S. Sacramenti/PR_BENEDICTIO partner number


Question

Posted

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

  • 0
Posted
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;
	

 

  • 0
Posted

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

  • 0
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...