bkmarcos Posted March 18, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 11/07/13 Last Seen: November 23, 2024 Share Posted March 18, 2015 Good afternoon, The server becomes night, set all pvp maps, with the exception of major cities (go) Thanks! Quote Link to comment Share on other sites More sharing options...
Stolao Posted March 18, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Yesterday at 01:58 PM Share Posted March 18, 2015 here is a simple script to change server to pk and off pk during day and night (it checks every 30 mins) id recommend having a script that controls day/night cycle along with pk mode though - script Pk_Night -1,{ OnMinute01: OnMinute31: if(isnight()){ setbattleflag( "pk_mode",1); } else { setbattleflag( "pk_mode",0); } } Quote Link to comment Share on other sites More sharing options...
bkmarcos Posted March 18, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 11/07/13 Last Seen: November 23, 2024 Author Share Posted March 18, 2015 the script does not contain errors, but does not work anyway, thanks Quote Link to comment Share on other sites More sharing options...
Stolao Posted March 18, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Yesterday at 01:58 PM Share Posted March 18, 2015 the script does not contain errors, but does not work anyway, thanks - script Pk_Night -1,{ OnMinute01: OnMinute31: if(isnight()){ setbattleflag( "pk_mode",1); } else { setbattleflag( "pk_mode",0); } atcommand "@reloadbattleconf"; } forgot to reload conf sorry, also if you tell me your day night settings i can make it more fluid Quote Link to comment Share on other sites More sharing options...
Question
bkmarcos
Link to comment
Share on other sites
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.