Difference between revisions of "arrowcraft.txt"

From OpenKore Wiki
Jump to navigation Jump to search
m (Changed headers.)
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
If you have the Arrow Crafting Skill, Kore can automatically craft arrows for you. If the option autoMakeArrows in [[config.txt]] is enabled, you can list items in the file arrowcraft.txt to make Kore automatically create arrows using the specified items.
+
If you have the Arrow Crafting Skill, Kore can automatically craft arrows for you. If the option [[autoMakeArrows]] in [[:Category:config.txt|config.txt]] is enabled, you can list items in the file arrowcraft.txt to make Kore automatically create arrows using the specified items.
  
==Syntax==
+
== Syntax ==
 
The format of this file is simply a set of lines that observes the following syntax:
 
The format of this file is simply a set of lines that observes the following syntax:
 
  <item name> <use flag>
 
  <item name> <use flag>
  
==Details==
+
=== Details ===
Detailed view.
+
----
  
===<item name>===
+
; <[[References#Item_Names|item name]]>
Using the Arrow Crafting Skill, different type of arrows can be created from different ingredients. This value specifies the name of the item that you want to use as an ingredient when creating arrows.  
+
: Using the Arrow Crafting Skill, different type of arrows can be created from different ingredients. This value specifies the name of the item that you want to use as an ingredient when creating arrows.  
  
===<use flag>===
+
 
This is a boolean flag that specifies whether the item will be used to create certain arrows.
+
; <use flag>
 +
: This is a [[boolean]] that specifies whether the item will be used to create certain arrows.
 
   
 
   
'''''Note.'''''
 
Lines that begin with the pound sign (#) are comment lines. They are ignored by Openkore.
 
  
==Example==
+
== Example ==
 +
 
 
This will allow Kore to create Fire Arrows and Iron Arrows from Red Blood and Garlet, respectively.
 
This will allow Kore to create Fire Arrows and Iron Arrows from Red Blood and Garlet, respectively.
  
Example:
 
 
  Red Blood 1
 
  Red Blood 1
 
  Garlet 1
 
  Garlet 1
 +
 +
 +
[[Category:Control]]

Revision as of 22:33, 2 March 2017

If you have the Arrow Crafting Skill, Kore can automatically craft arrows for you. If the option autoMakeArrows in config.txt is enabled, you can list items in the file arrowcraft.txt to make Kore automatically create arrows using the specified items.

Syntax

The format of this file is simply a set of lines that observes the following syntax:

<item name> <use flag>

Details


<item name>
Using the Arrow Crafting Skill, different type of arrows can be created from different ingredients. This value specifies the name of the item that you want to use as an ingredient when creating arrows.


<use flag>
This is a boolean that specifies whether the item will be used to create certain arrows.


Example

This will allow Kore to create Fire Arrows and Iron Arrows from Red Blood and Garlet, respectively.

Red Blood 1
Garlet 1