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!

Fully working pet filter Wakazaki Style ;)

One word! Im Fawkin Pro!
Loyal Member
Joined
Jul 1, 2010
Messages
1,254
Reaction score
359
Xakzi - Fully working pet filter Wakazaki Style ;) - RaGEZONE Forums


i hav problem ARMOR_GEN how i can edit? i hav read another post but i dont know where blue equipment
:D
thank for advice


if you read the first post, it is written that you have to add it in defineitemkind.h yourself ...

something like this;


Then you add "ARMOR_GEN" ID on "blue" armors, the same way green armor got the ARMOR_SET ID in it (propitem.txt / specitem.txt)

Good luck ^^
 
Newbie Spellweaver
Joined
Oct 14, 2011
Messages
12
Reaction score
0
I have a problem, i have edit my resource (created the defineFilter.h, and i have placed in my resource folder (Source\Resource\defineFilter.h), but i have got this error:

\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(139) : error C2065: 'FILTER_HPFOOD' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(141) : error C2065: 'FILTER_MPFOOD' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(143) : error C2065: 'FILTER_FPFOOD' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(145) : error C3861: 'FILTER_FPFOOD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(147) : error C2065: 'FILTER_BWEAPON' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(149) : error C2065: 'FILTER_GWEAPON' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(151) : error C2065: 'FILTER_BSET' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(151) : error C2065: 'ARMOR_GEN' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(153) : error C2065: 'FILTER_GSET' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(155) : error C2065: 'FILTER_NECKLACE' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(157) : error C2065: 'FILTER_EARRING' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(159) : error C2065: 'FILTER_RING' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(161) : error C2065: 'FILTER_EGG' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(163) : error C2065: 'FILTER_SUNSTONE' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(165) : error C3861: 'FILTER_SUNSTONE': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(167) : error C3861: 'FILTER_SUNSTONE': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(169) : error C3861: 'FILTER_SUNSTONE': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(171) : error C2065: 'FILTER_MOONSTONE' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(173) : error C3861: 'FILTER_MOONSTONE': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(175) : error C3861: 'FILTER_MOONSTONE': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(177) : error C2065: 'FILTER_QUESTITEM' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(179) : error C3861: 'FILTER_QUESTITEM': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(181) : error C2065: 'FILTER_ELECARDS' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(183) : error C2065: 'FILTER_4PCARD' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(185) : error C3861: 'FILTER_4PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(187) : error C3861: 'FILTER_4PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(189) : error C3861: 'FILTER_4PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(191) : error C3861: 'FILTER_4PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(193) : error C2065: 'FILTER_7PCARD' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(195) : error C3861: 'FILTER_7PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(197) : error C3861: 'FILTER_7PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(199) : error C3861: 'FILTER_7PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(201) : error C3861: 'FILTER_7PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(203) : error C2065: 'FILTER_BPIECARD' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(205) : error C3861: 'FILTER_BPIECARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(207) : error C3861: 'FILTER_BPIECARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(209) : error C3861: 'FILTER_BPIECARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(211) : error C3861: 'FILTER_BPIECARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(213) : error C2065: 'FILTER_APIECARD' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(215) : error C3861: 'FILTER_APIECARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(217) : error C3861: 'FILTER_APIECARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(219) : error C3861: 'FILTER_APIECARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(221) : error C3861: 'FILTER_APIECARD': identifier not found, even with argument-dependent lookup

I dont understand, what's this error ?
Where we must put the file defineFilter.h? (because I think the error come from there)

And sry for my bad english, i am french ;)
 
One word! Im Fawkin Pro!
Loyal Member
Joined
Jul 1, 2010
Messages
1,254
Reaction score
359
I have a problem, i have edit my resource (created the defineFilter.h, and i have placed in my resource folder (Source\Resource\defineFilter.h), but i have got this error:

\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(139) : error C2065: 'FILTER_HPFOOD' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(141) : error C2065: 'FILTER_MPFOOD' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(143) : error C2065: 'FILTER_FPFOOD' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(145) : error C3861: 'FILTER_FPFOOD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(147) : error C2065: 'FILTER_BWEAPON' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(149) : error C2065: 'FILTER_GWEAPON' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(151) : error C2065: 'FILTER_BSET' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(151) : error C2065: 'ARMOR_GEN' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(153) : error C2065: 'FILTER_GSET' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(155) : error C2065: 'FILTER_NECKLACE' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(157) : error C2065: 'FILTER_EARRING' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(159) : error C2065: 'FILTER_RING' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(161) : error C2065: 'FILTER_EGG' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(163) : error C2065: 'FILTER_SUNSTONE' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(165) : error C3861: 'FILTER_SUNSTONE': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(167) : error C3861: 'FILTER_SUNSTONE': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(169) : error C3861: 'FILTER_SUNSTONE': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(171) : error C2065: 'FILTER_MOONSTONE' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(173) : error C3861: 'FILTER_MOONSTONE': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(175) : error C3861: 'FILTER_MOONSTONE': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(177) : error C2065: 'FILTER_QUESTITEM' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(179) : error C3861: 'FILTER_QUESTITEM': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(181) : error C2065: 'FILTER_ELECARDS' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(183) : error C2065: 'FILTER_4PCARD' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(185) : error C3861: 'FILTER_4PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(187) : error C3861: 'FILTER_4PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(189) : error C3861: 'FILTER_4PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(191) : error C3861: 'FILTER_4PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(193) : error C2065: 'FILTER_7PCARD' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(195) : error C3861: 'FILTER_7PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(197) : error C3861: 'FILTER_7PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(199) : error C3861: 'FILTER_7PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(201) : error C3861: 'FILTER_7PCARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(203) : error C2065: 'FILTER_BPIECARD' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(205) : error C3861: 'FILTER_BPIECARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(207) : error C3861: 'FILTER_BPIECARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(209) : error C3861: 'FILTER_BPIECARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(211) : error C3861: 'FILTER_BPIECARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(213) : error C2065: 'FILTER_APIECARD' : undeclared identifier
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(215) : error C3861: 'FILTER_APIECARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(217) : error C3861: 'FILTER_APIECARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(219) : error C3861: 'FILTER_APIECARD': identifier not found, even with argument-dependent lookup
\Users\Jon\Desktop\Flyff\Serveur V16\Pack Serveur V16 FR\Source\_AIInterface\AIPet.cpp(221) : error C3861: 'FILTER_APIECARD': identifier not found, even with argument-dependent lookup

I dont understand, what's this error ?
Where we must put the file defineFilter.h? (because I think the error come from there)

And sry for my bad english, i am french ;)

