diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2019-05-03 22:52:38 +0200 |
|---|---|---|
| committer | Barbz <BarbzYHOOL@users.noreply.github.com> | 2019-05-11 17:40:44 +0200 |
| commit | 70afc4887f8291e888d9f500dde76c6cbd0ddd73 (patch) | |
| tree | cc40756a23b95d928fd5638cf03e4c33c7eb35ab /docs/item_template.md | |
| parent | fe94107c92551773c886a8ea520f5edb9986c06e (diff) | |
| download | wiki-70afc4887f8291e888d9f500dde76c6cbd0ddd73.tar.gz wiki-70afc4887f8291e888d9f500dde76c6cbd0ddd73.tar.bz2 wiki-70afc4887f8291e888d9f500dde76c6cbd0ddd73.zip | |
fix: item_template bonding information
Add extra useful information for account bonding
Diffstat (limited to 'docs/item_template.md')
| -rw-r--r-- | docs/item_template.md | 6 |
1 files 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 <tr class="even"> <td><p>134217728</p></td> <td>0x08000000</td> -<td><p>Bind to Account (Also needs Quality = 7 set)</p></td> +<td><p>Bind to Account (Set Quality = 7 for the corresponding color. Might require to set Bonding = 1)</p></td> </tr> <tr class="odd"> <td><p>268435456</p></td> @@ -2356,7 +2356,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie <tr class="even"> <td><p>2147483648</p></td> <td>0x080000000</td> -<td><p>Bind on Pickup tradeable</p></td> +<td><p>Bind on Pickup tradeable (only few quest items have this flag and it doesn't seem to bind at all)</p></td> </tr> </tbody> </table> @@ -2411,7 +2411,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie <tr class="odd"> <td>131072</td> <td>0x020000</td> -<td>BNET_ACCOUNT_BOUND</td> +<td>BNET_ACCOUNT_BOUND (seems useless on 3.3.5a)</td> </tr> <tr class="even"> <td>2097152</td> |
