Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server > Flyff PServer Guides & Releases
You last visited: Today at 09:20

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

Advertisement



[RE RELEASE] Blessed READY TO PLAY

Discussion on [RE RELEASE] Blessed READY TO PLAY within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2014
Posts: 69
Received Thanks: 12
[RE RELEASE] Blessed READY TO PLAY

hello I make this release (blessed files) in 1 file, the server is ready for use
patches have been added and Fix white screen
you just have to make the changes in:


Code:
DB_PWD_LOG	"Your password sql"
DB_PWD_CHARACTER	"Your password sql"
DB_PWD_BACKEND	"Your password sql"
DB_PWD_ITEMUPDATE	"Your password sql"
In script , databaseserver , worldservers etc ..
Use sql 2005 and vs2003.

Database : simpler backup :

Code:
https://mega.nz/#!PvhUSKQI!R9aceAY84pisS_o0k64S8EQapYkBVcBKWrE_BaPnd1U
Files server ALL :


Code:
https://mega.nz/#!uvBTkI6J!X7MBVz2xH58gFj4y32rCjgiJeaiDKk_mapMm0wqBn2o
GOOD GAME

Crédits :

Credits, thanx to

Ryandiffer9575 - For New release simpler

Akerius - for releasing the server and source files.

anth0ny989 - for uploading and editing the client files

kitballard - for uploading and linking MSSQL, resource hacker, GM commands, All in One Database file, and the md5 website. and double thanx to her for getting my 1st server up and running.
I did not have time to do the sorry anti virus scan

intelligence- for the link to the VS 2003 file

SlingShot- for helping me solve my problem on getting the Blessed Flyff running.

FilixXx - for the guide on how to compile the code

PS: I did this because I have a good internet connection and I want to help as best as I can ..


Just copie world resource in client .
Ryandiffer9575 is offline  
Old 04/24/2019, 10:12   #2
 
elite*gold: 60
Join Date: Sep 2017
Posts: 424
Received Thanks: 138
Dude, you made my Day!
We have 2019 and you Release something required -> SQL 2005 / VS 2003

Why you dont "Re-Release" it on SQL 2008 / 2012 or 2014 with a Source for VS 2012 or 2017
Dr. Peacock is offline  
Old 04/24/2019, 10:15   #3
 
elite*gold: 0
Join Date: Jan 2014
Posts: 69
Received Thanks: 12
Because I do not have the skills, I start in FlyFF, it's just a release ..
Ryandiffer9575 is offline  
Old 04/24/2019, 11:00   #4
 
Naltalah's Avatar
 
elite*gold: 0
Join Date: Aug 2016
Posts: 308
Received Thanks: 372
WorldServer VersionCommon.h

Code:
#ifndef __VERSION_COMMON_H__
#define __VERSION_COMMON_H__ 
#define __MAINSERVER
#define	__PETFILTER 
#define __QUGET_SWAP_FIX
#define __REBIRTH
#define __NEW_TELEPORT
#define	__VER 17

#if !defined( __TESTSERVER ) && !defined( __MAINSERVER )
	#define __INTERNALSERVER
#endif

#if (_MSC_VER > 1200)
#define		__VS2003		
#endif

#define	__APP_TELEPORTER

#if __VER >= 16
#define __NEW_PROP_PARAMETER 
#define __3RD_LEGEND16 
#define __IMPROVE_MAP_SYSTEM
#define __INSTANCE_AGGRO_SYSTEM
#define __NEW_ITEM_VARUNA
#endif // __VER >= 16

#if __VER >= 17
#define	__FASHION_COMBINE
#define __NEW_WEAPON_GLOW
#define __COLOSSEUM
#endif // __VER >= 17
Neuz VersionCommon.h

Code:
#ifndef __VERSION_COMMON_H__
#define __VERSION_COMMON_H__
#define __MAINSERVER
#define	__PETFILTER 
#define __QUGET_SWAP_FIX
#define __REBIRTH
#define __NEW_TELEPORT
#define	__VER 17

#if !defined( __TESTSERVER ) && !defined( __MAINSERVER )
	#define __INTERNALSERVER
#endif

#if (_MSC_VER > 1200)
#define		__VS2003		// ÄÄÆÄÀÏ·¯º¯°æ.net
#endif

#define	__APP_TELEPORTER

#if __VER >= 16
#define __GUILD_COLOR
#define __NEW_PROP_PARAMETER 
#define __3RD_LEGEND16 	
#define __NO_AFTER_SKIN 
#define __IMPROVE_MAP_SYSTEM 
#define __NEW_SKILL_TREE 
#define __INSTANCE_AGGRO_SYSTEM 
#define __LOADING_SCREEN_UPDATE
#define __NEW_ITEM_VARUNA
#endif // __VER >= 16

