Difference between revisions of "manual"

From OpenKore Wiki
Jump to navigation Jump to search
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
The manual describes all of the configuration options and commands for the latest Openkore release and Openkore SVN version.
+
The manual describes all of the configuration options and commands for the latest Openkore release and Openkore Git version.
  
 
==Introduction to OpenKore==
 
==Introduction to OpenKore==
Line 11: Line 11:
 
The original Kore written by Kura is licenced under [http://www.gnu.org/licenses/gpl.html GNU General Public License (GPL)], therefore anyone who publishes a mod of Kore must also publish it's source code. Also anyone who uses this mod has the right to publish copies of the program and the source.
 
The original Kore written by Kura is licenced under [http://www.gnu.org/licenses/gpl.html GNU General Public License (GPL)], therefore anyone who publishes a mod of Kore must also publish it's source code. Also anyone who uses this mod has the right to publish copies of the program and the source.
  
[[Openkore|Read more about history and current status of OpenKore]].
+
[[OpenKore|Read more about history and current status of OpenKore]].
  
 
==First time user==
 
==First time user==
Line 29: Line 29:
 
*[[consolecolors.txt]]
 
*[[consolecolors.txt]]
 
*[[items_control.txt]]
 
*[[items_control.txt]]
*[[Macro|macros.txt ''(only with macro plugin)'']]
+
*[[macro_plugin|macros.txt ''(only with macro plugin)'']]
 
*[[mon_control.txt]]
 
*[[mon_control.txt]]
 
*[[overallAuth.txt]]
 
*[[overallAuth.txt]]
Line 42: Line 42:
 
==Commands==
 
==Commands==
  
*[[Console Commands]]
+
*[[:Category:Console Command|Console Commands]]
 
*[[Chat Commands]]
 
*[[Chat Commands]]
 
==References==
 
 
# [[References#Syntax Legends|Syntax Legends]]
 
# [[References#Basic Value and Parameter Types|Basic Value and Parameter Types]]
 
# [[References#Equipment Slots|Equipment Slots]]
 
# [[References#Message Domains|Message Domains]]
 
# [[References#Names|Names]]
 
#* [[References#Equipment Names|Equipment Names]]
 
#* [[References#Item Names|Item Names]]
 
#* [[References#Ground Spell Names|Ground Spell Names]]
 
#* [[References#Map Names|Map Names]]
 
#* [[References#Monster Names|Monster Names]]
 
#* [[References#Player Names|Player Names]]
 
#* [[References#Skill Names|Skill Names]]
 
#* [[References#Status Names|Status Names]]
 
# [[References#NPC Conversation Codes|NPC Conversation Codes]]
 
# [[References#Range Operators|Range Operators]]
 
# [[References#Self Conditions|Self Conditions]]
 
# [[References#Target Conditions|Target Conditions]]
 
#* [[References#Target Monster Conditions|Monster Conditions]]
 
#* [[References#Target Player Conditions|Player Conditions]]
 
# [[References#Skill Use Conditions|Skill Use Conditions]]
 
  
 
==FAQ==
 
==FAQ==
Line 75: Line 52:
  
 
* [[Connectivity Guide]]
 
* [[Connectivity Guide]]
* [[Poseidon|Poseidon Guide]]
+
* [[poseidon|Poseidon Guide]]
* [[ServerType]]
+
* [[serverType]]
* [[XKore Guide]]
+
* [[XKore|XKore Guide]]
 
* [[FLD Creation Guide]]
 
* [[FLD Creation Guide]]
 
* [[Packet Length Extractor]]
 
* [[Packet Length Extractor]]
* Interfaces: [[Console_Interface|Console]] | [[Wx_Interface|Wx]] | [[Socket_Interface|Socket]]
+
* [[:Category:Interfaces|Interfaces]]: [[Console_Interface|Console]] | [[Wx_Interface|Wx]] | [[Socket_Interface|Socket]] | [[Curses_Interface|Curses]]
* [[TortoiseSVN Guide]]
+
* [[Git|Git Guide]]
 
* Guide "[[How_to_write_plugins_for_OpenKore|How to write plugins for OpenKore]]"
 
* Guide "[[How_to_write_plugins_for_OpenKore|How to write plugins for OpenKore]]"
 +
* [[How to run OpenKore]]
 +
* [[:Category:Plugins|How to use plugins]]

Latest revision as of 22:39, 9 November 2021

The manual describes all of the configuration options and commands for the latest Openkore release and Openkore Git version.

Introduction to OpenKore

OpenKore is a free, Open Source custom client for Ragnarok Online servers. It is written in Perl, and is cross-platform. The officially platforms are Win32 and Linux. The codebase is derived from Solos Kore.

This project provides development resources and encourages all developers who work on (their own version of) Kore to unite. New developers are welcome. Feel free to participate.

Note. Gravity (the company that developed Ragnarok Online) has nothing to do with OpenKore. This project is unofficial.

The original Kore written by Kura is licenced under GNU General Public License (GPL), therefore anyone who publishes a mod of Kore must also publish it's source code. Also anyone who uses this mod has the right to publish copies of the program and the source.

Read more about history and current status of OpenKore.

First time user

Please read the Quick Start Guide to help you easily install and setup Openkore.

The References section will be a great help when configuring your bot.

After learning about how to configure Openkore, the Config Check utility can help you validate your own created config.txt file.

Configuration Files

Commands

FAQ

If you need help, this is the first place where you can get most information. Frequently Asked Questions provides you most frequent questions with intensive answers. You can also visit the Openkore Forum where you can discuss and share experience with other members.

Links