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
Jun 2, 2011
Messages
90
Reaction score
0
can someone make a guide how to add it to source? cuse i am really confuse where should I add the files. (sorry for my bad english)
 
Newbie Spellweaver
Joined
Mar 9, 2013
Messages
19
Reaction score
1
i will revive this thread for those who still dont know ^_^

my question is how to disable close button? xD
 
Newbie Spellweaver
Joined
Sep 4, 2011
Messages
88
Reaction score
12
hate those mirror with pop ups xD
 
Last edited:
Newbie Spellweaver
Joined
Aug 1, 2013
Messages
95
Reaction score
48
TheClouD - Source QuickJobChanger - RaGEZONE Forums


you realize that reply was like 4 years ago right xD

nevertheless;
Go to neuz/versioncommon.h and worldserver/versioncommon.h
add :
Code:
#define __FASTJOBCHANGE

note* "__FASTJOBCHANGE" has to be whatever it is in the rest of the code, I don't remember if this particular release uses the same define.
 
Newbie Spellweaver
Joined
May 3, 2012
Messages
52
Reaction score
0
TheClouD - Source QuickJobChanger - RaGEZONE Forums


you realize that reply was like 4 years ago right xD

nevertheless;
Go to neuz/versioncommon.h and worldserver/versioncommon.h
add :
Code:
#define __FASTJOBCHANGE

note* "__FASTJOBCHANGE" has to be whatever it is in the rest of the code, I don't remember if this particular release uses the same define.

anyways frostbite heheh since i realized your just the one whos is actively answering my questions will you help me adding quick job change on my server cause like ive been doing all of this since this morning seems like ive trying to add the quickjob system for like 12hrs and still nothing shows will you will me please?
 
Newbie Spellweaver
Joined
Aug 1, 2013
Messages
95
Reaction score
48
anyways frostbite heheh since i realized your just the one whos is actively answering my questions will you help me adding quick job change on my server cause like ive been doing all of this since this morning seems like ive trying to add the quickjob system for like 12hrs and still nothing shows will you will me please?

I'm assuming you are using Cuvvvie's setup since you've been posting there too. don't forget that it is a v15, so 2nd jobs is max job, and this quick job changer includes 3rd jobs. You have to remove 3rd jobs from it completely
 
Newbie Spellweaver
Joined
May 3, 2012
Messages
52
Reaction score
0
I'm assuming you are using Cuvvvie's setup since you've been posting there too. don't forget that it is a v15, so 2nd jobs is max job, and this quick job changer includes 3rd jobs. You have to remove 3rd jobs from it completely

ohh hahaha ya I see thanks for that, that only gives me a clue on not puting this one on my server xD anyways do you have other jobchanger that supports Cuvvvie's setup hehehehe mind to pm me? please i need your help your the only one who is actively responding my replies :3
 
Newbie Spellweaver
Joined
Apr 13, 2011
Messages
47
Reaction score
0
the link is dead, can someone link me to a alternative link? TIA
 
Now you can tag me!
Loyal Member
Joined
May 26, 2009
Messages
1,649
Reaction score
796
the link is dead, can someone link me to a alternative link? TIA



Ketchup

You might want to edit the original post and add this link in.
(Please note that this is the german release, and you therefore have to translate it again yourself.)

ResData fix
Code:
//Ganz unten


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
    }

}
 
Newbie Spellweaver
Joined
Sep 5, 2008
Messages
79
Reaction score
10
I pasted everything from the tut, commented the nApply, compiled it but when i level from 14 to 15 there is no window, same goes for 59 -> 60. But when i use gm commands to become a 61 knight for example and change back to a tier 1 job level 60 it pops up and i can chose a job. Same goes for level 15. If i become a level 16 tier 1 job and convert back to a level 15 Vagrant the window pops up. Anyone knows how i can fix that ?
 
Newbie Spellweaver
Joined
Sep 5, 2008
Messages
79
Reaction score
10
I pasted everything from the tut, commented the nApply, compiled it but when i level from 14 to 15 there is no window, same goes for 59 -> 60. But when i use gm commands to become a 61 knight for example and change back to a tier 1 job level 60 it pops up and i can chose a job. Same goes for level 15. If i become a level 16 tier 1 job and convert back to a level 15 Vagrant the window pops up. Anyone knows how i can fix that ?

Edit : Fixed it. Just copy pasting the tut will not work

Edit Edit: woops this should be an edit of my post above
 
Back
Top