Profile Posted September 23, 2017 Posted September 23, 2017 Hi, I'm currently using Euphys Woe controller and I would like to know if it is possible to add 2 hour sessions? I'm trying to create a session which starts at 22:00 and ends at 00:00, but there is no 00:00 at the end time options. Anyone? Quote
0 crazyarashi Posted September 23, 2017 Posted September 23, 2017 You can add 2hours WOE in Euphy's WOE Controller, but the maximum time for WOE is until 23:00 Only or 11PM Because 00:00 or 12AM is a start of another day. If you want to add 2 hours WOE you can set the WOE to start at 21:00 or less Quote
0 Profile Posted September 23, 2017 Author Posted September 23, 2017 (edited) That I understand. But it isn't possible in any way to modify the script so that it is possible to have 2 hours woe starting at 22:00 and ending at 00:00? This is what I want and have already told my players I would do so. However, I didn't know that the controller didn't suport such feature. If I change this original code: for(set .@i,0; .@i<23; set .@i,.@i+1) set .@menu$, .@menu$+" ~ "+Add_Zero(.@i,1)+":"; set .@Start, select(.@menu$)-1; mes "[New Session]"; mes "Select an end time for ^0055FF"+.Days$[.@Day]+"^000000."; next; set .@menu$,""; for(set .@i,.@Start+1; .@i<24; set.@i,.@i+1) set .@menu$, .@menu$+" ~ "+Add_Zero(.@i,1)+":"; set .@End, select(.@menu$)+.@Start; for(set .@i,0; .@i<.Size; set .@i,.@i+4) To this: for(set .@i,0; .@i<23; set .@i,.@i+1) set .@menu$, .@menu$+" ~ "+Add_Zero(.@i,1)+":"; set .@Start, select(.@menu$)-1; mes "[New Session]"; mes "Select an end time for ^0055FF"+.Days$[.@Day]+"^000000."; next; set .@menu$,""; for(set .@i,.@Start+1; .@i<25; set.@i,.@i+1) set .@menu$, .@menu$+" ~ "+Add_Zero(.@i,1)+":"; set .@End, select(.@menu$)+.@Start; for(set .@i,0; .@i<.Size; set .@i,.@i+4) Should it work fine? On the NPC it displays end time for 24:00... However, I think this might bug out somewhere. Nobody? sorry to bump Edited September 23, 2017 by Profile Quote
0 DevilingKing Posted April 10, 2020 Posted April 10, 2020 (edited) sir how to add to npc 2300 to 2400 Quote https://ibb.co/gPRQ4n7 Edited April 10, 2020 by rizal Quote
Question
Profile
Hi, I'm currently using Euphys Woe controller and I would like to know if it is possible to add 2 hour sessions?
I'm trying to create a session which starts at 22:00 and ends at 00:00, but there is no 00:00 at the end time options.
Anyone?
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.