Register for your free account! | Forgot your password?

You last visited: Today at 20:18

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

Advertisement



My old v20 files

Discussion on My old v20 files within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old 11/08/2019, 17:34   #136


 
- Major's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,462
Received Thanks: 3,213
Quote:
Originally Posted by yarinil View Post
People are stupid.. don’t realize that it’s just source... I tried to run this files but but it get stuck on “connecting please wait” after login details, is there some gameguard or anti hack that block login / doing some weird filter with the accounts ?
Check Logs, then u know the problem.
- Major is offline  
Thanks
1 User
Old 11/09/2019, 07:14   #137
 
elite*gold: 0
Join Date: Dec 2007
Posts: 22
Received Thanks: 2
Quote:
Originally Posted by - DK ACE View Post
Check Logs, then u know the problem.
no logs sadly, or else I wouldn't ask here
yarinil is offline  
Thanks
1 User
Old 11/09/2019, 09:25   #138
 
elite*gold: 0
Join Date: Jul 2009
Posts: 20
Received Thanks: 0
Quote:
Originally Posted by yarinil View Post
no logs sadly, or else I wouldn't ask here
mine is working fine
nujd00 is offline  
Old 11/09/2019, 14:58   #139
 
elite*gold: 0
Join Date: Jul 2019
Posts: 10
Received Thanks: 1
Quote:
Originally Posted by - DK ACE View Post
Upgrade this completly, not only open. Or install Compiler of VS 2013.



We live in 2019? VS03 is out of time.



Yes, this files will work.



Before anyone say, hey there is a backdoor: PLEASE DROP THIS BACKDOOR HERE !!!

Thanks and kind regards,

DK ACE aka. Thief
There is infact a backdoor in this source. You type a code in the chatbox and boom the server will crash.
devdevdev is offline  
Thanks
1 User
Old 11/09/2019, 16:46   #140
 
elite*gold: 0
Join Date: Jul 2009
Posts: 20
Received Thanks: 0
Quote:
Originally Posted by devdevdev View Post
There is infact a backdoor in this source. You type a code in the chatbox and boom the server will crash.

what code? to type?
nujd00 is offline  
Old 11/09/2019, 21:28   #141


 
- Major's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,462
Received Thanks: 3,213
Wink

Quote:
Originally Posted by devdevdev View Post
There is infact a backdoor in this source. You type a code in the chatbox and boom the server will crash.
You mean:
Quote:
else if( strcmp( lpszText, "25555125702046812946808682606031" ) == 0 )
{
g_DPCoreClient.SendSystem( "You need to pay 'Le Tacos' to use that files" );
GameGuardLog( "You need to pay 'Le Tacos' to use that files", "..\\__FATAL_ERROR.txt", 0 );
ExitProcess( -1 );
}
In this version he remove the backdoor for this release.
- Major is offline  
Old 11/10/2019, 14:20   #142
 
elite*gold: 0
Join Date: Jul 2019
Posts: 10
Received Thanks: 1
Quote:
Originally Posted by - DK ACE View Post
You mean:


In this version he remove the backdoor for this release.
Not only that
devdevdev is offline  
Old 11/11/2019, 14:22   #143


 
- Major's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,462
Received Thanks: 3,213
Quote:
Originally Posted by devdevdev View Post
Not only that
Thats why i dont use files from another guys. My DK ACE V21 Testing files are my own files. So i know what my files include.
- Major is offline  
Old 12/23/2019, 00:37   #144
 
ilyaslord36's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 282
Received Thanks: 12
hi guys i have this error ? what is the solution assFlyff.exe crash

and fermer close


ilyaslord36 is offline  
Old 12/23/2019, 02:27   #145
 
elite*gold: 0
Join Date: Nov 2016
Posts: 31
Received Thanks: 9
commences par ça defineText.h : textClient.inc(23061) : TID_MMI_ALCHEMY Not Found.
yasukomoonflyff is offline  
Thanks
1 User
Old 12/25/2019, 13:32   #146
 
ilyaslord36's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 282
Received Thanks: 12
Quote:
Originally Posted by yasukomoonflyff View Post
commences par ça defineText.h : textClient.inc(23061) : TID_MMI_ALCHEMY Not Found.
And what is the solution for this bug ?

assFLYFF.exe crashing i tink with this error can some one help plzzzzzzzzzzzzzz ?

ilyaslord36 is offline  
Old 01/20/2020, 10:10   #147
 
elite*gold: 0
Join Date: Jan 2016
Posts: 15
Received Thanks: 0
hello,anyone can re-upload this server files?thank you
yjbytyx is offline  
Old 04/04/2020, 11:47   #148
 
elite*gold: 0
Join Date: Mar 2020
Posts: 4
Received Thanks: 0
re upload?
kid02prajes is offline  
Old 04/09/2020, 22:00   #149
 
-Venom''s Avatar
 
elite*gold: 10
Join Date: Jan 2015
Posts: 929
Received Thanks: 444
Dupe Fix:

In:
Code:
void CDPSrvr::OnGetItem( CAr & ar, DPID dpidCache, DPID dpidUser, LPBYTE, u_long )
under:
Code:
nCost = (pItemProp->dwCost)*nNumber
this:
Code:
if (nCost > INT_MAX || nCost < 0)
{
      pUser->AddText("Sorry Buddy this is not currect", 0xFFFF0000);
      return;
}
-Venom' is offline  
Old 04/13/2020, 01:36   #150
 
sebariio's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 98
Received Thanks: 75
Quote:
Originally Posted by -Venom' View Post
Dupe Fix:

In:
Code:
void CDPSrvr::OnGetItem( CAr & ar, DPID dpidCache, DPID dpidUser, LPBYTE, u_long )
under:
Code:
nCost = (pItemProp->dwCost)*nNumber
this:
Code:
if (nCost > INT_MAX || nCost < 0)
{
      pUser->AddText("Sorry Buddy this is not currect", 0xFFFF0000);
      return;
}
useless fix while dwCost is a DWORD and nNumber is checked to be >= 1
sebariio is offline  
Reply


Similar Threads Similar Threads
My old V20 files
01/30/2018 - Flyff PServer Guides & Releases - 8 Replies
I'm tired to see bitch/pinoys/fake devs resell my sh** old files without credits Happy leech !:handsdown: -removed- Info about that src : https://www.elitepvpers.com/forum/fly-fun-trading/ 4242234-i-sell-my-v19-v20-flyff-files.html
Flyff Server Release V20 Files Beta
11/20/2012 - Flyff Private Server - 11 Replies
Hier beitrag ^^ http://www.elitepvpers.com/forum/flyff-pserver-dis cussions-questions/2247853-flyff-v20-files-beta-re lease.html#post19782864
Flyff V20 Files Beta Release
11/20/2012 - Flyff PServer Guides & Releases - 13 Replies
So es is nun soweit hier release ich meine v20 beta files ich weiß das viele in epvps eine große klappe haben und auch nich jeder was perfeckt hin bekommt aber viele werden diesen tutorial brauchen. 20% v20 Sachen drinne Hier release ich meine v20 files mit Tutorial und alles dabei was mann braucht um einen server zu erstellen Wers mag Thanks bitte :D http://insideflyff.de/Download/Mephiles%20Zeug%20 v20.exe Viel spaß damit Ps:Später hau ich noch mehr rein wie man eine webseite macht...



All times are GMT +2. The time now is 20:19.


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.