amsb Posted May 9, 2022 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
0 EAJ_BASEMASK Posted May 10, 2022 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
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
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.