Flyff Online

Now Release V19

he has:

-V19 buttons
-V19 colors
-Title of the windows in the center
-size of items in inventory (was lopsided if someone can help me)
-and various other little things

*change the theme for v19 theme
*do not forget to use my resource

Source
SOURCE

update 1:
- Fixed login
- Radius and check buttons fixed colors
- Environment effect now functional
- Pet filter was removed
- Fixed fast job change
- Resource no errors

Source
UPDATE 1







update 2:
- NPC dialog crash fixed(when get quest- error in buttons)
V19 buttons fixed
- Login buttton V19 style added (becomes clickable after writing something in the area of password)
- Status v19 bars added
- Messenger colors fixed
- Guild window buttons fixed
- Title of window v19 changed to flyff v19 USA
- Etc...

Source
UPDATE 2









UPDATE 3

-added new v19 parameters;
-treasure chest;
-new ticket system
-v19 new notice;
-v19 new adv buttons;
-loading screens v18/19 added;
-combobox adjusted size;
-resdata v19 color system;
-new reading spec_item;
-new reading propmover;
-v19 taskbar fixes( alt and f10 );
-v19 taskbar position of click to move fixed
-v19 taskbar slide fixed
-fixed many bugs;
-etc...;

*OBS:many things are set to see "__VER >= 19";

DOWNLOAD:
update 3 download


DOWNLOAD OF UPDATE 3 did contain:

-Source
-Dates
-Resource (no Models / no Worlds)
-Program Folder


now release
V17 files and clients
You selected only one directory
Megaupload or RapidShare Dont Mix







OTHER DOWNLOADs

RESOURCE:
resource part 1
resource part 2
resource part 3

*OBS:The resource is divided into 3 parts, join parties with hjsplit.exe;
hjsplit.exe

THEME:
theme folder
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
http://www.chinurarete.de/Sub/release/
MAPS




MONSTERS





SETS




V16 now is release

today im releasing the V16 Ready Files.

The following V16 Content is avaible

- V16 Maps + Dungeon
- V16 Mobs + Weapons
- New CS Pets
- Skeleton Weapons
- Custom Content from TuneUpFly

Download here Part 1
Download here Part 2

The Client for the Files

V15 DB Backups

That are not my Database Backups, but im using the same.
I dont can upload my Databases because there are more than 2k Accounts and more than 3k Characters inside.

Ive upped the Client, that works perfectly with the files.
Only the Modelfolder i deleted, because of to big .rar image size.
Copy the Modelfolder from the Files to the Client.
You dont have to extract something, all is done!

I don't give support because the files run without any errors.

You can use a normally V15 DB for the files.

__________________________________________________

Credits go to:

- Gala Lab / Aeonsoft for the files
- TuneupFly for the nice ftp access xD
- and me for fixxing many errors and fix the models.

V15 New

Downloads!

Repack + Client + Databases
Mediafire Link
Megaupload Part 1
Megaupload Part 2

Neuz
Neuz.exe

Mssql
Mssql Link

Resource Hacker
Resource Hacker

Databases Only
v15 Databases

Guide:

The first thing you need to do is install MSSQL. Just run the setup and go through the installation, DO NOT forget to make it in mixed mode and enter a good password.

After the installation is done you need to restore the databases. All the databases can be found in the "DATABASE" folder. For convenience you should copy them to your MSSQL's backup folder. Now that they are in the backup folder, Start MSSQL Server Management Studio Express and login using SQL Auth.

Your username: sa
Your passowrd: the password you chose
Instance: Yourpcname\SQLEXPRESS

After you've logged in, right click on database and click "Restore Database". Now a screen should pop up, Put in your databases name. The names should be like this
Code:
ACCOUNT_DBF
CHARACTER_01_DBF
ITEM_DBF
EoCRM_DBF
EoCRm_DBF_R
MANAGE_DBF
RANKING_DBF
LOGGING_01_DBF
After you put the name of the database in, check "From Device"
and click on the "..." button next to it and click on add and select your .bak file as i mentioned at the beginning the .bak files should popup after pressing add.

After that click on "OK"

Below the "From Device" Field will now be your Backup location

Check the "Restore" column and click on "Options" and check "Overwrite existing Database"

in the Field below you need to set your SQL DATA Folder
Code:
C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\DATA for x64 Systems
or
C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA for x86 systems
After all that is done, click OK and the database should be restored, make sure you do this for ALL of them.

Now you need to link the servers on this part.

Add linked server "RANKING"

Code:
exec sys.sp_addlinkedserver  'RANKING', '', 'SQLNCLI', 'SQL SERVER INSTANZNAME', null, null, 'RANKING_DBF'

exec sys.sp_serveroption @server='RANKING', @optname='rpc', @optvalue='true'
exec sys.sp_serveroption @server='RANKING', @optname='rpc out', @optvalue='true'
Add linked server "ACCOUNT"

