Manual: Difference between revisions
Technology (talk | contribs) m (→Links: add: link to posseidon page) |
Technology (talk | contribs) m (Reverted edits by Technology (Talk) to last revision by Mushrom) |
||
Line 44: | Line 44: | ||
==References== | ==References== | ||
# [[References | # [[References|Syntax Legends]] | ||
# [[References | # [[References|Basic Value and Parameter Types]] | ||
# [[References | # [[References|Equipment Slots]] | ||
# [[References | # [[References|Message Domains]] | ||
# [[References | # [[References|Names]] | ||
#* [[References | #* [[References|Equipment Names]] | ||
#* [[References | #* [[References|Item Names]] | ||
#* [[References | #* [[References|Ground Spell Names]] | ||
#* [[References | #* [[References|Map Names]] | ||
#* [[References | #* [[References|Monster Names]] | ||
#* [[References | #* [[References|Player Names]] | ||
#* [[References | #* [[References|Skill Names]] | ||
#* [[References | #* [[References|Status Names]] | ||
# [[References | # [[References|NPC Conversation Codes]] | ||
# [[References | # [[References|Range Operators]] | ||
==FAQ== | ==FAQ== | ||
Line 67: | Line 67: | ||
*[[Connectivity Guide]] | *[[Connectivity Guide]] | ||
*[[ServerType]] | *[[ServerType]] | ||
*[[XKore Guide]] | *[[XKore Guide]] | ||
*[[ | *[[Packet Length Extractor]] |
Revision as of 17:46, 28 October 2009
The manual describes all of the configuration options and commands for the latest Openkore release and Openkore SVN 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.
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
- arrowcraft.txt
- avoid.txt
- chat_resp.txt
- config.txt
- consolecolors.txt
- items_control.txt
- mon_control.txt
- overallAuth.txt
- pickupitems.txt
- priority.txt
- responses.txt
- routeweights.txt
- shop.txt
- sys.txt
- timeouts.txt
Commands
References
- Syntax Legends
- Basic Value and Parameter Types
- Equipment Slots
- Message Domains
- Names
- NPC Conversation Codes
- Range Operators
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.