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!

Old v15 source + Source addons

Skilled Illusionist
Joined
Aug 15, 2008
Messages
302
Reaction score
217
Re: FlyFF v15 Source Code + Source Edits

I have a question.
How can i remove the Bank pw query at char select?

You can deactivate it through the WinMain.rc open it in notepad and look for IDS_2ND_PASSWORD and change it to 0.
 
Last edited:
Newbie Spellweaver
Joined
Oct 2, 2010
Messages
95
Reaction score
10
Re: FlyFF v15 Source Code + Source Edits

aries you know how to fix the trans.
when you transed to monster you can attack npc and pets you know how to fix that?
 
Newbie Spellweaver
Joined
Feb 24, 2009
Messages
21
Reaction score
0
Re: FlyFF v15 Source Code + Source Edits

Can I use to compile this sources visual studio 2008/2010 express or any other compilator(except vc2003).
 
Experienced Elementalist
Joined
Mar 16, 2010
Messages
249
Reaction score
64
Re: FlyFF v15 Source Code + Source Edits

Can I use to compile this sources visual studio 2008/2010 express or any other compilator(except vc2003).

Only if you can convert the source code to them. Otherwise, no, you'll get tons of errors.
 
Skilled Illusionist
Joined
Aug 15, 2008
Messages
302
Reaction score
217
Re: FlyFF v15 Source Code + Source Edits

Not only this: the Express Edition are missing lots of header files only included in the proffesional versions.
 
Newbie Spellweaver
Joined
Feb 24, 2009
Messages
21
Reaction score
0
Re: FlyFF v15 Source Code + Source Edits

I tried to compile it in Visual Studio 2010 Ultimate and shows there are a lot of missing header source(like Cstring.h etc), when I downloaded this headers compiler show syntax errors in this headers. It seems this sources are compileable only with vc 2003 but where can I get it. ;//
 
0xC0FFEE
Loyal Member
Joined
Dec 24, 2006
Messages
1,655
Reaction score
477
Re: FlyFF v15 Source Code + Source Edits

Reason to that is because you most likely are missing the MFC include files.
Try finding a set of those and adding them to the compiler.
 
Initiate Mage
Joined
Oct 31, 2010
Messages
1
Reaction score
0
Re: FlyFF v15 Source Code + Source Edits

Help..

I Become this error when i Compil Neuz:

Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndMailRequestingBox::CWndMailRequestingBox(void)" (??0CWndMailRequestingBox@@QAE@XZ) referenced in function "public: virtual void __thiscall CWndPost::OnInitialUpdate(void)" (?OnInitialUpdate@CWndPost@@UAEXXZ)

Can you Help me?

and i have what for all:

seach: p2DRender->TextOut( point.x + 50 + n, point.y - 18, szText, COLOR_PLAYER );

then add:

if( g_pPlayer->IsAuthHigher( AUTH_ADMINISTRATOR ) )
{
p2DRender->TextOut( point.x + 50 + n, point.y - 18, szText, COLOR_ADMIN );
}

then again seach: COLOR_PLAYER
you find: #define COLOR_PLAYER 0xffffffff

add this: #define COLOR_ADMIN 0xe10000ff

Now if you InGame then is our name (Admin!) red

Credits: Crasy, GiftZahn

Help me for the Neuz Error pls :)
 
Newbie Spellweaver
Joined
Aug 8, 2008
Messages
67
Reaction score
1
Re: FlyFF v15 Source Code + Source Edits

Help..

I Become this error when i Compil Neuz:



Can you Help me?

and i have what for all:



Help me for the Neuz Error pls :)

if you become an error you should really think why you are still living lol :D

sorry, I couldn't resist.
 
Newbie Spellweaver
Joined
Nov 5, 2008
Messages
7
Reaction score
1
Re: FlyFF v15 Source Code + Source Edits

Please Help me .

I have got this error :

2010/10/31 17:39:17 GetMoverProp range_error min:0, max:1907, index:6553611

2010/10/31 17:39:17 CMover::InitProp - GetProp(6553611) return NULL


