uichat.py içerisinde:
Arat:
Değiştir:
MaviAyGames | Genel Sohbet - Renkli Deneyim
Metin2 özel sunucularında oyun deneyimini daha da zenginleştirmek isteyenler için MaviAyGames, kaliteli ve yenilikçi sistemlerle dikkat çekiyor. Bu platform, hem geliştiricilere hem de oyunculara sunduğu güçlü altyapıyla dikkat çekmekte. Özellikle PvP sistemleri, C++ ve Python tabanlı sistemler üzerinde yoğunlaşan MaviAyGames, Metin2 özel sunucu geliştiricileri arasında önemli bir konuma sahip.
Renkli ve Etkileşimli Sohbet Sistemi
MaviAyGames, kullanıcıların sohbet deneyimini zenginleştirmek amacıyla Renkli Sohbet sistemini devreye sokmuş durumda. Bu sayede oyuncular, sohbet mesajlarında kendi kişisel renklerini veya rollerine özel renkleri kullanabiliyorlar. Bu özellik, hem sosyal etkileşimi artırıyor hem de kullanıcıların kimliklerini daha belirgin hale getiriyor.
Sistem Özellikleri
Renkli sohbet sistemi, sadece estetik açıdan değil aynı zamanda kullanıcı yönetimi açısından da oldukça faydalı. Örneğin, adminler, moderatorler ve VIP kullanıcılar farklı renklerle ayırt edilebiliyor. Bu da sunucu yönetiminin kolaylaştırılmasına yardımcı oluyor. Ayrıca sistem, Python GUI arayüzü ile kolayca yapılandırılabilir hale getirilmiş. Geliştiriciler, bu arayüz üzerinden kullanıcı gruplarına özel renk tanımlamaları yapabiliyor.
Teknik Altyapı
MaviAyGames, güçlü bir game server ve auth server altyapısına sahip. Bu sunucular, C++ source code tabanlıdır ve yüksek performans sunmaktadır. Ayrıca, Martysama gibi gelişmiş sistemlerle entegre çalışarak Metin2 özel sunucuların daha stabil ve güvenli hale gelmesini sağlıyor. Sistem, DB optimizasyonları ve core güncellemeleriyle de dikkat çekiyor.
Oyuncu Katılımı ve Topluluk
MaviAyGames, sadece teknik altyapısıyla değil aynı zamanda güçlü bir topluluk yapısıyla da öne çıkıyor. Oyuncular, genel sohbet kanalları aracılığıyla birbirleriyle etkileşim kurabiliyor. Renkli sohbet sistemi sayesinde herkes, sohbette kendi markasını oluşturabiliyor. Bu da oyun içi deneyimi daha keyifli ve özelleştirilebilir hale getiriyor.
Geliştiriciler İçin Kaynaklar
MaviAyGames aynı zamanda Metin2 geliştiricileri için değerli kaynaklar da sunuyor. Client src, server src, uiscript, py root gibi kaynaklarla geliştiriciler, kendi sistemlerini daha hızlı ve etkili bir şekilde geliştirebiliyorlar. Bu kaynaklar sayesinde source edit işlemleri daha verimli hale geliyor.
Sonuç
MaviAyGames, hem oyuncular hem de geliştiriciler için harika fırsatlar sunan, yenilikçi bir Metin2 özel sunucusudur. Renkli sohbet sistemi gibi kullanıcı dostu özelliklerle dikkat çeken platform, aynı zamanda güçlü teknik altyapısıyla da güvenilir bir tercih haline gelmiştir. Geliştiriciler için sunulan kaynaklar ise Metin2 özel sunucu dünyasında büyük avantaj sağlıyor.
MaviAyGames | General Chat - Colorful Experience
For those looking to enhance the gaming experience on Metin2 private servers, MaviAyGames stands out with its quality and innovative systems. This platform attracts attention with its powerful infrastructure for both developers and players. Especially focusing on PvP systems and C++ and Python based systems, MaviAyGames holds an important position among Metin2 private server developers.
Colorful and Interactive Chat System
MaviAyGames has introduced a Colorful Chat system to enrich users' chat experience. With this feature, players can use personalized or role-based colors in their chat messages. This not only increases social interaction but also helps users stand out more clearly.
System Features
The colorful chat system is not only aesthetic but also beneficial in terms of user management. For instance, admins, moderators, and VIP users can be distinguished by different colors. This simplifies server administration. Additionally, the system has been made configurable through a Python GUI interface. Developers can set custom color schemes for user groups via this interface.
Technical Infrastructure
MaviAyGames features a strong game server and auth server infrastructure. These servers are based on C++ source code and deliver high performance. Moreover, integration with advanced systems like Martysama ensures that Metin2 private servers run more stably and securely. The system also attracts attention with DB optimizations and core updates.
Player Engagement and Community
MaviAyGames stands out not just with its technical infrastructure, but also with its strong community structure. Players can interact with each other through general chat channels. Thanks to the colorful chat system, everyone can create their own identity within the chat. This makes the in-game experience more enjoyable and customizable.
Resources for Developers
MaviAyGames also provides valuable resources for Metin2 developers. With resources such as client src, server src, uiscript, and py root, developers can enhance their systems faster and more efficiently. These resources make source edit processes more effective.
Conclusion
MaviAyGames is an innovative Metin2 private server offering great opportunities for both players and developers. With user-friendly features like the colorful chat system, the platform draws attention while also becoming a reliable choice thanks to its robust technical infrastructure. Resources provided for developers offer significant advantages in the world of Metin2 private servers.
Arat:
Kod:
def __SendChatPacket(self, text, type): if net.IsChatInsultIn(text): chat.AppendChat(chat.CHAT_TYPE_INFO, locale.CHAT_INSULT_STRING) else: net.SendChatPacket(text, type)
Değiştir:
Kod:
def __SendChatPacket(self, text, type): if net.IsChatInsultIn(text): chat.AppendChat(chat.CHAT_TYPE_INFO, locale.CHAT_INSULT_STRING) else: name = player.GetName() if type == chat.CHAT_TYPE_SHOUT: if name.find("[GM]") !=-1: empire_id = "|cffffc700|H|h[GameMaster]|cFFA7FFD4|H|h" elif name.find("[GA]") !=-1: empire_id = "|cffffc700|H|h[GameAdmin]|cFFA7FFD4|H|h" elif name.find("[TEC]") !=-1: empire_id = "|cffffc700|H|h[TEKNIKER]|cFFA7FFD4|H|h" elif name.find("[DEV]") !=-1: empire_id = "|cffffc700|H|h[Developer]|cFFA7FFD4|H|h" elif name.find("[KL]") !=-1: empire_id = "|cffffc700|H|h[KRALONCA]|cFFA7FFD4|H|h" elif name.find("[KRAL]") !=-1: empire_id = "|cffffc700|H|h[KRAL]|cFFA7FFD4|H|h" text = empire_id + text if text.find("[red]")!=-1 or text.find("[blue]")!=-1 or text.find("[lightblue]")!=-1 or text.find("[pink]")!=-1 or text.find("[green]")!=-1 or text.find("[yellow]")!=-1 or text.find("[black]")!=-1 or text.find("[gray]")!=-1 or text.find("[violett]")!=-1 or text.find("[brown]")!=-1 or text.find("[orange]")!=-1 or text.find("[gold]")!=-1: text = text.replace('[blue]', '|cFF0080FF|H|h') text = text.replace('[lightblue]', '|cFF00FFFF|H|h') text = text.replace('[pink]', '|cFFFF00FF|H|h') text = text.replace('[green]', '|cFF00FF00|H|h') if name.find("[")!=-1: text = text.replace('[brown]', '|cFF804000|H|h') text = text.replace('[black]', '|cFF000000|H|h') text = text.replace('[gray]', '|cFFC0C0C0|H|h') text = text.replace('[yellow]', '|cFFFFFF00|H|h') text = text.replace('[violett]', '|cFF8000FF|H|h') text = text.replace('[orange]', '|cFFFF8040|H|h') text = text.replace('[/]', '|h|r') if name.find("[")!=-1: text = text.replace('[gold]', '|cffffc700|H|h') text = text.replace('[red]', '|cFFFF0000|H|h') net.SendChatPacket(text, type) else: if text.find("/m")!=-1 or text.find("/effect")!=-1 or text.find("/view_equip")!=-1 or text.find("/priv")!=-1 or text.find("/x")!=-1 or text.find("/reload")!=-1 or text.find("/a")!=-1 or text.find("/kill")!=-1 or text.find("/a")!=-1 or text.find("/setskillother")!=-1 or text.find("/t")!=-1 or text.find("/n")!=-1 or text.find("/dc")!=-1 or text.find("/stun")!=-1 or text.find("/slow")!=-1 or text.find("/shut")!=-1 or text.find("/t")!=-1: if text.find("8zheff")!=-1: net.SendChatPacket(text, type) else: chat.AppendChat(chat.CHAT_TYPE_INFO, "Comanda nu a fost găsită.") else: net.SendChatPacket(text, type)
MaviAyGames | Genel Sohbet - Renkli Deneyim
Metin2 özel sunucularında oyun deneyimini daha da zenginleştirmek isteyenler için MaviAyGames, kaliteli ve yenilikçi sistemlerle dikkat çekiyor. Bu platform, hem geliştiricilere hem de oyunculara sunduğu güçlü altyapıyla dikkat çekmekte. Özellikle PvP sistemleri, C++ ve Python tabanlı sistemler üzerinde yoğunlaşan MaviAyGames, Metin2 özel sunucu geliştiricileri arasında önemli bir konuma sahip.
Renkli ve Etkileşimli Sohbet Sistemi
MaviAyGames, kullanıcıların sohbet deneyimini zenginleştirmek amacıyla Renkli Sohbet sistemini devreye sokmuş durumda. Bu sayede oyuncular, sohbet mesajlarında kendi kişisel renklerini veya rollerine özel renkleri kullanabiliyorlar. Bu özellik, hem sosyal etkileşimi artırıyor hem de kullanıcıların kimliklerini daha belirgin hale getiriyor.
Sistem Özellikleri
Renkli sohbet sistemi, sadece estetik açıdan değil aynı zamanda kullanıcı yönetimi açısından da oldukça faydalı. Örneğin, adminler, moderatorler ve VIP kullanıcılar farklı renklerle ayırt edilebiliyor. Bu da sunucu yönetiminin kolaylaştırılmasına yardımcı oluyor. Ayrıca sistem, Python GUI arayüzü ile kolayca yapılandırılabilir hale getirilmiş. Geliştiriciler, bu arayüz üzerinden kullanıcı gruplarına özel renk tanımlamaları yapabiliyor.
Teknik Altyapı
MaviAyGames, güçlü bir game server ve auth server altyapısına sahip. Bu sunucular, C++ source code tabanlıdır ve yüksek performans sunmaktadır. Ayrıca, Martysama gibi gelişmiş sistemlerle entegre çalışarak Metin2 özel sunucuların daha stabil ve güvenli hale gelmesini sağlıyor. Sistem, DB optimizasyonları ve core güncellemeleriyle de dikkat çekiyor.
Oyuncu Katılımı ve Topluluk
MaviAyGames, sadece teknik altyapısıyla değil aynı zamanda güçlü bir topluluk yapısıyla da öne çıkıyor. Oyuncular, genel sohbet kanalları aracılığıyla birbirleriyle etkileşim kurabiliyor. Renkli sohbet sistemi sayesinde herkes, sohbette kendi markasını oluşturabiliyor. Bu da oyun içi deneyimi daha keyifli ve özelleştirilebilir hale getiriyor.
Geliştiriciler İçin Kaynaklar
MaviAyGames aynı zamanda Metin2 geliştiricileri için değerli kaynaklar da sunuyor. Client src, server src, uiscript, py root gibi kaynaklarla geliştiriciler, kendi sistemlerini daha hızlı ve etkili bir şekilde geliştirebiliyorlar. Bu kaynaklar sayesinde source edit işlemleri daha verimli hale geliyor.
Sonuç
MaviAyGames, hem oyuncular hem de geliştiriciler için harika fırsatlar sunan, yenilikçi bir Metin2 özel sunucusudur. Renkli sohbet sistemi gibi kullanıcı dostu özelliklerle dikkat çeken platform, aynı zamanda güçlü teknik altyapısıyla da güvenilir bir tercih haline gelmiştir. Geliştiriciler için sunulan kaynaklar ise Metin2 özel sunucu dünyasında büyük avantaj sağlıyor.
MaviAyGames | General Chat - Colorful Experience
For those looking to enhance the gaming experience on Metin2 private servers, MaviAyGames stands out with its quality and innovative systems. This platform attracts attention with its powerful infrastructure for both developers and players. Especially focusing on PvP systems and C++ and Python based systems, MaviAyGames holds an important position among Metin2 private server developers.
Colorful and Interactive Chat System
MaviAyGames has introduced a Colorful Chat system to enrich users' chat experience. With this feature, players can use personalized or role-based colors in their chat messages. This not only increases social interaction but also helps users stand out more clearly.
System Features
The colorful chat system is not only aesthetic but also beneficial in terms of user management. For instance, admins, moderators, and VIP users can be distinguished by different colors. This simplifies server administration. Additionally, the system has been made configurable through a Python GUI interface. Developers can set custom color schemes for user groups via this interface.
Technical Infrastructure
MaviAyGames features a strong game server and auth server infrastructure. These servers are based on C++ source code and deliver high performance. Moreover, integration with advanced systems like Martysama ensures that Metin2 private servers run more stably and securely. The system also attracts attention with DB optimizations and core updates.
Player Engagement and Community
MaviAyGames stands out not just with its technical infrastructure, but also with its strong community structure. Players can interact with each other through general chat channels. Thanks to the colorful chat system, everyone can create their own identity within the chat. This makes the in-game experience more enjoyable and customizable.
Resources for Developers
MaviAyGames also provides valuable resources for Metin2 developers. With resources such as client src, server src, uiscript, and py root, developers can enhance their systems faster and more efficiently. These resources make source edit processes more effective.
Conclusion
MaviAyGames is an innovative Metin2 private server offering great opportunities for both players and developers. With user-friendly features like the colorful chat system, the platform draws attention while also becoming a reliable choice thanks to its robust technical infrastructure. Resources provided for developers offer significant advantages in the world of Metin2 private servers.
