Yardım Oto bağırma PM AT aktif etme

  • Konuyu açan Konuyu açan eagleonlines
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 0
  • Gösterim Gösterim 45
Konu sahibi bu konuda soru soruyor. Sorusu ile ilgili bilgisi olanların yanıtlamasını bekliyor.

eagleonlines

Üye
Üye
Mesaj
141
Çözümler
3
Beğeni
40
Puan
484
Ticaret Puanı
0
Oyunda şuan normal bağırma da PM AT aktif fakat oto bağırmaya entegre edemedim forumlarda bulunan paylaşımların hepsini denedim PM AT ifadesi geliyor fakat tıklanmıyor bu konuda yardımcı olabilecek biri var mıdır ?
Herhangi bir syser yok.

Normal Bağırma PM_AT interfacemodule.py:
Genişlet Daralt Kopyala
    def MakeHyperlinkTooltip(self, hyperlink):
        tokens = hyperlink.split(":")
        if tokens and len(tokens):
            type = tokens[0]
            if "item" == type:
                self.hyperlinkItemTooltip.SetHyperlinkItem(tokens)
            elif "Vectors" == type: 
                self.OpenWhisperDialog(str(tokens[1]))

input_main.cpp:
Genişlet Daralt Kopyala
    char chatbuf[CHAT_MAX_LEN + 1];
#ifdef ENABLE_CHAT_COLOR_SYSTEM
    static const char* colorbuf[] = {"|cFF00FFFF|H|h[ YETKILI ]|h|r", "|cFFff0000|H|h[ KIRMIZI ]|h|r", "|cFFffc700|H|h[ SARI ]|h|r", "|cFF000bff|H|h[ MAVI ]|h|r"};
    int len = snprintf(chatbuf, sizeof(chatbuf), "%s %s : %s", (ch->IsGM()?colorbuf[0]:colorbuf[MINMAX(0, ch->GetEmpire(), 3)]), ch->GetName(), buf);
#else
#ifdef AUTO_SHOUT
    int len;

    if (CHAT_TYPE_SHOUT == pinfo->type)
    {
        len = snprintf(chatbuf, sizeof(chatbuf), "|cFF98FF33|h[Lv %d] |Hchattanpmyolla:%s|h%s|h|r : %s", ch->GetLevel(), ch->GetName(), ch->GetName(), buf);
    }
    else
    {
        len = snprintf(chatbuf, sizeof(chatbuf), "%s : %s", ch->GetName(), buf);
    }
#else
    int len = snprintf(chatbuf, sizeof(chatbuf), "%s : %s", ch->GetName(), buf);
#endif
#endif
 

Dosya Eklentileri

  • Ekran görüntüsü 2025-02-15 184335.webp
    Ekran görüntüsü 2025-02-15 184335.webp
    211,8 KB · Gösterim: 25
Son düzenleme:
Geri
Üst