Xantara Posted June 25, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 243 Reputation: 206 Joined: 11/28/11 Last Seen: February 13, 2023 Share Posted June 25, 2012 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 Function createCode optimized by KeyWorld License 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 1 Quote Link to comment Share on other sites More sharing options...
Dee Posted March 23, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 49 Reputation: 7 Joined: 01/21/12 Last Seen: March 2, 2015 Share Posted March 23, 2013 Can you add Announce everytime you win "EASY,MED,HARD". Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted April 2, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted April 2, 2013 really hard to play Quote Link to comment Share on other sites More sharing options...
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.