bkmarcos Posted March 18, 2015 Posted March 18, 2015 Good afternoon, The server becomes night, set all pvp maps, with the exception of major cities (go) Thanks! Quote
Stolao Posted March 18, 2015 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
bkmarcos Posted March 18, 2015 Author Posted March 18, 2015 the script does not contain errors, but does not work anyway, thanks Quote
Stolao Posted March 18, 2015 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
Question
bkmarcos
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.