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!

Source QuickJobChanger

Junior Spellweaver
Joined
Aug 29, 2010
Messages
160
Reaction score
3
EDIT :

I manage to compile without errors.

I also used this code for my resdata.inc:
APP_FASTJOBCHANGE "WndTile00.tga" "" 1 288 240 0x2410000 26
{
// Title String
IDS_RESDATA_INC_017466
}
{
// Help Key
IDS_RESDATA_INC_008359
}
{
WTYPE_TEXT WIDC_TEXT1 "WndEditTile00.tga" 1 12 78 264 170 0x20020000 0 0 0 0 46 112 169
{
// Title String
IDS_RESDATA_INC_008359
}
{
// ToolTip
IDS_RESDATA_INC_008359
}
WTYPE_BUTTON WIDC_BUTTON1 "ButtChange.bmp" 0 100 172 172 192 0x220010 0 0 0 0 46 112 169
{
// Title String
IDS_RESDATA_INC_008359
}
{
// ToolTip
IDS_RESDATA_INC_017469
}
WTYPE_BUTTON WIDC_BUTTON2 "Buttright2.bmp" 0 223 172 264 192 0x220010 0 0 0 0 46 112 169
{
// Title String
IDS_RESDATA_INC_008359
}
{
// ToolTip
IDS_RESDATA_INC_017467
}
WTYPE_BUTTON WIDC_BUTTON3 "Buttleft2.bmp" 0 12 172 53 192 0x220010 0 0 0 0 46 112 169
{
// Title String
IDS_RESDATA_INC_008359
}
{
// ToolTip
IDS_RESDATA_INC_017468
}
WTYPE_BUTTON WIDC_BUTTON4 "SlotVan.bmp" 0 8 8 72 72 0x220010 0 0 0 0 46 112 169
{
// Title String
IDS_RESDATA_INC_008359
}
{
// ToolTip
IDS_RESDATA_INC_008359
}
WTYPE_STATIC WIDC_STATIC1 "" 0 78 52 264 68 0x2220000 0 0 0 0 46 112 169
{
// Title String
IDS_RESDATA_INC_008359
}
{
// ToolTip
IDS_RESDATA_INC_008359
}

}
If i used the one on the QuickJobChange.rar i'll get errors. But when i use this one, i don't receive any error. I transferred the resdata.inc/h/txt in their respective .res


as i went to game, it turns out fine. but when i get lvl 15, my neuz crashed. Help Please :grr:
 
Last edited:
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
i think you forgot to put the resdata.inc into the client files
that's the normal cause for a crash when adding new windows
 
Junior Spellweaver
Joined
Jul 6, 2011
Messages
195
Reaction score
11
hi guys...i add this in my source with no error in compiling..but when i log in..and i been level 15 theres nothing appears in my screen to turn into another class..what i have done wrong??plss..help me guys..
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
did you define the job changer in your versioncommon files? if you didn't, your game would act like nothing changed
 
Junior Spellweaver
Joined
Aug 29, 2010
Messages
160
Reaction score
3
Question : the 1st job and 2nd job change turns out fine. But when i got lvl 130 , nothing happens, no window for 3rd job change?
 
Junior Spellweaver
Joined
Jul 6, 2011
Messages
195
Reaction score
11
hmm..mine is auto 3rd job change...what source do you use?
 
Newbie Spellweaver
Joined
Jan 11, 2012
Messages
9
Reaction score
0
Hi, when i compile Worldserver i get this error:

\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1833) : error C2065: 'MAX_LEGEND_HERO' : undeclared identifier
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1858) : error C2065: 'JOB_LORDTEMPLER_HERO' : undeclared identifier
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1858) : error C2065: 'JOB_STORMBLADE_HERO' : undeclared identifier
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1860) : error C2065: 'JOB_WINDLURKER_HERO' : undeclared identifier
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1860) : error C2065: 'JOB_CRACKSHOOTER_HERO' : undeclared identifier
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1862) : error C2065: 'JOB_FLORIST_HERO' : undeclared identifier
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1864) : error C2065: 'JOB_FORCEMASTER_HERO' : undeclared identifier
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1864) : error C2065: 'JOB_MENTALIST_HERO' : undeclared identifier
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1866) : error C2065: 'JOB_ELEMENTORLORD_HERO' : undeclared identifier
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1918) : error C3861: 'IsLegendHero': identifier not found, even with argument-dependent lookup
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1965) : error C3861: 'JOB_MENTALIST_HERO': identifier not found, even with argument-dependent lookup
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1965) : error C3861: 'JOB_FORCEMASTER_HERO': identifier not found, even with argument-dependent lookup
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1972) : error C3861: 'JOB_MENTALIST_HERO': identifier not found, even with argument-dependent lookup
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1973) : error C2065: 'II_WEA_BOOK_BOKROMAIN' : undeclared identifier
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1974) : error C3861: 'JOB_FORCEMASTER_HERO': identifier not found, even with argument-dependent lookup
\Users\Frans\Desktop\flyff\source(clean)\Official Source\_Common\Mover.cpp(1975) : error C2065: 'II_ARM_ARM_SHI_ZEMBATO' : undeclared identifier

Anyone know what the error could be? :(
 
Newbie Spellweaver
Joined
Jan 11, 2012
Messages
9
Reaction score
0
Thanks that solved all these error but instead I got another error..
DPSrvr.cpp(12393) : error C2039: 'InitLevelPumbaaa' : is not a member of 'CUser'
c:\Users\Frans\Desktop\flyff\source(clean)\Official Source\WORLDSERVER\User.h(67) : see declaration of 'CUser'
Any idea what i could have done wrong this time?
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
Thanks that solved all these error but instead I got another error..
DPSrvr.cpp(12393) : error C2039: 'InitLevelPumbaaa' : is not a member of 'CUser'
c:\Users\Frans\Desktop\flyff\source(clean)\Official Source\WORLDSERVER\User.h(67) : see declaration of 'CUser'
Any idea what i could have done wrong this time?

Search for the function called "InitLevelPumbaaa" in Mover.cpp and Mover.h
Make sure you added them correctly according to the files in the download.
 
Experienced Elementalist
Joined
Jan 18, 2011
Messages
246
Reaction score
4
i Have this error

I have the same problem,
i changed the #define APP_FASTJOBCHANGE 907 into ---->>
#define APP_FASTJOBCHANGE 2910
because if i put 907 there will be a conflict because 907 is already taken in this line --->>
#define APP_APPLET398 907
 
Newbie Spellweaver
Joined
Jan 11, 2012
Messages
9
Reaction score
0
Search for the function called "InitLevelPumbaaa" in Mover.cpp and Mover.h
Make sure you added them correctly according to the files in the download.

I have checked eyerthing in these files and tried to add them again but makes no different. Any other suggestion what the error could be?
 
Newbie Spellweaver
Joined
Feb 22, 2012
Messages
37
Reaction score
1
I found this on e*pvpers, I translated from german to english
If you are lvl 15,60,129 you can change your job everywhere

TheClouD - Source QuickJobChanger - RaGEZONE Forums



Download :




Creditz
Pumbaaa 99.9% (coding)
ClouD 0.1% (translating)​

Link is Dead!!!! Can some one re upload the file
 
Back
Top