From 70afc4887f8291e888d9f500dde76c6cbd0ddd73 Mon Sep 17 00:00:00 2001 From: Barbz Date: Fri, 3 May 2019 22:52:38 +0200 Subject: fix: item_template bonding information Add extra useful information for account bonding --- docs/item_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/item_template.md b/docs/item_template.md index 96cd00c..de30957 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -2336,7 +2336,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie

134217728

0x08000000 -

Bind to Account (Also needs Quality = 7 set)

+

Bind to Account (Set Quality = 7 for the corresponding color. Might require to set Bonding = 1)

268435456

@@ -2356,7 +2356,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie

2147483648

0x080000000 -

Bind on Pickup tradeable

+

Bind on Pickup tradeable (only few quest items have this flag and it doesn't seem to bind at all)

@@ -2411,7 +2411,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie 131072 0x020000 -BNET_ACCOUNT_BOUND +BNET_ACCOUNT_BOUND (seems useless on 3.3.5a) 2097152 -- cgit