How to Change Secret Room Open Time?

04/17/2017 17:22 justcallmeidol09#1
Hi! Sorry for asking too many questions^^ i have to ask again, How can i change the Secret room Open time?
i want to make it start Every Day, but sadly it starts only every sunday
Code:
OpenTime			= 	"Sun 17:00"
2nd. How can i chnge the Secret Room Reward? instead of Taxes how can i change it into some Items?


3rd Question How can i make Event Reward items tradable? or how can i remove the event reward?

please help thanks in advance :)
04/18/2017 08:39 -Venom'#2
[Only registered and activated users can see links. Click Here To Register...]
04/19/2017 20:36 FlyingDude#3
6 II_SYS_SYS_SCR_RECCURENCE IDS_PROPITEM_TXT_004670 1 9999 IK1_CHARGED IK2_SYSTEM IK3_SCROLL = = 1 = 25000000 = = = = = = = 0 = = 1 1 1 1 1 = = = = _NONE 0 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = XI_SYS_EXCHAN01 = = = = = = WUI_NOW = = = = = = = = = 0 0 0 0 0 1 = = = = = = = = = = = = = = = = """Itm_SysSysScrReccur.dds""" 0 """""" IDS_PROPITEM_TXT_004671


= = Normal
1 = Event-ITEM
2 = Nondeleteable Event Item
04/21/2017 15:20 justcallmeidol09#4
Quote:
Originally Posted by FlyingDude View Post
6 II_SYS_SYS_SCR_RECCURENCE IDS_PROPITEM_TXT_004670 1 9999 IK1_CHARGED IK2_SYSTEM IK3_SCROLL = = 1 = 25000000 = = = = = = = 0 = = 1 1 1 1 1 = = = = _NONE 0 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = XI_SYS_EXCHAN01 = = = = = = WUI_NOW = = = = = = = = = 0 0 0 0 0 1 = = = = = = = = = = = = = = = = """Itm_SysSysScrReccur.dds""" 0 """""" IDS_PROPITEM_TXT_004671


= = Normal
1 = Event-ITEM
2 = Nondeleteable Event Item
to mine its
Code:
1000	=	=	0	0	0	0	0	0
still not tradable that happens when i buy the Set box to the exchanger. and i open, then it becomes Event Reward.
But if i create the Set box via /createitem command and open the box it's not Even Reward :/ ..
04/22/2017 19:02 Zeljian#5
if you want to start everyday you need to do this
OpenTime = "Sun 17:00"
OpenTime = "Mon 17:00"
OpenTime = "Tue 17:00"
OpenTime = "Wed 17:00"
OpenTime = "Thu 17:00"
OpenTime = "Fri 17:00"
OpenTime = "Sat 17:00"