Register for your free account! | Forgot your password?

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

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

Advertisement



I really need help with making a private server

Discussion on I really need help with making a private server within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
marcosppp's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 35
Received Thanks: 14
I really need help with making a private server

Ok... i know how to make one... Just dont understand it.... I need someones help. If you can help make it Please have Teamviewer and IM or email me at If you can help me make it non hamachi that would be great!

If this is against the rules any way please lock it
marcosppp is offline  
Old 11/04/2010, 22:34   #2
 
elite*gold: 25
Join Date: Mar 2010
Posts: 2,463
Received Thanks: 1,652
What is your problem?
Krakato2 is offline  
Old 11/04/2010, 22:51   #3
 
marcosppp's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 35
Received Thanks: 14
Quote:
Originally Posted by Firstbasher View Post
What is your problem?
First i dont know where half the things you need to make a pserver are.. If you have an email just IM me we can talk more there

Bump.

Please help

Why do these threads die?

.... Tagalog?

marcosppp is offline  
Old 11/05/2010, 08:06   #4
 
Jay Niize's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 4,851
Received Thanks: 3,417
#reportet wegen Doppelpost
#reportet - 6 mal hintereinander geschrieben in 1 Stunde und 36 Mins


Quote:
Originally Posted by Dell Honne View Post
All right now, i know A LOT of people have been having trouble making a v15 server, so I've decided to make a more detailed guide with most of the fixes in them.

Downloads!

Repack + Client + Databases




Neuz


Mssql


Resource Hacker


Databases Only


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:
[B]ACCOUNT_DBF
CHARACTER_01_DBF
ITEM_DBF
EoCRM_DBF
EoCRm_DBF_R
MANAGE_DBF
RANKING_DBF
LOGGING_01_DBF[/B]
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:
[B]log01
login
character01
ranking
manage[/B]
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:
[B]login = ACCOUNT_DBF
Character01 = Character_01_DBF
log01 = logging_01_dbf
ranking = ranking_dbf
manage = manage_dbf[/B]
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 and database.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 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.



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.
Jay Niize is offline  
Old 11/06/2010, 00:09   #5
 
elite*gold: 0
Join Date: Nov 2010
Posts: 67
Received Thanks: 3
Lol, If you tell us your prob. We can maybe help you...
DopeFlyff is offline  
Reply


Similar Threads Similar Threads
Need Help making a private server
09/10/2010 - CO2 Private Server - 3 Replies
Im having trouble with the 5165 client ive been working on and i cant set it to 32 bit mode and asking questions are leading me nowhere. I just want a simple private server for me and a couple of friends that we can mess around in no one else so that i wouldnt need to learn how to block their aimbot and bots. I want to know if its easier to make another server like a 5065 or 5095 which ever one i only want the ninja skills poison star and counter kill other than that ninjas are useless so if...
[Help]Eud Making Private Server
06/28/2009 - EO PServer Hosting - 1 Replies
how can i make a private server for eudemons a video hw to make a video lolz....



All times are GMT +2. The time now is 16:50.


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.