Jump to content

kazegawa

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by kazegawa

  1. On 30/1/2016 at 6:22 AM, DanielArt said:

    I do this:

    
    		sd->roulette.prizeStage = stage;
    		sd->roulette.prizeIdx = rnd()%rd.items[stage];
    
    		if (rd.flag[stage][sd->roulette.prizeIdx]&1 || (rand()%8 >= stage)) {
    			clif_roulette_generate_ack(sd,GENERATE_ROULETTE_LOSING,stage,sd->roulette.prizeIdx,0);
    			clif_roulette_getitem(sd);
    			clif_roulette_recvitem_ack(sd, RECV_ITEM_SUCCESS);
    			return;
    		}

    when im editting with ur script the roulette being stuck on 1st stage only, and not animation roulette showing/running. can u fix it?

     

    and at the normal case when i get lose reward i cant press start again, and always need to recall then roulette window again.

×
×
  • Create New...