Areamobuseskill

generic skill

Views0
PublishedFeb 7, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

Syntax

  • areamobuseskill "",,,,,,,,,,;
  • areamobuseskill "",,,,,"",,,,,;

Description

This command will make all monsters of the specified mob ID in the specified area use the specified skill. Map name, x, and y define the center of the area which extending cells in each direction (e.g. a range of 3 would create a 7x7 square). The skill can be specified by skill ID or name. is in milliseconds (1000 = 1 second), and the rest should be self-explanatory.

can be:

ValueDescription
0Cast the specified skill to self.
1Cast the specified skill to the mob's current target.
2Cast the specified skill to the mob's master.
3Random target.

Example

   // Spawn 1 Shining Plant in the 5x5 area centered on (155,188)     areamonster "prontera",153,186,157,190,"Shining Plant",1083,1;         // Make the plant cast level 10 Cold Bolt on a random target     areamobuseskill "prontera",155,188,2,1083,"MG_COLDBOLT",10,3000,1,e_gg,3; 

Category:Script_Command

Share: