Version 1.3
2257 downloads
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.