• 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.

RAN World Client (EP10 With Shaper Class)

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


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





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





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
 

Attachments

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



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;