Jump to content
  • 0

dice event tweaking


lirhays

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  07/09/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

so the remaining player will be the winners? or the script will run again until 1 player is remaining?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  07/09/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

its almost impossible to have 1 winner only, because there is 4 choices. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  07/09/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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 ...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...