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!

RAN World Client (EP10 With Shaper Class)

Junior Spellweaver
Joined
Oct 29, 2014
Messages
127
Reaction score
0
crossbows - RAN World Client (EP10 With Shaper Class) - RaGEZONE Forums

Can anyone help me solve the problem?please
 
Junior Spellweaver
Joined
Oct 6, 2014
Messages
100
Reaction score
1
How you fix the language? can you share your english gui for this thread?
 
Junior Spellweaver
Joined
Nov 7, 2006
Messages
104
Reaction score
47
crossbows - RAN World Client (EP10 With Shaper Class) - RaGEZONE Forums


any update for tool to generate code for topup and also for stored procedure in DB?



crossbows - RAN World Client (EP10 With Shaper Class) - RaGEZONE Forums


any update for tool to generate code for topup and also for stored procedure in DB?



crossbows - RAN World Client (EP10 With Shaper Class) - RaGEZONE Forums


any update for tool to generate code for topup and also for stored procedure in DB?
 
Newbie Spellweaver
Joined
Mar 26, 2020
Messages
37
Reaction score
2
how to change ran name please
S6LjnG4 - RAN World Client (EP10 With Shaper Class) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Oct 16, 2020
Messages
24
Reaction score
1
thanks!!!


crossbows - RAN World Client (EP10 With Shaper Class) - RaGEZONE Forums

crossbows - RAN World Client (EP10 With Shaper Class) - RaGEZONE Forums
How to fix this error "A problem occurred in the hack prevention feature. (100)". i got this when i'm trying to open miniA.exe with app_run. Thanks

- - - Updated - - -

Solve by fixing Basic

HI
how do you fix it?
 
Joined
Oct 29, 2013
Messages
414
Reaction score
5
how to function this one in GLCharacterMsg.cpp

case NET_MSG_GCTRL_UPDATE_USE_AUTO_SKILL: { GLMSG::SNETPC_UPDATE_USE_AUTO_SKILL *pNetMsg = (GLMSG::SNETPC_UPDATE_USE_AUTO_SKILL *) nmg; switch (pNetMsg->m_bAutoSkill) { case TRUE: { SetUsingAutoSkillOn(); //UseAutoSkill(TRUE); CInnerInterface::GetInstance().SetIsUsingAutoSkillOn(); CInnerInterface::GetInstance().PrintMsgText( NS_UITEXTCOLOR::GREEN, "AutoSkill has been activated "); } break; case FALSE: { SetUsingAutoSkillOff(); //UseAutoSkill(FALSE); CInnerInterface::GetInstance().SetIsUsingAutoSkillOff(); CInnerInterface::GetInstance().PrintMsgText( NS_UITEXTCOLOR::ADMIN_COLOR, "AutoSkill has been deactivated"); } break; } } break;
 
Back
Top