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!

Mount System & Error

Status
Not open for further replies.
Junior Spellweaver
Joined
Feb 25, 2014
Messages
163
Reaction score
40
I've seen some people talking about this mount system in FlyFF.
What's that? Something like the WoW mounts?

Sorry, it's been a while since I don't touch anything FlyFF related.

Anyway, if that system exists, where can I find it? It has been released here?

Also, I am having this error while trying to compile:

Code:
 C2065    'AREA_NORMAL': undeclared identifier

I checked and I have the defineAttribute.h included in the projectcmn.h file:
Code:
#if __VER >= 9
#include "defineitemkind.h"
#include "defineAttribute.h"
#ifdef __V19_FORMATS
#include "defineItemGrade.h"
#include "defineItemType.h"
#endif //__V19_FORMATS
#endif

Also, inside that file, there is the AREA_NORMAL defined:

Code:
//dwAreaColor
#define AREA_NORMAL        1 
#define AREA_CASH        2 
#define AREA_DUNGEON        3 
#define AREA_INSTANCE        4

I don't know why I am getting this error since everything is defined as you can see. Any clues?

Thank you!
 
Last edited:
Newbie Spellweaver
Joined
Feb 15, 2020
Messages
45
Reaction score
8
I've seen some people talking about this mount system in FlyFF.
What's that? Something like the WoW mounts?

Sorry, it's been a while since I don't touch anything FlyFF related.
Thank you!

Hello! yes Mounting System exist in FlyFF nowadays.. You can have it from HK Source


But HK's Mounting system has bugged and worldcrash so you can just use its code as base and improve.
 
Upvote 0
Junior Spellweaver
Joined
Feb 25, 2014
Messages
163
Reaction score
40
Oh okay, thank you guys I will check into those files.

Do you have any idea why I am getting that error about AREA_NORMAL?
 
Upvote 0
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Oh okay, thank you guys I will check into those files.

Do you have any idea why I am getting that error about AREA_NORMAL?

No idea tbh, if its defined and included there should really be no issue lol.
 
Upvote 0
Status
Not open for further replies.
Back
Top