skill Use Command: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 45: | Line 45: | ||
|align=center|sl 10 7 | |align=center|sl 10 7 | ||
|Attempt to use skill number 10, level 7 at our standing location. | |Attempt to use skill number 10, level 7 at our standing location. | ||
|- | |||
|align=center|ss start 2036 5 | |||
|Attempt to use hotkey macro skill number 2036, level 5 on yourself. | |||
|- | |||
|align=center|ss stop | |||
|Attempt to stop last hotkey macro skill used. | |||
|} | |} |
Latest revision as of 14:20, 2 May 2023
- ss (<skill ID> | <skill handle> | <skill name>) [<skill level>]
- ss start (<skill ID> | <skill handle> | <skill name>) [<skill level>]
- ss stop
- sl (<skill ID> | <skill handle> | <skill name>) [(x) (y)] [<skill level>]
- (sp | sm | ssl | ssp} {<skill ID> | <skill handle> | <skill name>) (<target binID>) [<skill level>]
- ss: use skill on self
- sl: use skill on ground location
- sp: use skill on player
- sm: use skill on monster
- ssl: use skill on slave
- ssp: use skill on ground spell
- <skill ID>: configuration-independent number of the skill from your skills list
- <skill handle>: configuration-independent handle of the skill (such as AL_HEAL)
- <skill name>: configuration-dependent skill name from your skills list
- <x>, <y>: coordinates of the location point to cast the skill on. If not provided, our position is used
- <target binID>: the number of a target from the corresponding Actor List Command
- <skill level>: the level of skill to use
Notes
TODO: examples of which skills are used with which command?
Examples
Command | Description |
---|---|
ss 10 | Attempt to use skill number 10 on yourself. |
ss 10 5 | Attempt to use skill number 10, level 5 on yourself. |
sm 10 2 | Attempt to use skill number 10 on monster number 2. |
sm 10 2 10 | Attempt to use skill number 10, level 10 on monster number 2. |
sl 10 231 115 | Attempt to use skill number 10 at location 231, 115. |
sl 10 7 | Attempt to use skill number 10, level 7 at our standing location. |
ss start 2036 5 | Attempt to use hotkey macro skill number 2036, level 5 on yourself. |
ss stop | Attempt to stop last hotkey macro skill used. |