#if __VER >= 17
#define	__FASHION_COMBINE
#define __NEW_WEAPON_GLOW
#define __COLOSSEUM
#endif // __VER >= 17

#define __INVISIBLE_FIX
If anyone is wondering what's in this release.
Naltalah is offline  
Old 04/24/2019, 11:12   #5
 
Marvinoo_'s Avatar
 
elite*gold: 63
Join Date: Sep 2018
Posts: 32
Received Thanks: 12
Quote:
Originally Posted by Naltalah View Post
WorldServer VersionCommon.h

Code:
#ifndef __VERSION_COMMON_H__
#define __VERSION_COMMON_H__ 
#define __MAINSERVER
#define	__PETFILTER 
#define __QUGET_SWAP_FIX
#define __REBIRTH
#define __NEW_TELEPORT
#define	__VER 17

#if !defined( __TESTSERVER ) && !defined( __MAINSERVER )
	#define __INTERNALSERVER
#endif

#if (_MSC_VER > 1200)
#define		__VS2003		
#endif

#define	__APP_TELEPORTER

#if __VER >= 16
#define __NEW_PROP_PARAMETER 
#define __3RD_LEGEND16 
#define __IMPROVE_MAP_SYSTEM
#define __INSTANCE_AGGRO_SYSTEM
#define __NEW_ITEM_VARUNA
#endif // __VER >= 16

#if __VER >= 17
#define	__FASHION_COMBINE
#define __NEW_WEAPON_GLOW
#define __COLOSSEUM
#endif // __VER >= 17
Neuz VersionCommon.h

Code:
#ifndef __VERSION_COMMON_H__
#define __VERSION_COMMON_H__
#define __MAINSERVER
#define	__PETFILTER 
#define __QUGET_SWAP_FIX
#define __REBIRTH
#define __NEW_TELEPORT
#define	__VER 17

#if !defined( __TESTSERVER ) && !defined( __MAINSERVER )
	#define __INTERNALSERVER
#endif

#if (_MSC_VER > 1200)
#define		__VS2003		// ÄÄÆÄÀÏ·¯º¯°æ.net
#endif

#define	__APP_TELEPORTER

#if __VER >= 16
#define __GUILD_COLOR
#define __NEW_PROP_PARAMETER 
#define __3RD_LEGEND16 	
#define __NO_AFTER_SKIN 
#define __IMPROVE_MAP_SYSTEM 
#define __NEW_SKILL_TREE 
#define __INSTANCE_AGGRO_SYSTEM 
#define __LOADING_SCREEN_UPDATE
#define __NEW_ITEM_VARUNA
#endif // __VER >= 16

#if __VER >= 17
#define	__FASHION_COMBINE
#define __NEW_WEAPON_GLOW
#define __COLOSSEUM
#endif // __VER >= 17

#define __INVISIBLE_FIX
If anyone is wondering what's in this release.
Well, nothing. lol
Marvinoo_ is offline  
Thanks
1 User
Old 04/24/2019, 11:31   #6
 
elite*gold: 0
Join Date: Jan 2014
Posts: 69
Received Thanks: 12
This version is very well, ont part of v16, is for the developper to a self-source

I was going to add the TELEPORTER but it is already, so deleted in neuz and world APP_TELEPORTER
Ryandiffer9575 is offline  
Old 04/24/2019, 13:48   #7
 
Ecrypter's Avatar
 
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
nothings special
Ecrypter is offline  
Old 04/24/2019, 18:24   #8
 
elite*gold: 0
Join Date: Jan 2014
Posts: 69
Received Thanks: 12
Je viens d'ajouté SHOPPING_CART & SHOW_NEW_STATS celui qui veut les sources & les fichier resources pour que cela fonctionne dite le moi
Ryandiffer9575 is offline  
Old 04/30/2019, 19:34   #9
 
elite*gold: 0
Join Date: Aug 2013
Posts: 13
Received Thanks: 1
dead link
ramintum is offline  
Thanks
1 User
Old 05/13/2020, 07:17   #10
 
elite*gold: 0
Join Date: May 2018
Posts: 5
Received Thanks: 0
dead link
johnmichael123 is offline  
Old 05/13/2020, 11:26   #11
 
elite*gold: 0
Join Date: Jun 2019
Posts: 14
Received Thanks: 0
reupload?plz
wekwek09 is offline  
Old 05/14/2020, 02:51   #12
 
Ecrypter's Avatar
 
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
Quote:
Originally Posted by Naltalah View Post
WorldServer VersionCommon.h

Code:
#ifndef __VERSION_COMMON_H__
#define __VERSION_COMMON_H__ 
#define __MAINSERVER
#define	__PETFILTER 
#define __QUGET_SWAP_FIX
#define __REBIRTH
#define __NEW_TELEPORT
#define	__VER 17

#if !defined( __TESTSERVER ) && !defined( __MAINSERVER )
	#define __INTERNALSERVER
#endif

#if (_MSC_VER > 1200)
#define		__VS2003		
#endif

#define	__APP_TELEPORTER

#if __VER >= 16
#define __NEW_PROP_PARAMETER 
#define __3RD_LEGEND16 
#define __IMPROVE_MAP_SYSTEM
#define __INSTANCE_AGGRO_SYSTEM
#define __NEW_ITEM_VARUNA
#endif // __VER >= 16

#if __VER >= 17
#define	__FASHION_COMBINE
#define __NEW_WEAPON_GLOW
#define __COLOSSEUM
#endif // __VER >= 17
Neuz VersionCommon.h

Code:
#ifndef __VERSION_COMMON_H__
#define __VERSION_COMMON_H__
#define __MAINSERVER
#define	__PETFILTER 
#define __QUGET_SWAP_FIX
#define __REBIRTH
#define __NEW_TELEPORT
#define	__VER 17

#if !defined( __TESTSERVER ) && !defined( __MAINSERVER )
	#define __INTERNALSERVER
#endif

#if (_MSC_VER > 1200)
#define		__VS2003		// ÄÄÆÄÀÏ·¯º¯°æ.net
#endif

#define	__APP_TELEPORTER

#if __VER >= 16
#define __GUILD_COLOR
#define __NEW_PROP_PARAMETER 
#define __3RD_LEGEND16 	
#define __NO_AFTER_SKIN 
#define __IMPROVE_MAP_SYSTEM 
#define __NEW_SKILL_TREE 
#define __INSTANCE_AGGRO_SYSTEM 
#define __LOADING_SCREEN_UPDATE
#define __NEW_ITEM_VARUNA
#endif // __VER >= 16

#if __VER >= 17
#define	__FASHION_COMBINE
#define __NEW_WEAPON_GLOW
#define __COLOSSEUM
#endif // __VER >= 17

#define __INVISIBLE_FIX
If anyone is wondering what's in this release.
no Different in the original release
Ecrypter is offline  
Old 05/14/2020, 08:56   #13

 
elite*gold: 35
Join Date: Nov 2019
Posts: 113
Received Thanks: 31
Can you re-upload? :/
Heitanio is offline  
Old 05/14/2020, 16:30   #14
 
aeralakas21's Avatar
 
elite*gold: 0
Join Date: Dec 2017
Posts: 19
Received Thanks: 1
Thumbs up Server Files of Blessed Flyff Files v17v18?

Quote:
Originally Posted by Heitanio View Post
Can you re-upload? :/
Hit Thanks , and message me to my Skype : sejungwon21
aeralakas21 is offline  
Old 05/15/2020, 04:51   #15
 
elite*gold: 0
Join Date: Jul 2009
Posts: 39
Received Thanks: 1
re-upload pleas
DarkeSnake is offline  
Reply


Similar Threads Similar Threads
[Release]Blessed Infinitum Source
04/15/2020 - Flyff PServer Guides & Releases - 37 Replies
Credits: Akerius 100% Sein Beitrag aus ra*e*o*e
[Release] Verbesserte Blessed Files + Source + Client
11/25/2017 - Flyff PServer Guides & Releases - 43 Replies
Hallo Leute, Da ich ja der Admin von The Fantasy Battle war kann ich auch die files Releasen. Die Files sind auf den Blessed Files Aufgebaut. Features:
WTS blessed amarathine buster+300+5+2sa and blessed R99 scroll NAIA
01/17/2013 - Lineage 2 - 1 Replies
ICQ 448253794 MSN [email protected] Skype Va1ianT.
+ items and blessed items
03/11/2006 - Conquer Online 2 - 19 Replies
Anyone got a tool or file that shows + and blessed items on ground like the item quality file? cus you still need to pick up all items to make sure you dont miss any +es
Tortois gems and blessed
02/13/2006 - Conquer Online 2 - 12 Replies
This is question and thing to think about maybe someone can answer. Ok suppose that we've got trojan with all equipment blessed to max that mean 7x7%=49% of damage reduced. Now we have all equipment 2 sock(i know it's hard or allmost imposible but that's just theory) and we put super tortois gem in each socket that makes 7x2x6%=84% plus blessed it gives us 133% of damage reduced. So when any one atacks me i don't get any damage??How does it work??so is it possible to be invincible?? or...



All times are GMT +1. The time now is 09:25.


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