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!

[Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING]

Newbie Spellweaver
Joined
May 29, 2020
Messages
34
Reaction score
1
i used ur bin and gui but im still getting this error.. can you tell me what am i missing.?

arwekaj09 - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums
 
Junior Spellweaver
Joined
Oct 12, 2008
Messages
130
Reaction score
10
you should use the 'thor' laucher or 'inc' update laucher shared

I've tried to use thor and inc launcher. Sadly nothing happens.
The Minia2.exe exits automatically after the launcher mentioned patches.

PS: Same as MiniA.exe, not running after the launcher updates.
PPS: the Minia2.exe run but after a 1-3 minute, the client closes automatically without logs or whatsoever.
 
Last edited:
Newbie Spellweaver
Joined
Sep 12, 2020
Messages
40
Reaction score
0
hi sir, do you know how to remove the friends tab in autofollow?



I've tried to use thor and inc launcher. Sadly nothing happens.
The Minia2.exe exits automatically after the launcher mentioned patches.

PS: Same as MiniA.exe, not running after the launcher updates.
PPS: the Minia2.exe run but after a 1-3 minute, the client closes automatically without logs or whatsoever.

hi sir, do you know how to remove the friends tab in autofollow?
 
Joined
Feb 19, 2013
Messages
527
Reaction score
101
I've tried to use thor and inc launcher. Sadly nothing happens.
The Minia2.exe exits automatically after the launcher mentioned patches.

PS: Same as MiniA.exe, not running after the launcher updates.
PPS: the Minia2.exe run but after a 1-3 minute, the client closes automatically without logs or whatsoever.
you should check the command to run minia.exe ( i mean is ' app_run' or somethings like that ),
about minia2.exe maybe server log will show the problem ( maybe missing somethings at database ) or you can try remove hackshield inside miniA2.exe
 
Newbie Spellweaver
Joined
May 29, 2020
Messages
34
Reaction score
1
Hello ive used this but i end up having no display on mob damage.. numbers was just white i was able to narrow down on which file made the changes
and its from

"uiinnercfg02.xml"

but i dont know exactly what im looking for

arwekaj09 - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums
 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
6
hi sir, do you know how to remove the friends tab in autofollow?





hi sir, do you know how to remove the friends tab in autofollow?

I'm not sure about this but inside AutoFollowPage.cpp

Search this one:
void CAutoFollowPage::RefreshFriendList()
{
m_pAutoFollowPageUser_[0]->LoadFriendList();
}

change it to this one:
void CAutoFollowPage::RefreshFriendList()
{
//m_pAutoFollowPageUser_[0]->LoadFriendList();
}


In AutoFollowPageUser.cpp
Search this one:
void CAutoFollowPageUser::SetVisibleSingle(BOOL bVisible)
{
CUIGroup::SetVisibleSingle(bVisible);

if (bVisible)
{
LoadFriendList();

m_nSelectIndex = -1;
}
}

change it to this one:
void CAutoFollowPageUser::SetVisibleSingle(BOOL bVisible)
{
CUIGroup::SetVisibleSingle(bVisible);

if (bVisible)
{
//LoadFriendList();

m_nSelectIndex = -1;
}
}
 
Newbie Spellweaver
Joined
Sep 12, 2020
Messages
40
Reaction score
0
I'm not sure about this but inside AutoFollowPage.cpp

Search this one:
void CAutoFollowPage::RefreshFriendList()
{
m_pAutoFollowPageUser_[0]->LoadFriendList();
}

change it to this one:
void CAutoFollowPage::RefreshFriendList()
{
//m_pAutoFollowPageUser_[0]->LoadFriendList();
}


In AutoFollowPageUser.cpp
Search this one:
void CAutoFollowPageUser::SetVisibleSingle(BOOL bVisible)
{
CUIGroup::SetVisibleSingle(bVisible);

if (bVisible)
{
LoadFriendList();

m_nSelectIndex = -1;
}
}

change it to this one:
void CAutoFollowPageUser::SetVisibleSingle(BOOL bVisible)
{
CUIGroup::SetVisibleSingle(bVisible);

if (bVisible)
{
//LoadFriendList();

m_nSelectIndex = -1;
}
}

thanks sir i'll try this one



I'm not sure about this but inside AutoFollowPage.cpp

Search this one:
void CAutoFollowPage::RefreshFriendList()
{
m_pAutoFollowPageUser_[0]->LoadFriendList();
}

change it to this one:
void CAutoFollowPage::RefreshFriendList()
{
//m_pAutoFollowPageUser_[0]->LoadFriendList();
}


In AutoFollowPageUser.cpp
Search this one:
void CAutoFollowPageUser::SetVisibleSingle(BOOL bVisible)
{
CUIGroup::SetVisibleSingle(bVisible);

if (bVisible)
{
LoadFriendList();

m_nSelectIndex = -1;
}
}

change it to this one:
void CAutoFollowPageUser::SetVisibleSingle(BOOL bVisible)
{
CUIGroup::SetVisibleSingle(bVisible);

if (bVisible)
{
//LoadFriendList();

m_nSelectIndex = -1;
}
}

