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

Newbie Spellweaver
Joined
Dec 8, 2010
Messages
21
Reaction score
40
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 :
Credits: Detox

Code:
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
    }
}

Creditz
Pumbaaa 99.9% (coding)
ClouD 0.1% (translating)​
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Jun 12, 2011
Messages
25
Reaction score
2
I found this on e*pvpers, I translated from german to english.

You translate, but what? I saw this release on ePVP and there was nothing to translate. You just copy and pase it. I dont understand why everything, what is posted on ePVP must be post here-.-
 
Newbie Spellweaver
Joined
Dec 8, 2010
Messages
21
Reaction score
40
@ MarUs In every files was a mini How To (where you place the code), I translated this from german to english.

@WebSpider yeah, that was a lot of work 2 whole minutes :D
 
Last edited:
Master Summoner
Joined
Oct 22, 2010
Messages
502
Reaction score
72
Pumbaaa was really lazy on the Daisy side of this xD
 
Newbie Spellweaver
Joined
Jan 30, 2011
Messages
19
Reaction score
0
May I ask where exactly do these files go? Do I have to edit the program that runs the servers? Just trying to learn this stuff. Please help :O:
 
Newbie Spellweaver
Joined
Jul 29, 2011
Messages
9
Reaction score
0
nice thanks.

---------- Post added at 08:20 PM ---------- Previous post was at 08:19 PM ----------

cool :D
 
Elite Diviner
Joined
Feb 10, 2011
Messages
416
Reaction score
99
I think this is nice, however my opinion would be to keep the quests in stead of this job changer. It ruins the real FlyFF feeling, the one you had in the beginning. Gala just should do an update on the quest or so.
 
It's a lemon thing
Joined
Dec 19, 2007
Messages
257
Reaction score
112
:*: this ruins the questing system a lot

The quest system is ruined by default. Especially on server with higher rates, it's pointless to waste 30 mins on every job change quest when you take 15 minutes to hit level 100.
 
MC Web Designs
Joined
Oct 28, 2010
Messages
888
Reaction score
111
Thanks although this would help alot of "easy" server's, some people might diss-agree, it would be good if you could make it do the quest, but you dont have to go to flaris and darkon ect. In other words, it would be good to have it so you dont have to meet the people to recieve the quests and you have to running all over the maps, if you get the jist of what i'm saying.

Other then that, Really good release. :)
 
Junior Spellweaver
Joined
Apr 29, 2011
Messages
120
Reaction score
7
When I added this I got this Error in world server.exe.
Code:
Linking...
LINK : warning LNK4089: all references to 'NeuzD.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'SHELL32.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'SHLWAPI.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'comdlg32.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'ole32.dll' discarded by /OPT:REF


In Building Neuz
Code:
MoverParam.obj : error LNK2019: unresolved external symbol "public: __thiscall CWndJobChangeEx::CWndJobChangeEx(void)" (??0CWndJobChangeEx@@QAE@XZ) referenced in function "public: int __thiscall CMover::SetExperience(__int64,int)" (?SetExperience@CMover@@QAEH_JH@Z)

C:\Users\DennisR\Desktop\v16 SRC - Virtuos\Output/Neuz.exe : fatal error LNK1120: 1 unresolved externals
 
Last edited:
Experienced Elementalist
Joined
Aug 25, 2009
Messages
216
Reaction score
31
Did you include WndChangeJobEX in the project? and the worldserver error, just ignore it
 
Back
Top