chromus28 Posted July 20, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Share Posted July 20, 2013 Hi Team rAthena, Im here again >.< can u please help me about setting my woe setter? It set for 1hour woe only but i want to make it 2hours //convert timestamps to readable format for(set .@i, 0; .@i < .num_woes; set .@i, .@i + 1) { set .@hrs, .woe_0[.@i] / 3600; set .@mins, .woe_0[.@i] % 3600 / 60; set .@output$, ((.@hrs % 12)?.@hrs%12:12) + ":" + ((.@mins < 10)?"0"+.@mins:.@mins) + " " + ((.@hrs > 12)?"PM":"AM"); set .woe_0_str$[.@i], .@output$; set .@hrs, .woe_1[.@i] / 3600; set .@mins, .woe_1[.@i] % 3600 / 60; set .@output$, ((.@hrs % 12)?.@hrs%12:12) + ":" + ((.@mins < 10)?"0"+.@mins:.@mins) + " " + ((.@hrs > 12)?"PM":"AM"); set .woe_1_str$[.@i], .@output$; } i make the 3600 time into 7200 but it change at 30mins lol...please help >.< Quote Link to comment Share on other sites More sharing options...
LatSo Posted July 20, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Share Posted July 20, 2013 you made this script or you are using pre-made WOE setter? Quote Link to comment Share on other sites More sharing options...
chromus28 Posted July 20, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share Posted July 20, 2013 pre-made i think... i dont really know may dev put this woe setter my* Quote Link to comment Share on other sites More sharing options...
Patskie Posted July 20, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 6 hours ago Share Posted July 20, 2013 You can try euphy woe controller trunk/npc/custom/woe_controller.txt Quote Link to comment Share on other sites More sharing options...
chromus28 Posted July 20, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share Posted July 20, 2013 Ok i will try thanks for the help >.< thanks for the fast reply >.< Quote Link to comment Share on other sites More sharing options...
Capuche Posted July 20, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 20, 2013 The script you gave us is only used to display the time, you can't set the woe timer with this Quote Link to comment Share on other sites More sharing options...
Question
chromus28
Hi Team rAthena,
Im here again >.< can u please help me about setting my woe setter?
It set for 1hour woe only but i want to make it 2hours
i make the 3600 time into 7200 but it change at 30mins lol...please help >.<
Link to comment
Share on other sites
5 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.