Difference between revisions of "storageAuto npc type"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; storageAuto_npc_type <value> : Type of auto storage NPC dialog sequence. :; 1 :: Standard official server Kafra (c r1 n). :; 2 :: Standard official server Kaf…')
 
m (Conversion script moved page StorageAuto npc type to storageAuto npc type: Converting page titles to lowercase)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
; storageAuto_npc_type <value>
 
; storageAuto_npc_type <value>
: Type of [[storageAuto|auto storage]] NPC dialog sequence.
+
: Specifies type of the [[storageAuto_npc|storage NPC]] conversation sequence.
  
:; 1
+
{|class="TablePager"
:: Standard official server Kafra (c r1 n).
+
|-
 +
!Value
 +
!Description
 +
|-
 +
|1
 +
|Legacy official server's Kafra (c r1 n).
 +
|-
 +
|2
 +
|Legacy official server's Kafra in Comodo (c c r1 n).
 +
|-
 +
|3
 +
|storageAuto_npc_steps|Custom NPC (specify NPC conversation sequence in [[storageAuto_npc_steps]]).
 +
|}
  
:; 2
+
== Notes ==
:: Standard official server Kafra in Comodo (c c r1 n).
+
This rewrites your [[storageAuto_npc_steps]] when value is '''1''' or '''2'''.
  
:; 3
+
Official servers can customize their NPCs. "Standard" values does not mean anything special and provided for compatibility.
:: Use [[storageAuto_npc_steps|custom NPC sequence]].
 
 
 
: This rewrites your [[storageAuto_npc_steps]] when using standard mode.
 
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:storage]]
 
[[Category:storage]]

Latest revision as of 22:34, 26 April 2021

storageAuto_npc_type <value>
Specifies type of the storage NPC conversation sequence.
Value Description
1 Legacy official server's Kafra (c r1 n).
2 Legacy official server's Kafra in Comodo (c c r1 n).
3 Custom NPC (specify NPC conversation sequence in storageAuto_npc_steps).

Notes

This rewrites your storageAuto_npc_steps when value is 1 or 2.

Official servers can customize their NPCs. "Standard" values does not mean anything special and provided for compatibility.