Jump to content

Monster Counting Game 1.3


4 Screenshots

About This File

A mini event where a numbers of monsters will be spawned within a specified area. Players have to count for the monsters that exist within that area and tell the NPC to win the event.

Btw, this is just a new version of event based on my previous Flower Counting Event.

Thank you @AnnieRuru for delivering me the idea of using "live" monsters.

Configuration:

	OnInit:		// how many rounds		.max_round = 3;				// minute each round		.max_duration = 3;				// dummy mob id represent wall		.wall_mob_id = 1085;				// ( x1,y1,x2,y2 ) area for event		setarray .xy_area,			151,169,		// ( x1,y1 )			161,179;		// ( x2,y2 )					// monster list used in event		setarray .monster,			1002,			1031,			1836,			1595;

Preview :

Feel free to share your idea/opinions to improve this.


What's New in Version 1.3   See changelog

Released

  • [1.1] Warp players out from event area upon event started.
  • [1.0] New Release
  • [1.2] Fixed exploit
  • [1.3] Fixed errors and mob kill warning.
  • Upvote 1
  • Love 1

×
×
  • Create New...