Jump to content
  • 0

R>Job Changer


GM Winter

Question


  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

Hi i would like to ask if you have job changer for only 1st Class and 2nd Class only with level Requirements thanks no baby no trans no expanded no 3rd job . . . .

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  298
  • Reputation:   47
  • Joined:  10/30/12
  • Last Seen:  

Use default custom jobmaster by rathena:
https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt

 

You can setting enable or disable it here:
 

	// Settings
	.ThirdClass = true;			// Enable third classes?
	.RebirthClass = true;			// Enable rebirth classes?
	.SecondExpanded = true;		// Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion?
	.BabyNovice = true;	// Enable Baby novice classes? Disable it if you like player must have parent to get job baby.
	.BabyClass = true;				// Enable Baby classes?
	.BabyThird = true;				// Enable Baby third classes?
	.BabyExpanded = true;			// Enable Baby Expanded classes: Ex. Baby Ninja, Baby Taekwon, etc.
	.BabySummoner = true;			// Enable Baby Summoner?
	.LastJob = true;				// Enforce linear class changes?
	.SkillPointCheck = true;		// Force player to use up all skill points?
	.Platinum = true;				// Get platinum skills automatically?
	.GetJobEquip = false;			// Get job equipment (mostly weapons) on job change?

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

On 6/27/2021 at 6:15 PM, mrfizi said:

already  turn it off but it still in the selection

 

    // Settings
    .ThirdClass = false;            // Enable third classes?
    .RebirthClass = false;            // Enable rebirth classes?
    .SecondExpanded = false;        // Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion?
    .BabyNovice = false;    // Enable Baby novice classes? Disable it if you like player must have parent to get job baby.
    .BabyClass = false;                // Enable Baby classes?
    .BabyThird = false;                // Enable Baby third classes?
    .BabyExpanded = false;            // Enable Baby Expanded classes: Ex. Baby Ninja, Baby Taekwon, etc.
    .BabySummoner = false;            // Enable Baby Summoner?
    .LastJob = false;                // Enforce linear class changes?
    .SkillPointCheck = true;        // Force player to use up all skill points?
    .Platinum = false;                // Get platinum skills automatically?
    .GetJobEquip = false;            // Get job equipment (mostly weapons) on job change?

image.thumb.png.7cae2555b74a3ff0c074013d5068e125.png

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...