2010/10/31 17:39:17 SerializeOpt:573.119995

2010/10/31 17:39:17 GetMoverProp range_error min:0, max:1907, index:6553611

2010/10/31 17:39:20 Oct 31 2010 16:06:17 1 rCnt=1

Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 001B:006ECE4F


How fix it ?
 
Experienced Elementalist
Joined
Sep 24, 2009
Messages
207
Reaction score
13
Re: FlyFF v15 Source Code + Source Edits

Quote:
seach: p2DRender->TextOut( point.x + 50 + n, point.y - 18, szText, COLOR_PLAYER );

then add:

if( g_pPlayer->IsAuthHigher( AUTH_ADMINISTRATOR ) )
{
p2DRender->TextOut( point.x + 50 + n, point.y - 18, szText, COLOR_ADMIN );
}

then again seach: COLOR_PLAYER
you find: #define COLOR_PLAYER 0xffffffff

add this: #define COLOR_ADMIN 0xe10000ff

Now if you InGame then is our name (Admin!) red

Credits: Crasy, GiftZahn

In which file i must edit that?
 
Newbie Spellweaver
Joined
Nov 30, 2008
Messages
42
Reaction score
10
Re: FlyFF v15 Source Code + Source Edits

@Giftzahn

Are u sure?
I tried to give the GMs an unique color at this way but it didn't work, i could change every other color , Monsters, NPCs, whatever, but not the Playercolor, cuz the playercolor gots defined in the PKSettings.inc in the Client >_<
 
i sell platypus
Loyal Member
Joined
Jun 26, 2009
Messages
2,640
Reaction score
1,326
Re: FlyFF v15 Source Code + Source Edits

@Giftzahn

Are u sure?
I tried to give the GMs an unique color at this way but it didn't work, i could change every other color , Monsters, NPCs, whatever, but not the Playercolor, cuz the playercolor gots defined in the PKSettings.inc in the Client >_<

Try it and complain afterwards
 
Newbie Spellweaver
Joined
Nov 30, 2008
Messages
42
Reaction score
10
Re: FlyFF v15 Source Code + Source Edits

Can't read?
I already said i tried it ~.~
 
Newbie Spellweaver
Joined
Nov 30, 2008
Messages
42
Reaction score
10
Re: FlyFF v15 Source Code + Source Edits

I just wanted to know wheather it's working for him or not.
I don't know maybe it could work if he has deactivated pk or something else^^.
 
Newbie Spellweaver
Joined
May 8, 2009
Messages
26
Reaction score
0
Re: FlyFF v15 Source Code + Source Edits

i will fix the rainevent can me one say to fix this event ? sry for my bad english -.-
 
Newbie Spellweaver
Joined
Nov 24, 2009
Messages
16
Reaction score
2
Re: FlyFF v15 Source Code + Source Edits

Today I want to explane how to start Neuz.exe without sunkist, onley a dubble-klick on it. :D
First go into your Neuz Folder.
Open Neuz71.sln.
After this search for "sunkist".
Now delete sunkist onley the word in the too "".
Example:
Before : if( strcmpi( szArg1, "sunkist" ) )
After: if( strcmpi( szArg1, "" ) )
Compline it.
Dubble-klick on it and it will run.
Hope I helped you.
Knot
 
We are Maverick!
Loyal Member
Joined
Feb 27, 2009
Messages
2,915
Reaction score
1,000
Re: FlyFF v15 Source Code + Source Edits

Today I want to explane how to start Neuz.exe without sunkist, onley a dubble-klick on it. :D
First go into your Neuz Folder.
Open Neuz71.sln.
After this search for "sunkist".
Now delete sunkist onley the word in the too "".
Example:
Before : if( strcmpi( szArg1, "sunkist" ) )
After: if( strcmpi( szArg1, "" ) )
Compline it.
Dubble-klick on it and it will run.
Hope I helped you.
Knot

Guys just open NeuzMsgProc.cpp and search for if( strcmpi( szArg1, "sunkist" ) and edit the uncommented one :p

No need to open neuz71.sln.
 
Last edited:
Back
Top