Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[VS22] v18.3 (Custom + V21 Content)

Newbie Spellweaver
Joined
May 12, 2022
Messages
85
Reaction score
2
Re: [VS22] v18.3

Can you elaborate? I've been looking for a long time and haven't found how to change it! Thank you.
 
Newbie Spellweaver
Joined
May 12, 2022
Messages
85
Reaction score
2
Re: [VS22] v18.3

Got it, thank you very much for answering!
 
Experienced Elementalist
Joined
Mar 16, 2010
Messages
249
Reaction score
64
Re: [VS22] v18.3

Thanks for this source. I've used others and they all were usually v15. I know this is just v15 with v19 additions, but it's pretty good. Appreciate the work you put into making it public and helping out. Also paired it with the Azuriom CMS and it's a dream come true. Works VERY well, outside of the in-game browser being crap and broken. Not sure why, but I'll look into it myself.

Thanks again!
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Re: [VS22] v18.3

Thanks for this source. I've used others and they all were usually v15. I know this is just v15 with v19 additions, but it's pretty good. Appreciate the work you put into making it public and helping out. Also paired it with the Azuriom CMS and it's a dream come true. Works VERY well, outside of the in-game browser being crap and broken. Not sure why, but I'll look into it myself.

Thanks again!

You can fix the browser issues just by searching for about:blank in the source and changing to what you need.
 
Experienced Elementalist
Joined
Mar 16, 2010
Messages
249
Reaction score
64
Re: [VS22] v18.3

Yeah, I probably should have followed the wiki exactly, but didn't want to change out whole chunks of code willy nilly and end up breaking something. Thanks for the advice, Ketchup!
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
131
Re: [VS22] v18.3

Solo quiero decir que los archivos en la carpeta RESCLIENT se han ido. el servidor funciona normal, pero no puedo acceder al juego porque no tiene neuz.

Have you tried reading the instructions on how to create the execution files with visual studio? This is something you will have to figure out because it is necessary to be considered a developer. Else you can just simply hold the power button on your computer for 30 seconds and see what happens.
 
Newbie Spellweaver
Joined
Apr 2, 2021
Messages
11
Reaction score
1
Re: [VS22] v18.3

The Resclient files are not found, the new is not anywhere, excuse my ignorance, I'm waiting on this!
 
Experienced Elementalist
Joined
Sep 24, 2009
Messages
207
Reaction score
13
Re: [VS22] v18.3

The Resclient files are not found, the new is not anywhere, excuse my ignorance, I'm waiting on this!

You need to create them - go to Folder Server/Resource and Start merge.exe
Lodelight - [VS22] v18.3 (Custom + V21 Content) - RaGEZONE Forums

After that you will find your ResClient Files in Folder Server/ResClient
Lodelight - [VS22] v18.3 (Custom + V21 Content) - RaGEZONE Forums


Copy them to your Client folder, Copy Flyff.b from Server Folder to Program and start :)
Ketchup
thanks for this release, after years of being not active and not following the scene its a good Source to get started with development!
 
Last edited:
Newbie Spellweaver
Joined
Apr 2, 2021
Messages
11
Reaction score
1
Re: [VS22] v18.3

Thanks dennis dra, it helped me a lot, you can turn on the server. By the way, if you need a Junior, I am available, I really want to be better and learn!
 
Newbie Spellweaver
Joined
Jul 8, 2011
Messages
29
Reaction score
0
Re: [VS22] v18.3

can i ask what is this error i received recently?

CHousingMng::DestroyHousing() - Housing not found : 1

Is this error can cause a harm in server?? how to fix this one??
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Re: [VS22] v18.3

can i ask what is this error i received recently?

CHousingMng::DestroyHousing() - Housing not found : 1

Is this error can cause a harm in server?? how to fix this one??

I wouldn't sweat it to much but if you want to fix it or see what causes it then search the source for:
Code:
CHousingMng::DestroyHousing()
 
Initiate Mage
Joined
Jun 19, 2021
Messages
4
Reaction score
1
Re: [VS22] v18.3

Hello,

i try this file on Windows 11.
I make the server on virtualbox and everything works well.
But the client not. Does this file support Windows 11 ?

Thanks for answering.
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Re: [VS22] v18.3

Hello,

i try this file on Windows 11.
I make the server on virtualbox and everything works well.
But the client not. Does this file support Windows 11 ?

Thanks for answering.

Works fine on windows 11, make sure you have direct x 9 installed.
 
Initiate Mage
Joined
Jun 19, 2021
Messages
4
Reaction score
1
Re: [VS22] v18.3

Thanks for the answer. I installed DirectX9 but still the same issue. :(
After i open with the -Start Game.bat, have a white screen with the Neuz, and crash after that.

Lodelight - [VS22] v18.3 (Custom + V21 Content) - RaGEZONE Forums
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Re: [VS22] v18.3

Thanks for the answer. I installed DirectX9 but still the same issue. :(
After i open with the -Start Game.bat, have a white screen with the Neuz, and crash after that.

Lodelight - [VS22] v18.3 (Custom + V21 Content) - RaGEZONE Forums

That's due to not putting the datasubs in your client root.

Use merge in Server/Resource then copy the files from Server/ResClient to your actual client where your neuz is.
 
Initiate Mage
Joined
Jun 19, 2021
Messages
4
Reaction score
1
Re: [VS22] v18.3

That's due to not putting the datasubs in your client root.

Use merge in Server/Resource then copy the files from Server/ResClient to your actual client where your neuz is.

Everything looks ok when i compile source.

Lodelight - [VS22] v18.3 (Custom + V21 Content) - RaGEZONE Forums


But no file on Server/ResClient :(

Lodelight - [VS22] v18.3 (Custom + V21 Content) - RaGEZONE Forums
 
Back
Top