Duration Item time Bug

05/21/2021 07:01 Hikari Kuina#1
Hi does anyone know what function to fix this duration problem. The problem is when I set the time duration(dwSkillTime) in minutes inside of spec_item.txt as shown in the image 1 I attached. When testing it in game the duration bug occurred as show in image 2. Thank you :handsdown:

05/21/2021 15:40 Nιgнтмαяε#2
Since this is for a set piece then you should just box the items.

Like this
Code:
PackItem	II_SYS_SYS_SCR_BXMDARKVADER7	10080
{
	II_ARM_M_CHR_DARKVADER01HAT	0	1
	II_ARM_M_CHR_DARKVADER01SUIT	0	1
	II_ARM_M_CHR_DARKVADER01GLOVES	0	1
	II_ARM_M_CHR_DARKVADER01SHOES	0	1
	II_ARM_S_CLO_CLO_DARKVADER	0	1
}
This is a 7 day dark vader set.
05/21/2021 22:36 Hikari Kuina#3
Is there a way to fix it? I am planning to use an exchange with item duration and I like to show the Item icon rather than the box icon in the exchange app menu. Thank you for the reply appreciate it a lot.