- Katılım
- 30 May 2025
- Konular
- 10
- Mesajlar
- 181
- Online süresi
- 6d 20h
- Reaksiyon Skoru
- 59
- Altın Konu
- 0
- TM Yaşı
- 1 Yıl 9 Gün
- Başarım Puanı
- 51
- MmoLira
- 2,009
- DevLira
- 12
ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!
Regarding this error: "Invalid ID 0"
Find a solution for @warme668 in any source client
and apply the solution in your source client. The issue will be resolved and will not recur.
Find a solution for @warme668 in any source client
and apply the solution in your source client. The issue will be resolved and will not recur.
- Katılım
- 11 Ağu 2013
- Konular
- 4
- Mesajlar
- 40
- Online süresi
- 7d 3h
- Reaksiyon Skoru
- 16
- Altın Konu
- 0
- TM Yaşı
- 12 Yıl 10 Ay 5 Gün
- Başarım Puanı
- 88
- MmoLira
- 1,515
- DevLira
- 0
Pet sistemi çalışmıyor yada bu fileste p pencereli pet sistemi yok bilgi verebilir misiniz?
Son düzenleme:
- Katılım
- 30 May 2025
- Konular
- 10
- Mesajlar
- 181
- Online süresi
- 6d 20h
- Reaksiyon Skoru
- 59
- Altın Konu
- 0
- TM Yaşı
- 1 Yıl 9 Gün
- Başarım Puanı
- 51
- MmoLira
- 2,009
- DevLira
- 12
This file only lacks the offline shop and the new petPet sistemi çalışmıyor yada bu fileste p pencereli pet sistemi yok bilgi verebilir misiniz?
- Katılım
- 27 May 2025
- Konular
- 0
- Mesajlar
- 4
- Online süresi
- 3d 21h
- Reaksiyon Skoru
- 0
- Altın Konu
- 0
- TM Yaşı
- 1 Yıl 13 Gün
- Başarım Puanı
- 20
- MmoLira
- 1,260
- DevLira
- 0
the GM symbol only appears after performing certain teleports, there is a delay! In addition, the game gives a lot of colors
- Katılım
- 21 Mar 2025
- Konular
- 12
- Mesajlar
- 166
- Online süresi
- 15d 18h
- Reaksiyon Skoru
- 37
- Altın Konu
- 0
- TM Yaşı
- 1 Yıl 2 Ay 20 Gün
- Başarım Puanı
- 58
- MmoLira
- 1,550
- DevLira
- 0
Client > InstanceBaseEffect.cpp, güncelleyip dener misin.the GM symbol only appears after performing certain teleports, there is a delay! In addition, the game gives a lot of colors
C++:
void CInstanceBase::AttachTextTail()
{
if (m_isTextTail)
DetachTextTail();
m_isTextTail = true;
DWORD dwVID = GetVirtualID();
//float fTextTailHeight = IsMountingHorse() ? 110.0f : 10.0f;
float fTextTailHeight = GetBaseHeight() + 10.0f;
static D3DXCOLOR s_kD3DXClrTextTail = D3DXCOLOR(1.0f, 1.0f, 1.0f, 1.0f);
##ifdefined(ENABLE_GUILD_LEADER_GRADE_NAME)
BYTE bGuildLeaderGrade = GetGuildLeaderGradeType();
auto itor = g_GuildLeaderGradeNameMap.find(bGuildLeaderGrade);
if (itor != g_GuildLeaderGradeNameMap.end())
{
CPythonTextTail::Instance().RegisterCharacterTextTail(
m_dwGuildID,
itor->second.c_str(),
dwVID,
s_kD3DXClrTextTail,
fTextTailHeight
);
}
else
{
CPythonTextTail::Instance().RegisterCharacterTextTail(
m_dwGuildID,
"",
dwVID,
s_kD3DXClrTextTail,
fTextTailHeight
);
}
##elseCPythonTextTail::Instance().RegisterCharacterTextTail(
m_dwGuildID,
dwVID,
s_kD3DXClrTextTail,
fTextTailHeight
);
##endif
// CHARACTER_LEVEL
##ifdefined(ENABLE_CONQUEROR_LEVEL)
if (IsPC() && m_dwConquerorLevel)
UpdateTextTailConquerorLevel(m_dwConquerorLevel);
else if (m_dwLevel)
UpdateTextTailLevel(m_dwLevel);
##elseif (m_dwLevel)
UpdateTextTailLevel(m_dwLevel);
##endif
##ifdefined(ENABLE_MULTI_LANGUAGE_SYSTEM)
UpdateTextTailCountryFlag(m_stCountry);
##endif
##ifdefined(ENABLE_LEFT_SEAT)
if (m_bLeftSeat)
UpdateTextTailLeftSeat(g_LeftSeatText);
##endif}
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Kilitli
- Cevaplar
- 208
- Görüntüleme
- 20K
- Sabit
Altın Konu
Anka2 Project SF | 2025
- Cevaplar
- 2K
- Görüntüleme
- 162K
- Cevaplar
- 112
- Görüntüleme
- 14K
- Cevaplar
- 257
- Görüntüleme
- 34K




