chucky91
Advanced OT User
What the hell prevents you from editing an item armor value?
but is changing the weight allowed?
enum:
but is changing the weight allowed?
C++:
void setIntAttr(itemAttrTypes type, int32_t value) {
enum:
C++:
enum itemAttrTypes : uint32_t {
ITEM_ATTRIBUTE_WEIGHT = 1 << 9,
ITEM_ATTRIBUTE_ARMOR = 1 << 12,
}