HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. 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.
Pet sistemi çalışmıyor yada bu fileste p pencereli pet sistemi yok bilgi verebilir misiniz?
Son düzenleme:
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?
the GM symbol only appears after performing certain teleports, there is a delay! In addition, the game gives a lot of colors
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
- 165K
- Cevaplar
- 113
- Görüntüleme
- 14K
- Cevaplar
- 259
- Görüntüleme
- 36K
