|
Message Status:
|
This message's status is Public Draft. The contents of this page may be incomplete or incorrect,
and your comments and contributions are requested.
|
Message ID: |
0x1E |
Message Name: |
D2GS_SETWORDATTR
|
Direction: |
Server -> Client (Received) |
Used By: |
Diablo II, Diablo II LOD |
Format: Help
Hint: Field names highlighted in blue will display a definition if you hover over the text. |
(BYTE) Attribute
(WORD) Amount |
Remarks: |
Sets the current (base) amount of the specified attribute.
Note: Since these are only base amounts, items that give increase/decrease the attribute should be added/subtracted to/from the base value sent in the message.
For attributes, see D2GS_SETBYTEATTR |
|
Please note: This message's official name is not known, and has been invented. |
Related Links: |
[S>0x1D] D2GS_SETBYTEATTR
|
|
Printable Version
|
User Comments:
Posted by Ringo on 09/09/05 08:07 |
If (Data, 3, 1) = &H0 And (Data, 4, 1) not &H0 Then
' BYTE
WAtri = Asc(MID(Data, 4, 1))
Else
' WORD
WAtri = Buf.GetWORD(MID(Data, 3, 2))
End If
Edited by ringo on 09/09/05 08:08
Edited by ringo on 09/09/05 08:08
Edited by ringo on 09/09/05 08:09
|
#322 |
|
|
|