• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

SOURCE NI OHARA BONAK

Junior Spellweaver
Joined
Feb 3, 2022
Messages
187
Reaction score
16
what error your incounter?
WHERE WILL I PUT THE COMMENT?

if( UIKeyCheck::GetInstance()->Check( DIK_F1, DXKEY_DOWN ) )
m_pSkillTrayTab->SetTabIndex( 0 );
if( UIKeyCheck::GetInstance()->Check( DIK_F2, DXKEY_DOWN ) )
m_pSkillTrayTab->SetTabIndex( 1 );
if( UIKeyCheck::GetInstance()->Check( DIK_F3, DXKEY_DOWN ) )
m_pSkillTrayTab->SetTabIndex( 2 );

if( UIKeyCheck::GetInstance()->Check( RANPARAM::MenuShotcut[SHOTCUT_PET], DXKEY_DOWN ) )
{
if( GLGaeaClient::GetInstance().GetPetClient()->IsVALID() )
{
if ( GLTradeClient::GetInstance().Valid() ) return;

if ( IsVisibleGroup( PET_WINDOW ) ) HideGroup ( PET_WINDOW );
else ShowGroupFocus( PET_WINDOW );


}
}

if (UIKeyCheck::GetInstance()->CheckSimple(DIK_F5, DXKEY_DOWN))
{
if (IsVisibleGroup(AUTOSYSTEM_WINDOW)) SetAutoSystemWindowClose();
else SetAutoSystemWindowOpen();
}

if( UIKeyCheck::GetInstance()->Check( DIK_N, DXKEY_DOWN ) )
{
if( GLGaeaClient::GetInstance().GetCharacter()->m_sVehicle.IsActiveValue() )
{
if ( GLTradeClient::GetInstance().Valid() ) return;

if ( IsVisibleGroup( VEHICLE_WINDOW ) ) HideGroup ( VEHICLE_WINDOW );
else ShowGroupFocus( VEHICLE_WINDOW );


}
}
 
Banned
Banned
Joined
Jun 1, 2022
Messages
115
Reaction score
14
Does any of you guys have a Working Ran Manager for this source ?

1695748892464 - SOURCE NI OHARA BONAK - RaGEZONE Forums


Where the hell do i edit this ?
 
Last edited:
Joined
Apr 22, 2010
Messages
816
Reaction score
83
I already fix item mall problem. I used RanShop database from others. All i sgood no bug in purchasing items from vp and ep. Thanks anyway for your response.
I tried changing RanShop from other server but still no showing of items. Can you give me a right database for that?
 
Junior Spellweaver
Joined
Feb 3, 2022
Messages
187
Reaction score
16
I tried changing RanShop from other server but still no showing of items. Can you give me a right database for th
I tried changing RanShop from other server but still no showing of items. Can you give me a right database for that?
I used this https://mega.nz/file/Z4AUgRjQ#uV3ZTJzmHVQ5n3Jv4PlibO2Pw60eV0S4AADcFAYTGXs

https://forum.ragezone.com/threads/...erver-and-client-source.1209605/#post-9153245 i got the RanShop.bak from this thread
 
Last edited:
Junior Spellweaver
Joined
Feb 3, 2022
Messages
187
Reaction score
16
I tried a lot of other RanShop database and still not showing items. I tried also install SQL 2017 but still can't resolve my problem.
I also got that problem thats why i comment here. But when i tried this ranshop.bak restore then all is good. Try first my ranshop backup. Maybe it will help you. I am using this source and client from here.
 
Banned
Banned
Joined
May 7, 2019
Messages
132
Reaction score
44
Hi any updated fixed client, database, source and bin? Thank you appreciate it.
 
Junior Spellweaver
Joined
Feb 3, 2022
Messages
187
Reaction score
16
Hi any updated fixed client, database, source and bin? Thank you appreciate idrix
Drix client is okay. Source is okay you have to compile there is no error. Only database here is the problem. Go get database from other ep7
 
Joined
Apr 22, 2010
Messages
816
Reaction score
83
Due to lots of modification I did on this source, I accidentally delete one line of code. I found out that important function in GLCharMsg.cpp was accidentally deleted. Spent a whole day just to debug and trace the problem. It was now resolved.
 
Back
Top