Agent skill
rathena-wiki-cydh-rathena-wiki-6
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/rathena-wiki-cydh-rathena-wiki-6
SKILL.md
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:
| Value | Description |
|---|---|
| 0 | Cast the specified skill to self. |
| 1 | Cast the specified skill to the mob's current target. |
| 2 | Cast the specified skill to the mob's master. |
| 3 | Random 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?