Syntax ------ - **itemskill** <skill id>, <skill level>; - **itemskill** <"skill name">, <skill level>; Description ----------- This command meant for item scripts to replicate single-use skills in usable items. It will not work properly, if there is a visible dialog window or menu. If the skill is self or auto-targeting, it will be used immediately otherwise a target cursor is shown. Examples -------- `605,Anodyne,Anodyne,11,2000,0,100,,,,,10477567,2,,,,,{ itemskill 8,1; },{}` When...
Scanned 9/8/2026
Install to Claude Code
npx -y skills add cydh/rathena-wiki --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Syntax?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cydh-syntax-fb83b9c1)More formats (shields.io, HTML) on the badges page.
---
title: Itemskill
permalink: /Itemskill/
---
Syntax
------
- **itemskill** <skill id>, <skill level>;
- **itemskill** <"skill name">, <skill level>;
Description
-----------
This command meant for item scripts to replicate single-use skills in usable items. It will not work properly, if there is a visible dialog window or menu. If the skill is self or auto-targeting, it will be used immediately otherwise a target cursor is shown.
Examples
--------
`605,Anodyne,Anodyne,11,2000,0,100,,,,,10477567,2,,,,,{ itemskill 8,1; },{}`
When Anodyne is used, it will cast Endure (8), Level 1, as if the actual skill has been used from skill tree.
[Category:Script Command](/Category:Script_Command "wikilink")Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!