Quote:
Originally Posted by fatihy93
Hi again ^^.
This is shopitemdata.txt in pk2.
Code:
1 581 62 0 0 1 1 0 0 0 0 0 0 0 0 0
Code:
1
581 // I think NPC ID
62 // Shop Item ID ( Arrow )
0 0 1 1 0 0 0 0 0 0 0 0 0
Where is the item column and item no data ? ( For B034 Parsing )
|
I think that this file contains all the items that are in every NPC(not sure)
if you wan't to add/remove items to/from a NPC you will need to edit refshopgoods.txt
Code:
1 11 STORE_KT_SMITH_TAB1 PACKAGE_ITEM_CH_TBLADE_08_A 18 -1 xxx -1 xxx -1 xxx -1 xxx
Code:
1
11 //dunno
STORE_KT_SMITH_TAB1 //The tab where the Item is located in(to edit the tabs go to the file refshoptab.txt)
PACKAGE_ITEM_CH_TBLADE_08_A //The Item. just remove "PACKAGE_" and you get the Item name you can search for
18 //The Slot where the Item is located in the Tab
-1 xxx -1 xxx -1 xxx -1 xxx //some not used things
~~~
Code:
1
581 // GROUP
62 // Shop Item ID ( Arrow )
0 0 1 1 0 0 0 0 0 0 0 0 0
it seems like that the first Number indicates the Group where the Item is in. It's NOT the npc ID