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!

juver sourcee updated files

Newbie Spellweaver
Joined
Sep 25, 2022
Messages
16
Reaction score
9

pls help
join emulator error GAME.EXE
 
Newbie Spellweaver
Joined
Mar 29, 2018
Messages
12
Reaction score
1
UKnowMeKnow - juver sourcee updated files - RaGEZONE Forums
[/IMG]

works well
 
Newbie Spellweaver
Joined
Jun 12, 2014
Messages
89
Reaction score
3
THE FILES HAS BEEN PLANTED BOOMING.. NORMAL CHAR CAN EXECUTE AS ADMIN COMMAND in this files..
 
Newbie Spellweaver
Joined
Mar 26, 2020
Messages
37
Reaction score
2
to disable auto pot when cuthp/antipot enable, u can add this code :
find switch (pITEM->sDrugOp.emDrug)replace with this
Code:
{ 
               if (fPercent_HP < (float)m_pAutoPotion.m_nHPSet) 
       {            if (m_pLandMan->m_bPVPTyrannyMap) return;          
           if ( m_bProhibitPotion )        return; 
           if (m_fAutoPotDelay_[0] >= GLGaeaServer::GetInstance().GetAutoPotionDelay()) 
           { 
               m_sHP.INCREASE(pITEM->sDrugOp.wCureVolume, pITEM->sDrugOp.bRatio);
                m_fAutoPotDelay_[0] = 0.0f; 
               bUse = TRUE; 
           } 
       } 
   } 
   break;

Is this working on skills like prohibit using potion? I already added this code and still the auto pots is still working even if I use the skill with prohibit using potion. Is there a way to solve this? Thanks in Advance
 
Junior Spellweaver
Joined
Feb 3, 2022
Messages
189
Reaction score
16
how to edit cw timer in source?what file should i modify?
 
Newbie Spellweaver
Joined
Aug 17, 2016
Messages
18
Reaction score
0
THE FILES HAS BEEN PLANTED BOOMING.. NORMAL CHAR CAN EXECUTE AS ADMIN COMMAND in this files..

Can you please explain the process on how exploit can be executed on normal character?

I want to have an idea on how to reverse this on code level
 
Computers are fast; programmers keep it slow.
[VIP] Member
Joined
Feb 15, 2016
Messages
527
Reaction score
359
dxincommand.cpp

Find: if ( szcommand[0]=='&' )

Add above:

//Prevent Normal Char from Executing GM Commands
DWORD dwUSERLVL = GLGaeaClient::GetInstance().GetCharacter()->m_dwUserLvl;
if ( dwUSERLVL < USER_MASTER )
return true;
 
  • Like
Reactions: zet
Newbie Spellweaver
Joined
Aug 17, 2016
Messages
18
Reaction score
0
dxincommand.cpp

Find: if ( szcommand[0]=='&' )

Add above:

//Prevent Normal Char from Executing GM Commands
DWORD dwUSERLVL = GLGaeaClient::GetInstance().GetCharacter()->m_dwUserLvl;
if ( dwUSERLVL < USER_MASTER )
return true;

Hey, thanks for that spoiler.

but do you guys agree, that this hash checking system is causing windows defender detecting Minia.exe as malicious?
or is it the LG7.dll is causing this anomaly?
 
Newbie Spellweaver
Joined
Aug 17, 2022
Messages
72
Reaction score
1
idk why i get period file ini error when i start my [ServerAgent.exe , ServerField.exe , ServerLogin.exe , ServerSession.exe]

how do i fix this also i get error too same period file ini too when i start my GameEmulator.exe

also i dont have files to edit my param.ini anyone have one ??



Up! Same question with this...




If your using emulator, check your glogicserver..
how to edit your glogicserver.rcc??
 
Banned
Banned
Joined
Jul 29, 2021
Messages
12
Reaction score
0
looking for auto system compatible for this source drop mesage to my inbox
 
Back
Top