ASURA SOURCE VS2022 - WITH CODEX, PANDORA, AND FIXED OTHER THINGS Source 

to fix bug trade u can try this :
find inside iteminfotooltip.cpp
void CItemInfoTooltip::SetItemName( const SITEMCUSTOM& sItemCustom )
and replace it with :
void CItemInfoTooltip::SetItemName( const SITEMCUSTOM& sItemCustom )
{
m_pItemName->AddText(sItemCustom.GETNAME().c_str(), ITEM_INFOR_COLOR::dwItemRank[m_pItemData->sBasicOp.emLevel]);
}
not work sir still bug trap :D
 
any fix on below? GM Tool

1737260252715 - ASURA SOURCE VS2022 - WITH CODEX, PANDORA, AND FIXED OTHER THINGS - RaGEZONE Forums


1737260312649 - ASURA SOURCE VS2022 - WITH CODEX, PANDORA, AND FIXED OTHER THINGS - RaGEZONE Forums
 
i notice some of the skill are bug. when the enemy hit the skill he went invisible. how to fix this bug?
 
i notice some of the skill are bug. when the enemy hit the skill he went invisible. how to fix this bug?
fix proper convert vs2022 because some function not work when you compare in asura vs2003
 
mean i need to fix the anti cheat from vs2003 to vs2022?
recode all anti cheat for damage some function not work get bugtrap fix the source after asura source convert to vs2022 some of function not work.. try to use vs2003 all good better all function here latest transfer to vs2003
 
Back