all stone tables 20 unit i want to make
like this;
![]()
all stone tables 20 unit i want to make
like this;
![]()
So you want to increase the maxstack amount of the stones ?
yes but it is very difficult to single Do you have multiple code ?
With this query you find all attr and magicstones.
Please check before you change it to update query.
PHP Code:select MaxStack,CodeName128 from _RefObjCommon as com
LEFT JOIN _RefObjItem as item ON com.Link = item.ID
where com.Service = 1
AND (com.CodeName128 like '%ITEM_ETC_ARCHEMY_ATTRSTONE%' or com.CodeName128 like '%ITEM_ETC_ARCHEMY_MAGICSTONE%')