Jump to content
  • 0

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


ekowsd

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  05/30/21
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  10
  • Reputation:   2
  • Joined:  10/21/22
  • Last Seen:  

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;
	

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

IsEnsemble: true did you try already to set to false in skill_db?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  05/30/21
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   0
  • Joined:  06/12/16
  • Last Seen:  

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.

Link to comment
Share on other sites

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.

×
×
  • Create New...