File Name: Counting Game
File Submitter: Emistry
File Submitted: 29 Jul 2012
File Category: Games, Events, Quests
Content Author: Emistry
This is a Mini Game that required players / participants to count for the Correct Amount of Monster specific by NPC.
The NPC will show a group of monsters specified by Scripts and will Select a Monster within it.
All player have to do is .... calculate the Answer and SHOUT IT OUT !!!
The Game will auto Restart if any Players killed 1 of these Monsters.
Configuration :
// Min. GM Level to access GM Panel
set .GMLevel,80;
// Game Location
set .Map$,"prontera";
// Monster ID Lists
setarray .MonsterList[0],1084,1085;
// Winners Answer Delay ( Not advised for High Value )
set .Delay,10;
// Spam Prevention ( Not advised for High Value )
set .Spam,3;
// How many rounds
set .MaxRound,2;
// Area Coordination <x1>,<y1>,<x2>,<y2>;
setarray .Coordinate,153,146,159,153;
Reward :
// Rewards ...
setarray .Reward$[0],
"#CASHPOINTS","100",
"Zeny","100000",
"7227","10",
// "CustomVariable","100000",
// "#CustomVariable","100000",
"7539","100";
Reminder :
Use those Monster that are NOT AGGRESIVE & CANT MOVE
Otherwise, you server will flooded by Monsters.
Click here to download this file