amsb Posted May 9, 2022 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 09/04/20 Last Seen: December 26, 2023 Share Posted May 9, 2022 Hey I guys I wanna know how I can change my card drop effect from the pink one to the red pillar one Quote Link to comment Share on other sites More sharing options...
0 EAJ_BASEMASK Posted May 10, 2022 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 45 Reputation: 8 Joined: 03/17/21 Last Seen: 11 hours ago Share Posted May 10, 2022 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. Quote Link to comment Share on other sites More sharing options...
Question
amsb
Hey I guys I wanna know how I can change my card drop effect from the pink one to the red pillar one
Link to comment
Share on other sites
1 answer 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.