Ran Online By JeDev
Wednesday, September 9, 2026
Monday, August 3, 2026
Showing Level on Trade Window [vs2003]
A small update, but still a meaningful addition — at least the players now have something fresh and new to see.
#include "GLCharClient.h"
FIND:
void CTradeWindow::SetTradeInfo ( CString strPlayerName, DWORD dwMasterID )
CHANGE TO THIS:
void CTradeWindow::SetTradeInfo ( CString strPlayerName, DWORD dwMasterID )
{
m_dwMasterID = dwMasterID;
if ( m_pMyPgae )
{
CString strMyName;
GLCharacter* pMyChar = GLGaeaClient::GetInstance().GetCharacter();
if ( pMyChar )
{
strMyName.Format ( "%s <Lv.%d>", pMyChar->m_szName, pMyChar->GetCharData().m_wLevel );
}
m_pMyPgae->SetPlayerName ( strMyName );
}
if ( m_pTarPage )
{
CString strTarName = strPlayerName;
PGLCHARCLIENT pTarChar = GLGaeaClient::GetInstance().GetChar ( dwMasterID );
if ( pTarChar )
{
strTarName.Format ( "%s <Lv.%d>", pTarChar->GetName(), pTarChar->GetLevel() );
}
m_pTarPage->SetPlayerName ( strTarName );
}
}
Friday, January 30, 2026
YONG RAN EP9
Thursday, October 10, 2024
New Ran Online 2024
Have Ran Zeus for Taiwan Skill is great power! 🤙
Same Episode 7 or 9 client.
Ran Database: Click Here
Ran GlogicServer: Click Here
Ran Source Code: Click Here
Ran Client: Click Here
Fix this problem... I can't go to post now, go to ran online visit forum.ragezone.com
Thank you so much.
Credit
Crossbow
Friday, July 2, 2021
NEW JUVER SOURCE WITH ITEM MAIL [NO MORE SELLING]
![]() |
Wednesday, March 3, 2021
New Ran Online GS 2021
Ran Source Code
Ran Server Files
Editor Files
Ran GS Client
Game get a test and error
Or
Go to visit: RageZone to the threat a suggestion
Sorry will be delete this mega again.
By: Grayboy95



