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!

Complete Ep7 Classic with Tyranny Battlefield UI w/ Source

Custom Title Activated
Loyal Member
Joined
Dec 16, 2012
Messages
1,125
Reaction score
93
UnknownGamer - Complete Ep7 Classic with Tyranny Battlefield UI w/ Source - RaGEZONE Forums




Find "if ( !RANPARAM::bSET_DISPLAY )" @ RanClientLib -> GLCharClient.cpp

Before:
Code:
if( !RANPARAM::bSET_DISPLAY )                if ( pSkinPiece )                                    {                if ( pCharPart && strcmp(pSkinPiece->m_szFileName,pCharPart->GetFileName()) )                    m_pSkinChar->SetPiece ( pSkinPiece->m_szFileName, m_pd3dDevice, 0x0, 0, TRUE );            }            else            {                if ( pCharPart )    m_pSkinChar->ResetPiece(emPiece);            }        }        else        {                SITEM* pItem = GLItemMan::GetInstance().GetItem ( nidITEM );            if( !RANPARAM::bSET_DISPLAY )    //TDEV            if ( pItem )                            {                m_pSkinChar->SetPiece ( pItem->GetWearingFile(emIndex), m_pd3dDevice, NULL, ItemClient.GETGRADE_EFFECT(), TRUE );            }        }    }

After(Fix):
Code:
if( !RANPARAM::bSET_DISPLAY ){            }            else{            if ( pSkinPiece ){                if ( pCharPart && strcmp(pSkinPiece->m_szFileName,pCharPart->GetFileName()) )                    m_pSkinChar->SetPiece ( pSkinPiece->m_szFileName, m_pd3dDevice, 0x0, 0, TRUE );            }            else{                if ( pCharPart )    m_pSkinChar->ResetPiece(emPiece);            }            }        }        else        {                SITEM* pItem = GLItemMan::GetInstance().GetItem ( nidITEM );            if( !RANPARAM::bSET_DISPLAY ){            }            if ( pItem )                            {                m_pSkinChar->SetPiece ( pItem->GetWearingFile(emIndex), m_pd3dDevice, NULL, ItemClient.GETGRADE_EFFECT(), TRUE );            }        }        }    }



is it okay if can i copy your code and paste to source?
 
Banned
Banned
Joined
Aug 14, 2015
Messages
84
Reaction score
31
i got this same problem in my pc i have armor wear and other pc player when i see a other players no wearing armor

Enable then Disable Hide Set @ Press "ETC" in your Keyboard then Option > Game > Enable then Disable "Hide Set" then use Start Point or command /m2p 22 0 31 21.
 
Newbie Spellweaver
Joined
Jul 1, 2014
Messages
77
Reaction score
4
err i cant restore the DB it says " Specified cast is not valid "
 
Newbie Spellweaver
Joined
May 20, 2017
Messages
33
Reaction score
1
Everytime i close the game.exe the MyDocuments folder opens. how to fix this stuff thanks in advance :)
 
Newbie Spellweaver
Joined
Dec 10, 2011
Messages
29
Reaction score
1
Ep7 Classic with Tyranny Battlefield UI
Database
Client
Sfiles
Tools

Clean-"ish" Sfiles & Client: SCANNED & CLEAN BY MSE and I've already include the files that were deleted and replaced with a clean copy

Source:
We love our beautiful new gift and we cannot thank you enough for your thoughtfulness Romz :eek:tt::eek:tt: xD


Just wanted to ask if the Tyranny is Fully working in this thread? Thank you for sharing by the way! already hit the like button
 
Back
Top