
* Added item flag value: 8 to init default item with BindOnEquip. Item with this flag will be character bound item once equipped.
* Added optional config 'default_bind_on_equip' in conf/battle/items.conf to set default bind type. By default the type is character bound.
* Hercules merge 1f5161a2bd
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
10 lines
481 B
Plaintext
10 lines
481 B
Plaintext
// Flagged Items
|
|
// <ItemID>,<Flag>
|
|
//
|
|
// <Flag>:
|
|
// 1 - As Dead Branch item (will be logged at `branchlog` table and cannot be used at 'nobranch' mapflag)
|
|
// 2 - As item group container, check player's inventory and weight before consumed
|
|
// 4 - GUID item, cannot be stacked even same or stackable item
|
|
// 8 - Item will be bound item when equipped
|
|
// NOTE: For removing flag by import file, use "-" to remove the flag. Example, 604,-1 will removes flag 1 from Branch_Of_Dead_Tree
|