Openkore BOT NPC Conversation Codes
Code = Description
c = Continue talking to the NPC. This is the same as pressing the Next buttom.
r<response #> = Send a response to the NPC. The response number is the index of the responses in the displayed response list . This is the same as selecting a response when you talk to an NPC. Count starts at Zero( 0 )
n = Ends and cancel conversation with the NPC. This is the same as pressing the close or cancel button when talking to an NPC.
Example
sellAuto_npc_steps c r3 c r0 c c r0 c n
Explanation
c = The BOT will talk to the npc hit the next
r3 = Then he will choose the 4th response
c = Next
r0 = Then he will choose the 1st response
c = Next
c = Next
r0 = Then he will choose the 1st respons
c = Next
n = Close / Cancel
~End
0 Comments »