lirhays Posted August 28, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 07/09/13 Last Seen: August 29, 2013 Share 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 Link to comment Share on other sites More sharing options...
LatSo Posted August 28, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Share Posted August 28, 2013 so the remaining player will be the winners? or the script will run again until 1 player is remaining? Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 29, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
lirhays Posted August 29, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 07/09/13 Last Seen: August 29, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
LatSo Posted August 29, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Share Posted August 29, 2013 its almost impossible to have 1 winner only, because there is 4 choices. Quote Link to comment Share on other sites More sharing options...
lirhays Posted August 29, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 07/09/13 Last Seen: August 29, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
LatSo Posted August 29, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted August 30, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.