Frozek Posted January 26 Share Posted January 26 Hello guys, as you all know the pattern of some instances are to reset after a certain time, I would like to leave it and fixed reset to 00:00 hours, I don't want to change anything in the instances just the time it will reset. Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted March 6 Share Posted March 6 - script sample -1,{ OnInit: setarray .map$, "prontera", "izlude"; .map_size = getarraysize(.map$); end; OnHour00: for ([email protected] = 0; [email protected] < .map_size; [email protected]++) { [email protected] = instance_list(.map$[[email protected]]); for ([email protected] = 0; [email protected] < [email protected]; [email protected]++) { instance_announce [email protected]_list[[email protected]], "<SYSTEM> Instance are destroyed upon reached 12AM everyday.", bc_map; instance_destroy [email protected]_list[[email protected]]); } } end; } required the Pull: 5112 mentioned above. 1 Quote Link to comment Share on other sites More sharing options...
0 Fluxion Posted February 13 Share Posted February 13 Maybe this can help you https://github.com/rathena/rathena/pull/5112 Quote Link to comment Share on other sites More sharing options...
0 Frozek Posted March 16 Author Share Posted March 16 thank you everyone Quote Link to comment Share on other sites More sharing options...
Hello guys, as you all know the pattern of some instances are to reset after a certain time, I would like to leave it and fixed reset to 00:00 hours, I don't want to change anything in the instances just the time it will reset.
Link to comment
Share on other sites