Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 10:07

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



HackStattemp.txt

Discussion on HackStattemp.txt within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2010
Posts: 11
Received Thanks: 0
HackStattemp.txt

any can explain this..
the character cant log in and the error show at server side


2016/ 1/ 9 20:03:02
HackStattemp.txt
2016/ 1/ 9 20:04:01
HackStattemp.txt
2016/ 1/ 9 20:05:07
HackStattemp.txt
2016/ 1/ 9 20:05:52
HackStattemp.txt
2016/ 1/ 9 20:06:59
HackStattemp.txt
2016/ 1/ 9 20:08:47
HackStattemp.txt
2016/ 1/ 9 20:09:46
HackStattemp.txt
2016/ 1/ 9 20:11:11
HackStattemp.txt
2016/ 1/ 9 20:12:26
HackStattemp.txt
2016/ 1/ 9 20:13:33
HackStattemp.txt
zedei26 is offline  
Old 01/09/2016, 14:43   #2
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
search the source on HackStattempt.txt

Then you should find it.
raventh1984 is offline  
Old 01/09/2016, 15:29   #3
 
elite*gold: 0
Join Date: Feb 2010
Posts: 11
Received Thanks: 0
can you explain i find in user.cpp

User.cpp

zedei26 is offline  
Old 01/09/2016, 16:15   #4
 
elite*gold: 0
Join Date: Jan 2014
Posts: 773
Received Thanks: 373
just remove this ... if you server is not online
Drabur is offline  
Old 01/09/2016, 16:30   #5
 
elite*gold: 0
Join Date: Feb 2010
Posts: 11
Received Thanks: 0
Quote:
Originally Posted by Drabur View Post
just remove this ... if you server is not online
what i remove?
zedei26 is offline  
Old 01/09/2016, 17:33   #6

 
elite*gold: 353
Join Date: Jan 2013
Posts: 923
Received Thanks: 616
?? READ
Code:
#ifdef __STAT_HACKFIX
if( IsValidObj( this ) )
{
if( !IsAuthHigher( AUTH_GAMEMASTER ) )
{
if( ( ( m_nSta-15 ) + ( m_nInt -15 ) + ( m_nDex -15 ) + ( m_nStr - 15 ) ) > 362 )
{
//g_dpDBClient.SendBan( m_playAccount.lpszAccount, 9999 );
WriteLog( "HackStat.txt", "UserID = %07d, UserName = %s [STA:%d, INT:%d, DEX:%d, STR:%d] stats stat points, login returned", m_idPlayer, GetName(), m_nSta, m_nInt, m_nDex, m_nStr );
g_UserMng.RemoveUser( m_dwSerial );
}
}
}

//Stats-Check recoded!
if( IsValidObj( this ) )
{
if( !IsAuthHigher( AUTH_GAMEMASTER ) )
{
if( this->GetSta() > 1850 || this->GetInt() > 1850 || this->GetDex() > 1850 || this->GetStr() > 1850 )
{ 
//g_dpDBClient.SendBan( m_playAccount.lpszAccount, 9999 );
WriteLog ( "HackStattemp.txt", "UserID = %07d, UserName = %s [STA:%d, INT:%d, DEX:%d, STR:%d] stats stat points, login returned", m_idPlayer, GetName(), m_nSta + GetParam( DST_STA, 0 ), m_nInt + GetParam( DST_INT, 0 ), m_nDex + GetParam( DST_DEX, 0 ), m_nStr + GetParam( DST_STR, 0 ));
g_UserMng.RemoveUser( m_dwSerial );
}
}
}

#endif
Remove...
Kiseku is offline  
Thanks
1 User
Old 01/10/2016, 18:21   #7
 
elite*gold: 0
Join Date: Jan 2016
Posts: 81
Received Thanks: 14
Quote:
Originally Posted by Drabur View Post
just remove this ... if you server is not online
no it can be bad cuz his server might crash i remember flyforfantasy had this problem
KazumiTanuki is offline  
Old 01/10/2016, 20:57   #8
 
elite*gold: 0
Join Date: Sep 2015
Posts: 5
Received Thanks: 0
Quote:
Originally Posted by KazumiTanuki View Post
no it can be bad cuz his server might crash i remember flyforfantasy had this problem
u mad bro?
its just a fix for the stathack
if his server isnt a live server then he can remove that without problems
DevilsNumber is offline  
Old 01/10/2016, 21:49   #9
 
elite*gold: 0
Join Date: Feb 2010
Posts: 11
Received Thanks: 0
thank you so much all and now is working..
zedei26 is offline  
Old 02/04/2016, 12:54   #10
 
NoWay | Phoenix's Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 252
Received Thanks: 58
Code:
#ifdef __STAT_HACKFIX
if( IsValidObj( this ) )
{
if( !IsAuthHigher( AUTH_GAMEMASTER ) )
{
if( ( ( m_nSta-15 ) + ( m_nInt -15 ) + ( m_nDex -15 ) + ( m_nStr - 15 ) ) > 362 )
{
//g_dpDBClient.SendBan( m_playAccount.lpszAccount, 9999 );
WriteLog( "HackStat.txt", "UserID = %07d, UserName = %s [STA:%d, INT:%d, DEX:%d, STR:%d] stats stat points, login returned", m_idPlayer, GetName(), m_nSta, m_nInt, m_nDex, m_nStr );
g_UserMng.RemoveUser( m_dwSerial );
}
}
}

//Stats-Check recoded!
if( IsValidObj( this ) )
{
if( !IsAuthHigher( AUTH_GAMEMASTER ) )
{
if( this->GetSta() > 9500 || this->GetInt() > 9500 || this->GetDex() > 9500 || this->GetStr() > 9500 )
{ 
//g_dpDBClient.SendBan( m_playAccount.lpszAccount, 9999 );
WriteLog ( "HackStattemp.txt", "UserID = %07d, UserName = %s [STA:%d, INT:%d, DEX:%d, STR:%d] stats stat points, login returned", m_idPlayer, GetName(), m_nSta + GetParam( DST_STA, 0 ), m_nInt + GetParam( DST_INT, 0 ), m_nDex + GetParam( DST_DEX, 0 ), m_nStr + GetParam( DST_STR, 0 ));
g_UserMng.RemoveUser( m_dwSerial );
}
}
}

#endif
Now it will works w/o Problems
NoWay | Phoenix is offline  
Reply




All times are GMT +2. The time now is 10:07.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.