Code:
exec sys.sp_addlinkedserver  'ACCOUNT', '', 'SQLNCLI', 'SQL SERVER INSTANZNAME', null, null, 'ACCOUNT_DBF'

exec sys.sp_serveroption @server='ACCOUNT', @optname='rpc', @optvalue='true'
exec sys.sp_serveroption @server='ACCOUNT', @optname='rpc out', @optvalue='true'
Add linked server "CHR01"

Code:
exec sys.sp_addlinkedserver  'CHR01', '', 'SQLNCLI', 'SQL SERVER INSTANZNAME', null, null, 'CHARACTER_01_DBF'

exec sys.sp_serveroption @server='CHR01', @optname='rpc', @optvalue='true'
exec sys.sp_serveroption @server='CHR01', @optname='rpc out', @optvalue='true'
DO NOT just copy and paste then run these, you need to edit something in them, change SERVER INSTANZNAME to your instance name.

Now its ODBC time, open up run.exe and type in odbcad32.exe
and hit run.

Now ODBC should open up, Click on USER-DSN and press "ADD".

YOU MUST FOLLOW THIS EXACTLY

First, choose SQL NATIVE CLIENT and click finish.
You need to create these odbc's in order for everything to work correctly.

Code:
log01
login
character01
ranking
manage
In the NAME field, type in the ODBC name from above. In server name type in your SQL server instance.

Next choose SQL Authentication mode and enter your password. NOTE: This DOES NOT ALWAYS WORK, if you have problems with running the exe's at the end you need to change this to WINDOWS AUTHENTICATION.

In the next window set the default database like this.

Code:
login = ACCOUNT_DBF
Character01 = Character_01_DBF
log01 = logging_01_dbf
ranking = ranking_dbf
manage = manage_dbf
At the next screen there's nothing much to do EXCEPT if your OS is in a different language you need to change the default language to ENGLISH in this screen. Or else you'll have problems.

Thats one ODBC down, now you need to do the rest.
After all this is done you need to go into your Files folder and edit all the ini's. Where it says YOURIP, enter in 127.0.0.1. And in worldserver.ini anddatabase.ini, make sure you edit the resource path to match your own resource folder path.

Last thing is to run your server files, they are numbered so this part is pretty simple.

If you got errors with the login incorrect in one of the error files. Try and run all Servers in Adminstration mode (RightClick + Run As Administrator) or turn off the UAC this will fix the prob.

and make sure all ODBC's are running on Windows Authentication

Now you should have a 100% working v15 server.

You should now RESHACK your Neuz.exe. Download Reshacker and open neuz.exe in it. Change the port to 15400 and the IP to 127.0.0.1 IF YOUR HOSTING IT ON YOUR PC, If not then change it to YOUR server's IP



Creating An Account

This is how you create an account, the CORRECT way.

Find the dbo.CREATEACCOUNT procedure in the release section, it is posted by Reimniess.
DO NOT USE the dbo.ASP.createaccount OR ANYTHING like that, they DO NOT WORK!

Execute the SQL you get from his post and make sure it is executed in the ACCOUNT_DBF databases.

Then go to the procedure and EXECUTE it.

You should see two fields you need to fill. Put in your USERNAME in the first one. MAKE SURE IT IS ALL LOWERCASE.

Then go to here MD5 GENERATOR and in the field put in serusadmin.

Then click the md5 button at the bottom and you should get


Code:
ef9e8ddbf4e00ffef8991065a3fdef8c
copy and paste that and put it into the password field under your username.

Now press EXECUTE and execute the script, now you should have an account with the password "admin" with no "" around it.

Hopefully this will be the LAST time i have to post about making an account since it is VERY VERY easy to make an account.

NOTES: serus is the SALT, you need to use this SALT everytime you create an account, i don't know what a SALT is nor do i really care, all i know is that you MUST use this SALT to make your account work. Or ASK SERUS to remove the salt from the neuz.exe or do it yourself.


PS: The CAPS are used only so that it becomes more clear, I'm neither flaming or yelling XD


To create an account an admin, run this query.

Admin Query

Credits

SerusUriel for the repack and first guide.
Synaptic for the Linked Server queries.
Dell Honne for reshack/fixes/guide.
Treachery for the Database link.


Note: Guide looks like crap i need to fix it up a lot! If i missed something please tell me, also if you still need help feel free to post in this thread, i will try to help you or someone else will be able to.


V15 tut
Have fun!
 Downloads here
(Download and Extract it.)

MSSQL EXPRESS 2005:
http://go.microsoft.com/fwlink/?linki...

New Repack (Download and Extract .):
part1 :http://www.megaupload.com/?d=3B9L0XM5
par2: http://www.megaupload.com/?d=WJ41UKA9

Databases(Backup .baks):
http://rapidshare.com/files/380508802...

NeuzUnique :
http://rapidshare.com/files/381729281...

Reshack:
http://www.angusj.com/resourcehacker/

Credits:
Download links (Ragezone)
First Guide (Ragezone)
Video guide by me!! :D