Xantara Posted June 25, 2012 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
Dee Posted March 23, 2013 Posted March 23, 2013 Can you add Announce everytime you win "EASY,MED,HARD". Quote
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.