Jump to content

Recommended Posts

Go to -> uiMiniMap.py from root
 

EDIT from:
 

	def UpdateCurrentChannel(self, channelID):
		(serverName, channelName) = net.GetServerInfo().split(",")
		channelName = TextColor("CH-{}".format(channelID), "FFFFFF")
		net.SetServerInfo("{},{}".format(serverName.strip(), channelName))
		if self.serverInfo:
			self.serverInfo.SetText(net.GetServerInfo())

to

	def UpdateCurrentChannel(self, channelID):
		(serverName, channelName) = net.GetServerInfo().split(",")
		if channelID == 99:
			channelName = TextColor("Global", "FFFFFF")
		else:
			channelName = TextColor("CH-{}".format(channelID), "FFFFFF")
		net.SetServerInfo("{},{}".format(serverName.strip(), channelName))
		if self.serverInfo:
			self.serverInfo.SetText(net.GetServerInfo())

 

Edited by Donis
  • Metin2 Dev 1
  • Eyes 1
  • Smile Tear 5
Link to comment
https://metin2.dev/topic/32973-how-to-change-name-from-ch-99-to-global/
Share on other sites

  • 2 weeks later...

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.