Thanks sir it actually worked, are there anyways to just make a 1 tab only for party list?
 
Newbie Spellweaver
Joined
Jan 15, 2021
Messages
15
Reaction score
5
Updated GUI/SOURCE of aizen00.

arwekaj09 - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums
Originally Posted by aizen00 arwekaj09 - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums

Modified of this release source .
What's new?
-Old interface for character window,inventory and skill window
-Added add stats command
-Fix right click on vehicle to equip
Gui:
Source:


My Updated source W/Bins & updated GUI for LargeMapWindow
EXACTLY SAME as source of aizen00 BUT with LargeMapWindow like GS.
View attachment 170239

PARAMETER is aeva5711!

Deleted
 
Last edited:
Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
LargeMapWindow sometime you prees M you will got bugtrap // sometime it gonna be good if u don't use it
 
Newbie Spellweaver
Joined
Jan 15, 2021
Messages
15
Reaction score
5
I think it depends on your client files. It bugtrap when I was testing it on one of my clients. Bugtrap stopped when I merge my old client with it. I have no problems with bugtrap after the merge.
 
Last edited:
Newbie Spellweaver
Joined
May 29, 2020
Messages
34
Reaction score
1
Updated GUI/SOURCE of aizen00.

arwekaj09 - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums
Originally Posted by aizen00 arwekaj09 - [Release] JUVER SOURCE with In Game Functionalities [NO MORE SELLING] - RaGEZONE Forums

Modified of this release source .
What's new?
-Old interface for character window,inventory and skill window
-Added add stats command
-Fix right click on vehicle to equip
Gui:
Source:


My Updated source W/Bins & updated GUI for LargeMapWindow
EXACTLY SAME as source of aizen00 BUT with LargeMapWindow like GS.
View attachment 170239

PARAMETER is aeva5711!




Can i please Ask how can i add Cap Lvl Announcement and +7 - +9 announcement?

Also when i try to run the server using Azure VM field server only works when im using 127.0.0.1
but gives me bind error when using the actual IP
 
Last edited:
Newbie Spellweaver
Joined
Jul 13, 2021
Messages
11
Reaction score
0
I use this files from sir aizen00 but i can't learn skill its grade out even I'm lvl 230 already.
 
Newbie Spellweaver
Joined
Sep 12, 2020
Messages
40
Reaction score
0
GameStats.cpp

void CGameStats::UpdateInfo()
{

/*if ( m_pPingText )
{
float fPing = m_fPing;
fPing = fPing * 0.5f;
if ( fPing >= 1000.0f ) fPing = 1000.0f;
if ( fPing <= 9.0f ) fPing = 9.0f;

DWORD dwTEXTCOLOR = NS_UITEXTCOLOR::GREENYELLOW;

if ( fPing >= 300.0f ) dwTEXTCOLOR = NS_UITEXTCOLOR::YELLOW;
if ( fPing >= 500.0f ) dwTEXTCOLOR = NS_UITEXTCOLOR::RED;

CString strPing("");
strPing.Format( "%2.0f ms", fPing );
m_pPingText->ClearText();
m_pPingText->AddText( strPing.GetString(), dwTEXTCOLOR );
}

if ( m_pFpsText )
{
float fFPS = m_fFPS;

DWORD dwTEXTCOLOR = NS_UITEXTCOLOR::RED;

if ( fFPS >= 20.0f ) dwTEXTCOLOR = NS_UITEXTCOLOR::YELLOW;
if ( fFPS >= 50.0f ) dwTEXTCOLOR = NS_UITEXTCOLOR::GREENYELLOW;

CString strFPS("");
strFPS.Format( "%2.0f fps", fFPS );
m_pFpsText->ClearText();
m_pFpsText->AddText( strFPS.GetString(), dwTEXTCOLOR );
}
*/

}

When I tried removing this for fps and ping it gives a bug in my emulator, can you please help me?
 
Newbie Spellweaver
Joined
Mar 26, 2020
Messages
37
Reaction score
2
anyone here know how to make a daily quest that resets every 12 AM?
 
Banned
Banned
Joined
Mar 21, 2013
Messages
225
Reaction score
18
Did anyone here experience bug in GM account when trying to login a USER_GM3 (RanUser.dbo.UserInfo.UserType = 20) the game client automatically closes.
 
Newbie Spellweaver
Joined
Sep 12, 2020
Messages
40
Reaction score
0
innerinterfacesimple.cpp
remove display of fps
/*
{
//game stats, Juver, 2017/06/22
m_pGameStats = new CGameStats;
m_pGameStats->Create ( GAMESTATS_DISPLAY, "GAMESTATS_DISPLAY", UI_FLAG_CENTER_X );
m_pGameStats->CreateSubControl (); RegisterControl ( m_pGameStats ); ShowGroupBottom ( GAMESTATS_DISPLAY );
}
*/

btw,is anyone know how to make the game read .rcc files like others client ?



Hi sir how do you fix the bug on emulator if disabling this fps interface?
 
Back
Top