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!

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 ?
 

Attachments

You must be registered for see attachments list
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
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