Compile the source files+Release vc2003/source

You sure you got the right port location? Port is defined in Neuz resource string-table and not in code.

@Jdacez.
Seems to be your CHARACTER_STR being different from proper v15.
Check parameters in the procedure and compare them to the enabled parameters in the source.
 
Last edited:
i can get in without a problem, if i use Neuz from the files ...

but i cant get in if i use a selfmade Neuz...

what do you mean with:

"5.Put the client header files in..\..\resource folder"

do you mean DataSubs.res ?
 
Lol don't say it doesn't work. First tell your errors then we say you made a stupid mistake and probably call you noob. Then you can compile the source and say thank you.
(You can't say you have posted your errors and asked for help because you only have one post)
 
not i done just about every guide on the site and still can not get a working server and client can only use the repack ones

i can get every to compile with out errors but the client crashes every time and when i check the forums i see the same thing every time the client .res files are no good to use with code get the from official client well the would be v17 witch will not compile and if you do get it to compile with out errors the client crashes

i assume at the time the code hit the forums the official client was V15. so i think until some one post a clean v15 client that has not be modified you are going to get new comers posting about errors and things not working
 
just curious :) ... is it possible sir? Sir it's my first to compile and edit the source... if I compile one thing ... Should I compile the rest too? even the Neuz?... After Compiling what file/s should I copy from the OUTPUT folder to server files?

---------- Post added 22-05-11 at 12:16 AM ---------- Previous post was 21-05-11 at 11:53 PM ----------

I've Got this error when I compile the World server...How can I fix it?

c:\Users\Cayabyab\Desktop\Flyff Clean Source\Official Source\WORLDSERVER\StdAfx.h(40): fatal error C1083: Cannot open include file: 'd3d9.h': No such file or directory
 
Last edited:
I downloaded these:



Then when i install that it shows me this.

Quget - Compile the source files+Release vc2003/source - RaGEZONE Forums
 
just curious :) ... is it possible sir? Sir it's my first to compile and edit the source... if I compile one thing ... Should I compile the rest too? even the Neuz?... After Compiling what file/s should I copy from the OUTPUT folder to server files?

---------- Post added 22-05-11 at 12:16 AM ---------- Previous post was 21-05-11 at 11:53 PM ----------

I've Got this error when I compile the World server...How can I fix it?

c:\Users\Cayabyab\Desktop\Flyff Clean Source\Official Source\WORLDSERVER\StdAfx.h(40): fatal error C1083: Cannot open include file: 'd3d9.h': No such file or directory
required libraries/header needed
 
Sir Kingolo how can I enable the libraries? .. I already paste the .h files in the resource folder...
but i don't this:
"7.Make sure the libary paths are right"

Where can I check if the library paths are right^_^
 
I downloaded these:



Then when i install that it shows me this.

Quget - Compile the source files+Release vc2003/source - RaGEZONE Forums

Lol, thats update for microsoft Visual studio...
not the intere programm..

you can buy it orrrr
the pirate bay it:love: ;>
 
Sir Kingolo how can I enable the libraries? .. I already paste the .h files in the resource folder...
but i don't this:
"7.Make sure the libary paths are right"

Where can I check if the library paths are right^_^
Open All.sln
Right-click selected solution
Properties

Include Directories are in the C/C++ section
Library Directories are in the Linker section
 
Back