You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assigning attributes to item then unequipping (and probably trading) said item would lose attributes. This is due to the fact that unequipping items and trading transfer the item to new container using
Attributes should carry over when creating the new item and adding to new container. Possibly send the item object itself then when creating new item use
Current Behavior
Assigning attributes to item then unequipping (and probably trading) said item would lose attributes. This is due to the fact that unequipping items and trading transfer the item to new container using
rsmod/game/src/main/kotlin/gg/rsmod/game/model/container/ItemContainer.kt
Line 213 in 8cd9240
which only retains item id and amount.
Expected Behavior
Attributes should carry over when creating the new item and adding to new container. Possibly send the item object itself then when creating new item use
rsmod/game/src/main/kotlin/gg/rsmod/game/model/item/Item.kt
Line 65 in 266684c
Steps to Reproduce the Problem
The text was updated successfully, but these errors were encountered: