Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 16:42

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

Advertisement



Best files to start over.

Discussion on Best files to start over. within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
danema's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 315
Received Thanks: 20
Best files to start over.

Hi mates i wanna ask what are the best v19 files to start a server.
Or if better what are the best v15 files and how to upgrade them.


Thanks to everyone.
danema is offline  
Old 08/25/2015, 12:40   #2
ベトナム警察




 
Lumi's Avatar
 
elite*gold: 0
The Black Market: 517/0/0
Join Date: Jan 2012
Posts: 16,498
Received Thanks: 3,525
Start with clean v15 files & source. This is the only one way I can recommend for you. ^^
Lumi is offline  
Old 08/25/2015, 13:24   #3



 
Flogolo's Avatar
 
elite*gold: 100
Join Date: Nov 2011
Posts: 4,893
Received Thanks: 800
v15 is easier to understand and recommended for beginners, check the guides and releases area for files and tuts, or use a setup service (check the signature of Lumi )
Flogolo is offline  
Thanks
1 User
Old 08/25/2015, 13:52   #4
 
danema's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 315
Received Thanks: 20
I know of programm in c, c# so i think its not a big problem to start from a v15 but i dont know what to add to go to v19.
Someone can suggest me?
danema is offline  
Old 08/25/2015, 13:57   #5
 
-Venom''s Avatar
 
elite*gold: 10
Join Date: Jan 2015
Posts: 937
Received Thanks: 449
For a Full v19 Server you Need:

- v19 Parameter
- v19 Systems
- v19 Interface
- v19 Maps / Models - If there are new

That's all I know


Sorry for my bad English
-Venom' is offline  
Old 08/25/2015, 15:05   #6



 
- DK's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,466
Received Thanks: 3,218
Quote:
Originally Posted by Gentros' View Post
For a Full v19 Server you Need:

- v19 Parameter
- v19 Systems
- v19 Interface
- v19 Maps / Models - If there are new

That's all I know


Sorry for my bad English

For V19 Interface:
PHP Code:
CWndMenu::DrawBackground
CWndEdit
::DrawCaret
CWndEdit
::OnChar_
CWndEdit
::GetResultString
CWndEdit
::GetCompString
CWndEdit
::IsYouMessage
CTheme
::RenderWndTextFrame
CWndDialog
::OnInitialUpdate
CWndCharInfo
::PaintFrame
CWndStatus
::OnInitialUpdate
CWndCharInfo
::OnInitialUpdate
CWndCharacter
::OnInitialUpdate
CWndNavigator
::SetWndRect
CWndNavigator
::OnSize
CWndNavigator
::OnLButtonDown
CWndNavigator
::CWndNavigator
CWndNavigator
::OnInitialUpdate
CWndSelectChar
::OnDraw
CWndWorld
::OnInitialUpdate 
For Systems:
PHP Code:
/**---------V19--------**/
#if __VER >= 19
#define __INTERFACE_V19                    //V19-CommonInterfaceChanges <= needed for v19 Interface
#define __Y_INTERFACE_VER3                //InterfaceUpdate ver3
#define __19_INTERFACE_UPDATE            //Resdata + APP_NOTICE + common
#define __BUTTONS_V19                    //V19-Interface (Buttons)
#define __WINDOWS_V19                    //V19-Interface (Titels + other)
#define __NAVIGATOR_V19                    //V19-Interface    (Navigator)
#define __FONT_V19                        //V19-Interface (Font + other Colors)
#define __TASKBAR_V19                    //V19-Interface    (Taskbar)
#define __TARGET_INF_V19                //V19-Interface (TargetInf)
#define __CHAT_V19                        //V19-Interface (Chat)
#define __STATUS_V19                    //V19-Interface (Character-Status)
#define __GAUGE_V19                        //V19-Interface (Gauge Bars)
#define __V19_NPC_MENU                    //V19-Interface (NPC-Menu)
#define __NEW_EXCHANGE_V19                //V19-Interface (Exchange)
#define __FLY_COUPON                    //V19-Interface (Coupon-Shop)
#define __ALPHA_MASK                    //V19-Interface (Alpha Mask for __TASKBAR_V19)
#define __CONSIGNMENT                    //Auktionshaus
#define __CONSIGNMENT_CURRENCY            //Wahrungen des Auktionshauses    
#define __CONSIGNMENT_TAXES                //Steuern
#define __MADRIGAL_GIFT_POINT            //MadrigalGift
#define __ELLDINPOTION                    // Elldin's Jar!
#ifdef __ELLDINPOTION
#define ELLDINPOTION_MAX_HP 1000000
#endif // __ELLDINPOTION
#endif // __VER >= 19 
i sale full v19 Files :3
- DK is offline  
Old 08/25/2015, 17:15   #7
 
elite*gold: 0
Join Date: Feb 2015
Posts: 87
Received Thanks: 20
Quote:
Originally Posted by .ACE. View Post
For V19 Interface:
PHP Code:
CWndMenu::DrawBackground
CWndEdit
::DrawCaret
CWndEdit
::OnChar_
CWndEdit
::GetResultString
CWndEdit
::GetCompString
CWndEdit
::IsYouMessage
CTheme
::RenderWndTextFrame
CWndDialog
::OnInitialUpdate
CWndCharInfo
::PaintFrame
CWndStatus
::OnInitialUpdate
CWndCharInfo
::OnInitialUpdate
CWndCharacter
::OnInitialUpdate
CWndNavigator
::SetWndRect
CWndNavigator
::OnSize
CWndNavigator
::OnLButtonDown
CWndNavigator
::CWndNavigator
CWndNavigator
::OnInitialUpdate
CWndSelectChar
::OnDraw
CWndWorld
::OnInitialUpdate 
For Systems:
PHP Code:
/**---------V19--------**/
#if __VER >= 19
#define __INTERFACE_V19                    //V19-CommonInterfaceChanges <= needed for v19 Interface
#define __Y_INTERFACE_VER3                //InterfaceUpdate ver3
#define __19_INTERFACE_UPDATE            //Resdata + APP_NOTICE + common
#define __BUTTONS_V19                    //V19-Interface (Buttons)
#define __WINDOWS_V19                    //V19-Interface (Titels + other)
#define __NAVIGATOR_V19                    //V19-Interface    (Navigator)
#define __FONT_V19                        //V19-Interface (Font + other Colors)
#define __TASKBAR_V19                    //V19-Interface    (Taskbar)
#define __TARGET_INF_V19                //V19-Interface (TargetInf)
#define __CHAT_V19                        //V19-Interface (Chat)
#define __STATUS_V19                    //V19-Interface (Character-Status)
#define __GAUGE_V19                        //V19-Interface (Gauge Bars)
#define __V19_NPC_MENU                    //V19-Interface (NPC-Menu)
#define __NEW_EXCHANGE_V19                //V19-Interface (Exchange)
#define __FLY_COUPON                    //V19-Interface (Coupon-Shop)
#define __ALPHA_MASK                    //V19-Interface (Alpha Mask for __TASKBAR_V19)
#define __CONSIGNMENT                    //Auktionshaus
#define __CONSIGNMENT_CURRENCY            //Wahrungen des Auktionshauses    
#define __CONSIGNMENT_TAXES                //Steuern
#define __MADRIGAL_GIFT_POINT            //MadrigalGift
#define __ELLDINPOTION                    // Elldin's Jar!
#ifdef __ELLDINPOTION
#define ELLDINPOTION_MAX_HP 1000000
#endif // __ELLDINPOTION
#endif // __VER >= 19 
i sale full v19 Files :3
Preis?
n5xda is offline  
Old 08/25/2015, 17:17   #8
 
-Venom''s Avatar
 
elite*gold: 10
Join Date: Jan 2015
Posts: 937
Received Thanks: 449
Quote:
Originally Posted by n5xda View Post
Preis?
Da kannste auch die Releaste Version nehmen ...
Die ist Kostenlos und ist genau so

-Venom' is offline  
Old 08/25/2015, 18:06   #9



 
- DK's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,466
Received Thanks: 3,218
Quote:
Originally Posted by Gentros' View Post
Da kannste auch die Releaste Version nehmen ...
Die ist Kostenlos und ist genau so

Kann er versuchen wenn er alle Bugs fixt

Der Preis ist auf Verhandlungsbasis .. Also wer es will, kann es haben, wer nicht soll bitte still sein
- DK is offline  
Old 08/25/2015, 18:29   #10
 
elite*gold: 0
Join Date: Feb 2015
Posts: 87
Received Thanks: 20
funktioniert das Auktionshaus ?
n5xda is offline  
Old 08/25/2015, 18:48   #11



 
- DK's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,466
Received Thanks: 3,218
Quote:
Originally Posted by n5xda View Post
funktioniert das Auktionshaus ?
Komplett ohne Probleme
- DK is offline  
Old 08/25/2015, 23:59   #12

 
*~Valvatorez~*'s Avatar
 
elite*gold: 110
Join Date: Jul 2013
Posts: 581
Received Thanks: 685
Best files to start over -> v15 or v16.


Bin wieder raus hier o/
lg.
*~Valvatorez~* is offline  
Thanks
4 Users
Old 09/05/2015, 09:30   #13
 
danema's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 315
Received Thanks: 20
Thanks for every one. I decide to start over with v15 files. Niw how i update it to v16 then v17, v18 and finally to v 19? I ttied to search for v16 system etc but found nothing.
danema is offline  
Old 09/05/2015, 19:38   #14



 
Flogolo's Avatar
 
elite*gold: 100
Join Date: Nov 2011
Posts: 4,893
Received Thanks: 800
Quote:
Originally Posted by danema View Post
Thanks for every one. I decide to start over with v15 files. Niw how i update it to v16 then v17, v18 and finally to v 19? I ttied to search for v16 system etc but found nothing.
You can add v16-v19 content like dungeons, weapons and so on, without changing the complete files, just the resource :P
Flogolo is offline  
Old 09/05/2015, 20:30   #15
 
danema's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 315
Received Thanks: 20
uhmm i understand but what are the dungeon to put or the items to put? how i can know them?
danema is offline  
Reply


Similar Threads Similar Threads
Which files to start?
11/11/2014 - Metin2 Private Server - 0 Replies
Hello, I want to create metin server. I have some experience about metin editing, but I cannot find any clean or not highly bugged files. I need 20190 - 34083 (2011 - 2013) files + client. I have VPS hosted for 1 year. Can you recommend me some good files? Which files are all those private servers using?
40k Files Start Error
11/01/2014 - Metin2 Private Server - 6 Replies
Hello, The Proplem Is When I Start The Server It Doesn't Start Video Error Files 40k - YouTube FreeBSD 9.2 Hamachi Please Help
T2 - Files - Start quest name?
11/28/2012 - Metin2 Private Server - 0 Replies
Guten Abend.. Mein Freund will wissen wie die start Quest von den T2 Files in Filezilla heißt weis es jemand?
1678 files start.sh
06/18/2012 - Metin2 Private Server - 3 Replies
Hallo epvp ich brauche aus 1678 daroo files die start.sh da ich meine ausfersehen über schrieben habe kan mir die einer hir in anhand oder rein kopiren der krigt ein thx



All times are GMT +1. The time now is 16:44.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.