Jump to content
  • 0

Card RED_Pillar Effect


amsb

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  09/04/20
  • Last Seen:  

Hey I guys I wanna know how I can change my card drop effect from the pink one to the red pillar one

 

1.jpg

2.jpg

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  24
  • Reputation:   6
  • Joined:  03/17/21
  • Last Seen:  

	export_constant(DROPEFFECT_NONE);
	export_constant(DROPEFFECT_CLIENT);
	export_constant(DROPEFFECT_WHITE_PILLAR);
	export_constant(DROPEFFECT_BLUE_PILLAR);
	export_constant(DROPEFFECT_YELLOW_PILLAR);
	export_constant(DROPEFFECT_PURPLE_PILLAR);
	export_constant(DROPEFFECT_ORANGE_PILLAR);
	export_constant(DROPEFFECT_GREEN_PILLAR);
	export_constant(DROPEFFECT_RED_PILLAR);
	export_constant(DROPEFFECT_MAX);

item_db.yml

    Flags:
      DropEffect: PURPLE_PILLAR

I don't think PINK exist but above I provide some constant for DROPEFFECT.

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