Source QuickJobChanger

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:
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..
 
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?
 
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? :(
 
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?
 
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.
 
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
 
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?
 
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