nikita54421 Posted June 10, 2017 Group: Members Topic Count: 16 Topics Per Day: 0.01 Content Count: 31 Reputation: 0 Joined: 05/06/17 Last Seen: December 8, 2018 Share Posted June 10, 2017 Hello friends! Tell me please! Is there a way to increase Exp at night? And include pvp behind cities? As with the announcement here)) - script DayNight -1,{ end; OnClock0600: announce "Disgusting morning!",bc_blue|bc_all; day; end; OnClock2300: announce "Disgusting night!",bc_blue|bc_all; night; end; OnInit: if(gettime(3)>=6 && gettime(3)<23) end; else night; end; } Quote Link to comment Share on other sites More sharing options...
0 GiovanT Posted July 2, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 45 Reputation: 2 Joined: 07/21/16 Last Seen: March 21 Share Posted July 2, 2017 - script DayNight -1,{ OnClock0600: announce "Disgusting morning!",bc_blue|bc_all; day; setbattleflag "base_exp_rate", .bexp_rate*100; end; OnClock2300: announce "Disgusting night!",bc_blue|bc_all; night; setbattleflag "base_exp_rate", .bexp_rate*100 * 2; end; OnInit: set .bexp_rate, 300; //Change that 300 to your server exp rate if(gettime(3)>=6 && gettime(3)<23) end; else night; end; } try that 1 Quote Link to comment Share on other sites More sharing options...
Question
nikita54421
Hello friends!
Tell me please! Is there a way to increase Exp at night? And include pvp behind cities?
As with the announcement here))
Link to comment
Share on other sites
1 answer 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.