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.


1. Open "TradeWindow.cpp"

ADD THIS ABOVE:
#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



YONG RAN ONLINE EP9 - CHINESE
NEO SOURCE OLD
TAIWAN SKILLS
NO GMCHAREDIT SOURCE



Credit:
Jeffrey1323

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]

Modified of this release source .
What's new?
-Old interface for character window,inventory and skill window
-Added add stats command
-Fix right click on vehicle to equip
-Fix Popup error about ingame function(For some who's having error)
-Share Database(.sql)
-Fix TargetInfoDisplay


Old Gui: DOWNLOAD NOW
Database: DOWNLOAD NOW
Juver Source : DOWNLOAD NOW


That picture updated.

Credit:
Arwekaj09
Aizen00

By: kamen201

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

Ran GS Share - client

Or

Ran GS Files


Go to visit: RageZone to the threat a suggestion


Sorry will be delete this mega again.


By: Grayboy95