Difference between revisions of "manual"

From OpenKore Wiki
Jump to navigation Jump to search
m (Reverted edits by Technology (Talk) to last revision by Mushrom)
(Updating links)
(20 intermediate revisions by 4 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 10: Line 10:
  
 
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]].
  
 
==First time user==
 
==First time user==
Line 17: Line 19:
 
The [[References]] section will be a great help when configuring your bot.
 
The [[References]] section will be a great help when configuring your bot.
  
After learning about how to configure Openkore, the [http://hakore.bot.nu/?p=openkore+config+checker Config Check utility] can help you validate your own created [[config.txt]] file.
+
After learning about how to configure Openkore, the [http://hakore.bot.nu/?p=openkore+config+checker Config Check utility] can help you validate your own created [[:Category:config.txt|config.txt]] file.
  
 
==Configuration Files==
 
==Configuration Files==
Line 24: Line 26:
 
*[[avoid.txt]]
 
*[[avoid.txt]]
 
*[[chat_resp.txt]]
 
*[[chat_resp.txt]]
*[[config.txt]]
+
*[[:Category:config.txt|config.txt]]
 
*[[consolecolors.txt]]
 
*[[consolecolors.txt]]
 
*[[items_control.txt]]
 
*[[items_control.txt]]
 +
*[[Macro_plugin|macros.txt ''(only with macro plugin)'']]
 
*[[mon_control.txt]]
 
*[[mon_control.txt]]
 
*[[overallAuth.txt]]
 
*[[overallAuth.txt]]
Line 39: Line 42:
 
==Commands==
 
==Commands==
  
*[[Console Commands]]
+
*[[:Category:Console Command|Console Commands]]
 
*[[Chat Commands]]
 
*[[Chat Commands]]
 
==References==
 
 
# [[References|Syntax Legends]]
 
# [[References|Basic Value and Parameter Types]]
 
# [[References|Equipment Slots]]
 
# [[References|Message Domains]]
 
# [[References|Names]]
 
#* [[References|Equipment Names]]
 
#* [[References|Item Names]]
 
#* [[References|Ground Spell Names]]
 
#* [[References|Map Names]]
 
#* [[References|Monster Names]]
 
#* [[References|Player Names]]
 
#* [[References|Skill Names]]
 
#* [[References|Status Names]]
 
# [[References|NPC Conversation Codes]]
 
# [[References|Range Operators]]
 
  
 
==FAQ==
 
==FAQ==
Line 66: Line 51:
 
==Links==
 
==Links==
  
*[[Connectivity Guide]]
+
* [[Connectivity Guide]]
*[[ServerType]]
+
* [[Poseidon|Poseidon Guide]]
*[[XKore Guide]]
+
* [[ServerType]]
*[[Packet Length Extractor]]
+
* [[XKore|XKore Guide]]
 +
* [[FLD Creation Guide]]
 +
* [[Packet Length Extractor]]
 +
* [[:Category:Interfaces|Interfaces]]: [[Console_Interface|Console]] | [[Wx_Interface|Wx]] | [[Socket_Interface|Socket]] | [[Curses_Interface|Curses]]
 +
* [[Git|Git Guide]]
 +
* Guide "[[How_to_write_plugins_for_OpenKore|How to write plugins for OpenKore]]"
 +
* [[How to run Openkore]]
 +
* [[:Category:Plugins|How to use plugins]]

Revision as of 02:04, 1 March 2016

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