lirhays Posted August 28, 2013 Posted August 28, 2013 i want to change the dice event script but my knowledge is tooo little instead of choosing the lucky number, i want the dice to choose 1 unlucky number n when that number appeared, whole area is warp out. hope u guys can guide me, thanks dice 2.txt dice 2.txt Quote
LatSo Posted August 28, 2013 Posted August 28, 2013 so the remaining player will be the winners? or the script will run again until 1 player is remaining? Quote
Emistry Posted August 29, 2013 Posted August 29, 2013 replace the warping part with this L_Lose1: areawarp "quiz_01",219,81,227,60,"prontera",155,182; end; L_Lose2: areawarp "quiz_01",207,81,215,60,"prontera",155,182; goto L_Start; end; L_Lose3: areawarp "quiz_01",195,81,203,60,"prontera",155,182; goto L_Start; end; L_Lose4: areawarp "quiz_01",183,81,191,60,"prontera",155,182; goto L_Start; end; Quote
lirhays Posted August 29, 2013 Author Posted August 29, 2013 so the remaining player will be the winners? or the script will run again until 1 player is remaining? yup, 1 winner only replace the warping part with this L_Lose1: areawarp "quiz_01",219,81,227,60,"prontera",155,182; end; L_Lose2: areawarp "quiz_01",207,81,215,60,"prontera",155,182; goto L_Start; end; L_Lose3: areawarp "quiz_01",195,81,203,60,"prontera",155,182; goto L_Start; end; L_Lose4: areawarp "quiz_01",183,81,191,60,"prontera",155,182; goto L_Start; end; the choosen number did not warp out Quote
LatSo Posted August 29, 2013 Posted August 29, 2013 its almost impossible to have 1 winner only, because there is 4 choices. Quote
lirhays Posted August 29, 2013 Author Posted August 29, 2013 its almost impossible to have 1 winner only, because there is 4 choices. the script is in loop until only 1 person is left on the map Quote
LatSo Posted August 29, 2013 Posted August 29, 2013 yah thats almost impossible to happen. think of this scenario, 5 players join Dice. then 2 players remains, more than 50% chance that there is no winner. Quote
Emistry Posted August 30, 2013 Posted August 30, 2013 so the remaining player will be the winners? or the script will run again until 1 player is remaining? yup, 1 winner only > replace the warping part with this L_Lose1: areawarp "quiz_01",219,81,227,60,"prontera",155,182; end; L_Lose2: areawarp "quiz_01",207,81,215,60,"prontera",155,182; goto L_Start; end; L_Lose3: areawarp "quiz_01",195,81,203,60,"prontera",155,182; goto L_Start; end; L_Lose4: areawarp "quiz_01",183,81,191,60,"prontera",155,182; goto L_Start; end; the choosen number did not warp out just edit the area that will be warped out ... Quote
Question
lirhays
i want to change the dice event script but my knowledge is tooo little
instead of choosing the lucky number, i want the dice to choose
1 unlucky number n when that number appeared, whole area is warp out.
hope u guys can guide me, thanks
dice 2.txt
dice 2.txt
7 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.