Jump to content
  • 0

another request dice event


xmaniacx

Question


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  110
  • Reputation:   1
  • Joined:  04/03/12
  • Last Seen:  

can some1 plss paste a dice event which if you are the only participant you dont win instead you get warped to pront... mostly dice event script here are "if your the only player who entered the event the npc prize show up and let you win automatically!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   1
  • Joined:  04/04/12
  • Last Seen:  

if you can see this in the script


if(getmapusers("quiz_01") == 1) goto L_Champ;
if(getmapusers("quiz_01") == 0) goto L_None;
...
...

...
...
...
L_Champ:
mapannounce "quiz_01","Mr. Dice: Come to me and tell me your name.",0;
hideoffnpc "Dice#evnt1";
end;

L_None:
//disablenpc "Dice#evnt1";
hideonnpc "Dice#evnt1";
end;


just change it to:



if(getmapusers("quiz_01") == 1) goto L_LACK; //<----CHANGE THIS ONE
if(getmapusers("quiz_01") == 0) goto L_None;
...
...

...
...
...
L_Champ:
mapannounce "quiz_01","Mr. Dice: Come to me and tell me your name.",0;
hideoffnpc "Dice#evnt1";
end;

L_None:
disablenpc "Dice#evnt1";
hideonnpc "Dice#evnt1";
end;

L_LACK:  //<--------ADDING THIS SCRIPT
announce "quiz_01","Mr. Dice: Event cancelled due to lack of participants.",0;

disablenpc "Dice#evnt1";
hideonnpc "Dice#evnt1";





Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   13
  • Joined:  02/26/12
  • Last Seen:  

xD I honestly like it when the Gm's go behind the character for dice event and type /dice and if your numbers the number they picked earlier then ur out!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  110
  • Reputation:   1
  • Joined:  04/03/12
  • Last Seen:  

hatsunerance you are the most brilliant person hahaha thenk yuuuuuuuu :]

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