Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

RanClientUILib and RanClientLib

Joined
Oct 2, 2010
Messages
1,771
Reaction score
228
This was the latest RanClientUiLib and RanClientLib In My Last Updated Source (December 28,2013)




Features:
New Bus Ui Interface
New Vehicle Ui Interface
New Friend Window Ui Interface
New Party Window Ui Interface
New Revive Ui Interface (I don't know if this is complete i am still looking for the other sources i have)

If there are missing kindly post it here, since i reformat my pc and still i am looking for all my sources in my other hosting file account.

Credits:
JDev
Geger
 
Last edited:
Newbie Spellweaver
Joined
Jan 13, 2013
Messages
27
Reaction score
1
please upload it to other site, cant download =(
 
Wazup fucckerrsss
Joined
Jan 14, 2008
Messages
473
Reaction score
91
Emulator error LNK2005: "void __cdecl DoPartyModal(class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >,int)" (?DoPartyModal@@YAXV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@H@Z) already defined in RanClientUILib.lib(PartyModalWindow.obj)
'

How to fix this error?
 
Wazup fucckerrsss
Joined
Jan 14, 2008
Messages
473
Reaction score
91
Code:
/*void DoPartyModal ( CString strText, UIGUID CallerID )

    {
    CPartyWindow* pPartyWindow = CInnerInterface::GetInstance().GetPartyWindow ();
    if ( pPartyWindow )
    {
        pPartyWindow->DoModal ( strText, CallerID );
        CInnerInterface::GetInstance().ShowGroupFocus ( PARTY_WINDOW );
    }
}*/

I try to disable this code and i just build emulator without error.
Please fix this one.
Thank you
 
Back
Top