Difference between revisions of "talk"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with ';talk (<npc #> | cont | resp | resp (<response #>) | num <number> | text <string> | no) :<npc #> ::- a corresponding number from the npc list when you use the nl command. :<re…')
 
m (TODO (desired syntax))
Line 39: Line 39:
 
|End or cancel conversation with NPC.
 
|End or cancel conversation with NPC.
 
|}
 
|}
 +
 +
== TODO ==
 +
 +
* talk resp "<full response text>"
 +
* talk resp /<reponse text regexp>/
  
 
[[Category:Console Command]]
 
[[Category:Console Command]]

Revision as of 10:39, 29 November 2012

talk (<npc #> | cont | resp | resp (<response #>) | num <number> | text <string> | no)
<npc #>
- a corresponding number from the npc list when you use the nl command.
<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>/