From 1ed693b90c4d45040ae9d9a96e652b1e035633c0 Mon Sep 17 00:00:00 2001 From: Barbz Date: Sun, 19 May 2019 19:00:03 +0200 Subject: feat: Small precision for "unique equipped" flag --- docs/item_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/item_template.md b/docs/item_template.md index de30957..1bbd338 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -2296,7 +2296,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie

524288

0x080000 -

Unique equipped (player can only have one equipped at the same time)

+

Unique equipped (player can only have one equipped at the same time but as many as he wants in his bags)

1048576 @@ -2321,17 +2321,17 @@ Bitmask field that contains flags that the item has on it. As all other such fie 16777216 0x01000000 - UNK10 +UNK10 54432 0x02000000 - Profession recipes: can only be looted if you meet requirements and don't already know it +Profession recipes: can only be looted if you meet requirements and don't already know it 67108864 0x04000000 - Item cannot be used in arena +Item cannot be used in arena

134217728

@@ -2351,7 +2351,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie 1073741824 0x040000000 - UNK11 +UNK11

2147483648

-- cgit From 741bd5fb3e1356daf3595577e1694ba79bcb0545 Mon Sep 17 00:00:00 2001 From: Barbz Date: Sun, 19 May 2019 19:03:54 +0200 Subject: Update item_template.md --- docs/item_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/item_template.md b/docs/item_template.md index 1bbd338..818d996 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -2236,7 +2236,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie 128 0x080 -No default 30 seconds cooldown when equipped +No default 30 seconds cooldown when equipped (for "On use" items) 256 -- cgit From 1ac288c33eb8127e17907f60948a64cfe9f21ad8 Mon Sep 17 00:00:00 2001 From: Barbz Date: Sun, 19 May 2019 19:15:30 +0200 Subject: Update item_template.md --- docs/item_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/item_template.md b/docs/item_template.md index 818d996..3919ee0 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -2296,7 +2296,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie

524288

0x080000 -

Unique equipped (player can only have one equipped at the same time but as many as he wants in his bags)

+

Unique equipped (player can only have one equipped at the same time but as many as he wants in his bags, if maxcount = 1, it will still display Unique-Equipped)

1048576 -- cgit From e4cbfc4526157df83d911ec509d5e2893ccfe0a1 Mon Sep 17 00:00:00 2001 From: Barbz Date: Sun, 19 May 2019 19:15:54 +0200 Subject: Update item_template.md --- docs/item_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/item_template.md b/docs/item_template.md index 3919ee0..0d26d51 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -2296,7 +2296,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie

524288

0x080000 -

Unique equipped (player can only have one equipped at the same time but as many as he wants in his bags, if maxcount = 1, it will still display Unique-Equipped)

+

Unique equipped (player can only have one equipped at the same time but as many as he wants in his bags, if maxcount = 1, it will still display Unique-Equipped)

1048576 -- cgit