Jump to content

Quests, Games: [NPC] Code Breaker Game


Recommended Posts


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  243
  • Reputation:   206
  • Joined:  11/28/11
  • Last Seen:  

File Name: [NPC] Code Breaker Game

File Submitter: Xantara

File Submitted: 18 Dec 2011

File Category: Games, Events, Quests

Information

It is an individual player type game.

Objective of the game is to guess a 3 digit number where none of the digits repeat.

There are 3 difficulty settings depending on the number of guesses which is configurable.

Clues are given for the previously guessed number.

Prizes for each difficulty can be set through the GM Panel (level is configurable).

Configuration

In-game configuration is available for the Prizes (GM only).

Script configuration is found at the bottom of the file:

// ---- CONFIG ------------------------------------------------------------------------------------
// NPC Name
set .NPC$, "[ Code Breaker ]";
// Minimum GM Level for GM Panel. [Default: 60]
set .minGMlvl, 60;
// Number of Guesses per Difficulty (Easy, Medium, Hard) [Default: 5, 3, 2]
setarray .CB_Guess[1], 5, 3, 2;
// ---- END OF CONFIG -----------------------------------------------------------------------------

Credits

Created by Xantara

Requested by Yukino post_snapback.gif

Function createCode optimized by KeyWorld

License

88x31.png

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

Do not mirror without my consent.

Click here to download this file

  • Upvote 1
Link to comment
Share on other sites

  • 8 months later...

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  49
  • Reputation:   7
  • Joined:  01/21/12
  • Last Seen:  

Can you add Announce everytime you win "EASY,MED,HARD".

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

really hard to play :(

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
Reply to this topic...

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