next time, put everything in a spoiler.

you put the definefilter in resource
and include the header file into the source (#include "definefilter.h")

Copy & write the right stuff into the source from the spoilers of the first post, if you do that, then there should be exacly 0 errors.
 
Newbie Spellweaver
Joined
Oct 14, 2011
Messages
12
Reaction score
0
Okey, thanks you :)

it's work, but now, in game, when i press U my neuz crash.

And when i edit my data.res and datasub1.res in my client for add the definFilter.h, tu new resdata.txt.txt, my neuz is loading then he crash.
 
Last edited:
Initiate Mage
Joined
Feb 6, 2012
Messages
1
Reaction score
0
i can do it work too but if i use Petfilter , Quickjobchange doesn't work and out from server when change job. :S
 
Newbie Spellweaver
Joined
Oct 26, 2011
Messages
58
Reaction score
0


when i use Petfilter i can't connect game and show this border

what i do anything wrong? Help me please

thank you
 
i <3 C++
Joined
Jun 4, 2005
Messages
383
Reaction score
100
something wrong with your quick job change
 
Last edited:
Trust your senses
Joined
Sep 12, 2009
Messages
661
Reaction score
173
@sbobetcom

Your resdata.inc is messed up at APP_FASTJOBCHANGE. Has absolutely nothing to do with this petfilter.
 
Trust your senses
Joined
Sep 12, 2009
Messages
661
Reaction score
173
Before i complie Petfilter i can use complete fastjobchage

and when i use i can't connect with server

How can i edit?

Most likely you have the same ID or you made it interfere with it in another way.
 
Newbie Spellweaver
Joined
Oct 26, 2011
Messages
58
Reaction score
0
thank you i can do it now and i have another problem

when character Lv.15 and chage job server out of connect

sorry i have many problem i try to do but still can't
 
Newbie Spellweaver
Joined
May 15, 2011
Messages
5
Reaction score
0
:?::?::?::?::?:

\Source\Virtuos_v17\Build\Program\_Common\HwOption.cpp(267) : error C2501: 'm_dwPetfilter' : missing storage-class or type specifiers

I set the source:

#if __VER >= 11 // __ADD_ZOOMOPT
m_bZoomLimit = TRUE;
#endif
}


#ifdef __PETFILTER
m_dwPetfilter = 0;
#endif //__PETFILTER


#if defined( _DEBUG) && !defined(__MINIMIZE_USE_OPTION)
int COption::LoadToolTip( LPCTSTR szFileName )
{
 
One word! Im Fawkin Pro!
Loyal Member
Joined
Jul 1, 2010
Messages
1,254
Reaction score
359
:?::?::?::?::?:

\Source\Virtuos_v17\Build\Program\_Common\HwOption.cpp(267) : error C2501: 'm_dwPetfilter' : missing storage-class or type specifiers

I set the source:

#if __VER >= 11 // __ADD_ZOOMOPT
m_bZoomLimit = TRUE;
#endif
}


#ifdef __PETFILTER
m_dwPetfilter = 0;
#endif //__PETFILTER


#if defined( _DEBUG) && !defined(__MINIMIZE_USE_OPTION)
int COption::LoadToolTip( LPCTSTR szFileName )
{


did you add
#ifdef __PETFILTER
DWORD m_dwPetfilter;
#endif //__PETFILTER
in HwOption.h?
 
Newbie Spellweaver
Joined
May 15, 2011
Messages
5
Reaction score
0
did you add
#ifdef __PETFILTER
DWORD m_dwPetfilter;
#endif //__PETFILTER
in HwOption.h?

I set the source in HwOption.h:

#if __VER >= 11 // __ADD_ZOOMOPT
BOOL m_bZoomLimit; // 邀 薯 罹睡
#endif

#ifdef __PETFILTER
DWORD m_dwPetfilter;
#endif //__PETFILTER

COption();
~COption();

void Init();
int Load( LPCTSTR szFileName );
int Save( LPCTSTR szFileName );
#ifdef _DEBUG
int LoadToolTip( LPCTSTR szFileName );
#endif // _DEBUG
 
Junior Spellweaver
Joined
Apr 13, 2012
Messages
140
Reaction score
32
Hello:

This may be a dumb question but it would clear alot up for me. What is meant by (OLD RESDATA) & (NEW RESDATA) whats the difference? I ask because I had tried adding the quick job change you posted once but not knowing the difference may have messed me up.
Im sorry if it is a dumb question but i am new and trying to learn.

im my source files i have a resdata.inc and a resdata .inc is one of these the new and the other the old?

thanx
Ryno
 
Back
Top