talk: Difference between revisions
Jump to navigation
Jump to search
m (talk "npc name") |
|||
Line 1: | Line 1: | ||
;talk (<npc #> | cont | resp | resp (<response #>) | num <number> | text <string> | no) | ;talk (<npc #> | <npc name> | cont | resp | resp (<response #>) | num <number> | text <string> | no) | ||
:<npc #> | :<npc #> | ||
::- a corresponding number from the npc list when you use the nl command. | ::- a corresponding number from the npc list when you use the [[nl]] command. | ||
:<npc name> | |||
::- a corresponding npc name from the npc list when you use the [[nl]] command. Example: <code>talk "Tool Dealer#pay3"</code>. See [https://github.com/OpenKore/openkore/pull/3783 3783]. | |||
:<response #> | :<response #> |
Latest revision as of 21:21, 23 August 2023
- talk (<npc #> | <npc name> | cont | resp | resp (<response #>) | num <number> | text <string> | no)
- <npc #>
- - a corresponding number from the npc list when you use the nl command.
- <npc name>
- <response #>
- - a corresponding number from the response list when you use the talk resp command.
- <number>
- - any number.
- <string>
- - any string.
Command | Description |
---|---|
talk <npc #> | Manually talk to an NPC. |
talk cont | Continue talking to NPC. This is the same as clicking the next button when talking to an NPC in the Ragnarok Online Client. |
talk resp | Display the list of available responses to NPC. |
talk resp (<response #>) | Send a response to an NPC (when prompted for a response). |
talk num (<number>) | Send a number to NPC (when prompted for a number). |
talk text (<string>) | Send text/string to NPC. |
talk no | End or cancel conversation with NPC. |
TODO
- talk resp "<full response text>"
- talk resp /<reponse text regexp>/