📑CustomNpcCollector
Last updated
Registers the items that the collector NPC (Golden Archer) accepts in exchange for currencies and/or a drawn prize. Maximum of 50 lines, all inside block 0.
0
//SEC ITE LVL AMO RV1 RV2 RV3 BAG FWK Comment
12 15 0 1 6 0 0 201 1 //1 x Jewel of Chaos
endColumn
Accepted values
What it is
SEC
Number from 0 to 15 (item group)
Together with ITE, it forms the accepted item.
ITE
Number from 0 to 511 (item index within the group)
See SEC.
LVL
Number from 0 to 15
Required level (+how much) of the item.
AMO
Number from 1 to 64
Required amount of that item per exchange.
RV1 / RV2 / RV3
Number
Currency reward values given for the exchange.
BAG
Number of a special value from EventItemBagManager.txt, or -1
Extra prize drawn for the exchange. -1 = none.
FWK
0 or 1
1 = shows a fireworks effect upon delivering the item.
RV1/RV2/RV3 follow the same concept as CustomMonster.txt: they are passed/saved reward values, without a fixed meaning (custom currency, points, etc.) — what they represent depends on how the server uses this data.
BAG works the same way as in other files with Event Item Bag: it is just an extra draw, on top of the fixed rewards from RV1-RV3.
Last updated