Difference between revisions of "storageAuto npc type"

From OpenKore Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
; storageAuto_npc_type <value>
 
; storageAuto_npc_type <value>
: Type of [[storageAuto_npc|auto storage NPC]] conversation sequence.
+
: Specifies the type of [[storageAuto_npc|auto storage NPC]] conversation sequence.
  
:; 1
+
:{|border="1" cellpadding="2" cellspacing="1"
:: Standard official server's Kafra (c r1 n).
+
|- style=background-color:#F9F9F9;
 +
!Value
 +
!Description
 +
|-
 +
|align=center|1
 +
|Standard official server's Kafra (c r1 n).
 +
|-
 +
|align=center|2
 +
|Standard official server's Kafra in Comodo (c c r1 n).
 +
|-
 +
|align=center|3
 +
|storageAuto_npc_steps|Other NPC (use the specified code in [[storageAuto_npc_steps]]).
 +
|}
  
:; 2
 
:: Standard official server's Kafra in Comodo (c c r1 n).
 
  
:; 3
+
:'''Note.''' This rewrites your [[storageAuto_npc_steps]] when values '''1''' or '''2'''.
:: [[storageAuto_npc_steps|Custom NPC]].
 
 
 
: This rewrites your [[storageAuto_npc_steps]] when using standard mode.
 
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:storage]]
 
[[Category:storage]]

Revision as of 15:59, 16 December 2009

storageAuto_npc_type <value>
Specifies the type of auto storage NPC conversation sequence.
Value Description
1 Standard official server's Kafra (c r1 n).
2 Standard official server's Kafra in Comodo (c c r1 n).
3 Other NPC (use the specified code in storageAuto_npc_steps).


Note. This rewrites your storageAuto_npc_steps when values 1 or 2.