Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tutorial] Changing System Message In-Game.

Joined
May 18, 2013
Messages
852
Reaction score
323
In WarZ.SLN Search for
Code:
else
	{
		addChatMessage(0,"<SYSTEM>","You have joined officials server",0);
	}

And replace it to something like this (This is my message) :)

Code:
else
	{
		addChatMessage(0,"<SERVER>","You have joined officials server. Bandit Ai will roam around the map randomly. Be warned.. Look at your map in-order to see where their camps are.",0);
	}

I know this is the easiest thing ever, but some people are noobs, and didn't know this, LOL
 
Newbie Spellweaver
Joined
Apr 15, 2013
Messages
5
Reaction score
1
Re: [Snippet] Changing System Message In-Game.

thanks for sharing, mate!
 
Junior Spellweaver
Joined
Sep 29, 2008
Messages
115
Reaction score
57
Re: [Snippet] Changing System Message In-Game.

and to post various messages in chat as I do?

the kind that kill random message

sorry for the google translator
 
Last edited:
Junior Spellweaver
Joined
Jan 6, 2014
Messages
175
Reaction score
7
Re: [Snippet] Changing System Message In-Game.

Some people don;t even know how to copy and paste.

Too much people don't know that, ahah.

Btw, dude, you know how to put that auto-message in the chat? Something like, every 5 minutes say it in the game-chat: "<SYSTEM>Welcome!".
 
Joined
Oct 22, 2013
Messages
422
Reaction score
176
Re: [Snippet] Changing System Message In-Game.

Too much people don't know that, ahah.

Btw, dude, you know how to put that auto-message in the chat? Something like, every 5 minutes say it in the game-chat: "<SYSTEM>Welcome!".
look at the hunz src for that ;)
 
Junior Spellweaver
Joined
Jan 6, 2014
Messages
175
Reaction score
7
Re: [Snippet] Changing System Message In-Game.

look at the hunz src for that ;)

Okay! Thanks, but... HunZ src still here? (RZ)



I guess, it wouldn't.

I ONLY found this: http://forum.ragezone.com/f790/release-hunz-server-source-release-1013775/
 
01001100 01000011 01000011 01000010
Loyal Member
Joined
Apr 23, 2013
Messages
1,173
Reaction score
1,916
Re: [Snippet] Changing System Message In-Game.

Thank You =)

but as I put in color?

tJlCqf5 - [Tutorial] Changing System Message In-Game. - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top