Jump to content
  • 0

Tarot of fate SKill dispels FCP how to fix this?


justin008

Question


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

Tarot of fate skill of clown dispell the FCP or remove the FCP how to fix this?
i want it will not remove or dispell the FCP.. can somebody help me?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 1

  • Group:  Developer
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  802
  • Reputation:   228
  • Joined:  01/30/13
  • Last Seen:  

It's not a bug, Tarot Card of Fate can dispell FCP.

	case 3: // THE HIGH PRIESTESS - all buffs removed
	{
		status_change_clear_buffs(target, SCCB_BUFFS | SCCB_CHEM_PROTECT);
		break;
	}

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  06/08/15
  • Last Seen:  

i have the same issue T_T hope someone fixes this

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  04/23/17
  • Last Seen:  

On 1/11/2017 at 9:40 PM, randomhotstuff said:

i have the same issue T_T hope someone fixes this

Try to remove the 

| SCCB_CHEM_PROTECT make it 
status_change_clear_buffs(target, SCCB_BUFFS );
On 1/12/2017 at 5:42 AM, Playtester said:

It's not a bug, Tarot Card of Fate can dispell FCP.


	case 3: // THE HIGH PRIESTESS - all buffs removed
	{
		status_change_clear_buffs(target, SCCB_BUFFS | SCCB_CHEM_PROTECT);
		break;
	}

 

 

On 1/11/2017 at 9:40 PM, randomhotstuff said:

i have the same issue T_T hope someone fixes this

just try it then recompile

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  05/31/18
  • Last Seen:  

where to find dis? in trunk src and then?

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   3
  • Joined:  04/23/17
  • Last Seen:  

Any update for this?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.02
  • Content Count:  291
  • Reputation:   26
  • Joined:  12/16/17
  • Last Seen:  

This modification still working or not? Thank you.

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...