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!

My Source (v16)

Newbie Spellweaver
Joined
Feb 1, 2009
Messages
27
Reaction score
1
I got too much errors with the declaration of LANG_XXX an some others.

EDIt: Well i cleaned of files, extracting them again, and try again.

---------- Post added at 05:08 PM ---------- Previous post was at 04:46 PM ----------

Well now i got problem with the DX library.

I'm gonna try to implent this release with the Dits sources.
 
Last edited:
Banana
Loyal Member
Joined
Feb 15, 2009
Messages
1,012
Reaction score
855
Do you people ever even bother to READ the errors?
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
I just realized something about this source (indirectly related to it) that kinda sucks
The source can read the new resdata.inc format, but what about Daisy? lol how are we supposed to fully use the new format without Daisy using it? xD
 
Newbie Spellweaver
Joined
Feb 1, 2009
Messages
27
Reaction score
1
Is someone got problem to compile with the Colosseum ?

I finally fix the problem with the declaration of language.
 
i <3 C++
Joined
Jun 4, 2005
Messages
383
Reaction score
100
meh have no problem in compiling

but when i logging in

i cant connect to the server xDD

P.S

i will use virtous source

not this one ^^
 
Newbie Spellweaver
Joined
Aug 10, 2011
Messages
8
Reaction score
0
Hey, I'm not entirely sure i understand, could someone please make a tutorial or just email me instructions on how to place these into my v15 server files, i couldn't fine the v17 files so stuck with v15 so yeah thanks ^^

PS. Does anyone know how to add elluin to v15 worlds so i can hunt behemoth and add behemoth files ^^
 
Elite Diviner
Joined
Jun 11, 2010
Messages
419
Reaction score
60
thanks Heinrich um there is that and

a:\Official Source\Neuz\StdAfx.h(54): fatal error C1083: Cannot open include file: 'D3D9.h': No such file or directory


i put a new DirectX folder in and everything weird how its not finding it might need to chance the path to the DirectX folder?
 
Last edited:
Newbie Spellweaver
Joined
Jul 15, 2011
Messages
8
Reaction score
0
Hi SIR, can you help me with NPC or that files have already a NPC files ? PLEASE :(
 
Newbie Spellweaver
Joined
Feb 1, 2009
Messages
27
Reaction score
1
my problem is mostly LANG_...

( ::GetLanguage() == LANG_*** )

what is english XD LANG_ENG? or?

You just need fix the lang.h (in neuz folder or common, i forgot ^^). Then just add, or modify what you need, and after no problem to compile ;).



---------- Post added at 12:12 AM ---------- Previous post was at 12:10 AM ----------

Hi SIR, can you help me with NPC or that files have already a NPC files ? PLEASE :(

What do you mean ? You want edit them ? or put them in game ?

Also, the both you need edit the files server for this, or if you want put the combine fashion, you need code it ;)

---------- Post added at 12:13 AM ---------- Previous post was at 12:12 AM ----------

meh have no problem in compiling

but when i logging in

i cant connect to the server xDD

P.S

i will use virtous source

not this one ^^

Which release of them do you use ?
Cuz i got one release but it's in german, or how can i edit this ? :love:
 
Newbie Spellweaver
Joined
Jul 15, 2011
Messages
8
Reaction score
0
I want to ADD ITEMS in NPC, BUT I GOT CRASH MY WORLD :(
 
Newbie Spellweaver
Joined
Feb 1, 2009
Messages
27
Reaction score
1
I want to ADD ITEMS in NPC, BUT I GOT CRASH MY WORLD :(

Well you need to edit the NPC from files servers.
here

Don't forget to use the search function to find what you need, also google is your friend.
 
Newbie Spellweaver
Joined
Jul 15, 2011
Messages
8
Reaction score
0
Yes, i follow That But i getting CRASH from WORLD SERVER :(
 
i <3 C++
Joined
Jun 4, 2005
Messages
383
Reaction score
100
guys you can connect to the server using this source??

but why i cant connect xDD
 
the sound's resound echo
Loyal Member
Joined
Jun 14, 2009
Messages
932
Reaction score
156
-Sigh-
The only error you get while compiling (after including libraries etc)
is the LANG_ENG, wich if you use common sense, is easy to fix.
Just go to lang.h (in the resource) and define LANG_ENG.
 
Back
Top