منظمة قانون التطور - Evolution Law Organization
موضوع بعنوان :[نظام]ايقونة لهمس الجي ام
الكاتب :NaNOo


السلام عليكم شباب
كبفكم ان شاء الله تمام
اليوم حبيت اقدملكم ايقونة خاصة لهمس الجي ام
p_1708kxpro1
زي ما تشوفوا
منقول من https://forum.turkmmo.com/
المهم نبدا في التركيب
ـــــــــــــــــــــــــــــــــــــــ
1.نفتح مجلد root
نفتح ورقة 
 interfacemodule 

نبحث عن 
     def __MakeWhisperButton(self, name): 

نستبدله ب
     def __MakeWhisperButton(self, name):
        whisperButton = uiWhisper.WhisperButton()
        if self.IsGameMasterName(name): # Neue GM-Icon
            whisperButton.SetUpVisual("d:/ymir work/ui/game/windows/gm_logo.tga")
            whisperButton.SetOverVisual("d:/ymir work/ui/game/windows/gm_logo.tga")
            whisperButton.SetDownVisual("d:/ymir work/ui/game/windows/gm_logo.tga")
            whisperButton.SetToolTipTextWithColor(name, 0xffffa200)
        elif name == "[Switchbot]": # So kannst du z.b. [CYN3] oder [Switchbot] abfragen und eine neue Icon zuweisen.
            whisperButton.SetUpVisual("d:/ymir work/ui/game/windows/switchbot_icon.tga")
            whisperButton.SetOverVisual("d:/ymir work/ui/game/windows/switchbot_icon.tga")
            whisperButton.SetDownVisual("d:/ymir work/ui/game/windows/switchbot_icon.tga")
            whisperButton.SetToolTipTextWithColor(name, 0xff7fff00)
        else: # Default
            whisperButton.SetUpVisual("d:/ymir work/ui/game/windows/btn_mail_up.sub")
            whisperButton.SetOverVisual("d:/ymir work/ui/game/windows/btn_mail_up.sub")
            whisperButton.SetDownVisual("d:/ymir work/ui/game/windows/btn_mail_up.sub")
            whisperButton.SetToolTipText(name)
        whisperButton.ToolTipText.SetHorizontalAlignCenter()
        whisperButton.SetEvent(ui.__mem_func__(self.ShowWhisperDialog), whisperButton)
        whisperButton.Show()
        whisperButton.name = name

        self.whisperButtonList.insert(0, whisperButton)
        self.__ArrangeWhisperButton()

        return whisperButton

كذا خلصنا تقريبا باقي بس الايقونات
هذا الرابط
https://top4top.io/downloadf-1708n34nb1-rar.html
تفك ضغط الملف
وتركبهم في هذا المسار
etc/ymir work/ui/game/windows
وتلصقهم داخل
طبعا في غيرها اذا همسلك switchbot تيجي ايقونة مثل حقت سحر الشي
بس بيني وبينكم ما ادري ايش switchbot :)
والسلام عليكمblink