Jump to content

Question

4 answers to this question

Recommended Posts

  • 1
Posted
// conf/battle/misc.conf#L65

Actual -> night_at_start: no
Alter -> night_at_start: yes


// conf/battle/misc.conf#L75

Actual -> night_duration: 0
Keep at 0, but if there is still a change to day mode for some reason, change this value 0 to 86400000.

 

  • Upvote 1
  • 0
Posted
23 minutes ago, dev LOOLP said:

// conf/battle/misc.conf#L65

Actual -> night_at_start: no
Alter -> night_at_start: yes


// conf/battle/misc.conf#L75

Actual -> night_duration: 0
Keep at 0, but if there is still a change to day mode for some reason, change this value 0 to 86400000.

 

Thank you my friend!

  • 0
Posted
-	script	night_mode_on	-1,{
	OnInit:
		setbattleflag("night_at_start", 0);
		setbattleflag("night_at_start", 0);
		setbattleflag("night_duration", 0);
		night;
		end;
}

now your server will always stay in night mode.

  • Upvote 1
  • 0
Posted
On 1/18/2020 at 9:46 AM, Emistry said:

-	script	night_mode_on	-1,{
	OnInit:
		setbattleflag("night_at_start", 0);
		setbattleflag("night_at_start", 0);
		setbattleflag("night_duration", 0);
		night;
		end;
}

now your server will always stay in night mode.

Thanks my friend, work very well

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...