Difference between revisions of "manual"

From OpenKore Wiki
Jump to navigation Jump to search
m (→‎Configuration Files: Change of link style for open on same page, not on external page, using wiki tags instead of long tag form.)
Line 17: Line 17:
 
The [http://wiki.openkore.com/index.php?title=References References] section will be a great help when configuring your bot.
 
The [http://wiki.openkore.com/index.php?title=References 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 [http://wiki.openkore.com/index.php?title=Config.txt 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 [[config.txt]] file.
  
 
=Configuration Files =
 
=Configuration Files =
Line 42: Line 42:
  
 
<ul>
 
<ul>
   <li>[http://wiki.openkore.com/index.php?title=Console_Commands Console Commands]</li>
+
   <li>[[Console Commands]]</li>
   <li>[http://wiki.openkore.com/index.php?title=Chat_Commands Chat Commands ]</li>
+
   <li>[[Chat Commands]]</li>
 
</ul>
 
</ul>
  
 
=References=
 
=References=
  
<ol>
+
<ol>
   <li>[http://wiki.openkore.com/index.php?title=References#Syntax_Legends Syntax Legends]</li>
+
 
   <li>[http://wiki.openkore.com/index.php?title=References#Basic_Value_and_Parameter_Types Basic Value and Parameter Types]</li>
+
   <li>[[References#Syntax Legends]]</li>
   <li>[http://wiki.openkore.com/index.php?title=References#Equipment_Slots Equipment Slots]</li>
+
   <li>[[References#Basic Value and Parameter Types]]</li>
   <li>[http://wiki.openkore.com/index.php?title=References#Message_Domains Message Domains]</li>
+
   <li>[[References#Equipment Slots]]</li>
 +
   <li>[[References#Message Domains]]</li>
 
   <li>Names (Text)</li>
 
   <li>Names (Text)</li>
 
   <ul>
 
   <ul>
     <li>[http://wiki.openkore.com/index.php?title=References#Equipment_Names Equipment]</li>
+
     <li>[[References#Equipment Names Equipment]]</li>
     <li>[http://wiki.openkore.com/index.php?title=References#Item_Names Item]</li>
+
     <li>[[References#Item Names Item]]</li>
     <li>[http://wiki.openkore.com/index.php?title=References#Ground_Spell_Names Ground Spell]</li>
+
     <li>[[References#Ground Spell Names Ground Spell]]</li>
     <li>[http://wiki.openkore.com/index.php?title=References#Map_Names Map]</li>
+
     <li>[[References#Map Names Map]]</li>
     <li>[http://wiki.openkore.com/index.php?title=References#Monster_Names Monster]</li>
+
     <li>[[References#Monster Names Monster]]</li>
     <li>[http://wiki.openkore.com/index.php?title=References#Player_Names Player]</li>
+
     <li>[[References#Player Names Player]]</li>
     <li>[http://wiki.openkore.com/index.php?title=References#Skill_Names Skill]</li>
+
     <li>[[References#Skill Names Skill]]</li>
     <li>[http://wiki.openkore.com/index.php?title=References#Status_Names Status]</li>
+
     <li>[[References#Status Names Status]]</li>
 
   </ul>
 
   </ul>
   <li>[http://wiki.openkore.com/index.php?title=References#NPC_Conversation_Codes NPC Conversation Codes]</li>
+
   <li>[[References#NPC Conversation Codes NPC Conversation Codes]]</li>
   <li>[http://wiki.openkore.com/index.php?title=References#Range_Operators Range Operators]</li>
+
   <li>[[References#Range Operators Range Operators]]</li>
 
</ol>
 
</ol>
  
 
=FAQ=
 
=FAQ=
  
If you need help, this is the first place where you can get most information. [http://wiki.openkore.com/index.php?title=Frequently_Asked_Questions FAQ] provides you most frequent questions with intensive answers. You can also visit the [http://forums.openkore.com/ Openkore Forum] where you can discuss and share experience with other members.
+
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 [http://forums.openkore.com/ Openkore Forum] where you can discuss and share experience with other members.
  
 
=Links=
 
=Links=
  
 
<ul>
 
<ul>
   <li>[http://wiki.openkore.com/index.php?title=Connectivity_Guide&action=edit&redlink=1 Connectivity Guide]</li>
+
   <li>[[Connectivity Guide]]</li>
   <li>[http://wiki.openkore.com/index.php?title=ServerType&action=edit&redlink=1 Server Type]</li>
+
   <li>[[ServerType]]</li>
   <li>[http://wiki.openkore.com/index.php?title=XKore_Guide&action=edit&redlink=1 XKore Guide]</li>
+
   <li>[[XKore Guide]]</li>
   <li>[http://wiki.openkore.com/index.php?title=Packet_Length_Extractor&action=edit&redlink=1 Packet Length Extractor]</li>
+
   <li>[[Packet Length Extractor]]</li>
 
</ul>
 
</ul>

Revision as of 21:14, 18 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

Commands

References

  1. References#Syntax Legends
  2. References#Basic Value and Parameter Types
  3. References#Equipment Slots
  4. References#Message Domains
  5. Names (Text)
  6. References#NPC Conversation Codes NPC Conversation Codes
  7. References#Range Operators 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.

Links