mansanalchamp Posted June 14, 2020 Posted June 14, 2020 Please help me about lucky roulette My lucky neet 1 Bronze, 5 Silver and 10 Gold When I use 1 Broze i can start lucky but when i use 5 Silver it can't stat lucky so When i use Broze or Gold First i can start 5 silver this's my configure in clif.cpp if( !sd->roulette.stage && sd->roulette_point.bronze <= 0 && sd->roulette_point.silver <= 4 && sd->roulette_point.gold <= 9 ){ result = GENERATE_ROULETTE_NO_ENOUGH_POINT; }else{ if (!sd->roulette.stage) { if (sd->roulette_point.bronze > 0) { sd->roulette_point.bronze -= 1; pc_setreg2(sd, ROULETTE_BRONZE_VAR, sd->roulette_point.bronze); } else if (sd->roulette_point.silver > 4) { sd->roulette_point.silver -= 5; sd->roulette.stage = 2; pc_setreg2(sd, ROULETTE_SILVER_VAR, sd->roulette_point.silver); } else if (sd->roulette_point.gold > 9) { sd->roulette_point.gold -= 10; sd->roulette.stage = 4; pc_setreg2(sd, ROULETTE_GOLD_VAR, sd->roulette_point.gold); } } this is result thank you Quote
Question
mansanalchamp
Please help me about lucky roulette
My lucky neet 1 Bronze, 5 Silver and 10 Gold
When I use 1 Broze i can start lucky but when i use 5 Silver it can't stat lucky
so When i use Broze or Gold First i can start 5 silver
this's my configure in clif.cpp
this is result
thank you
0 answers 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.