Jump to content
  • 0

Job Changer with no Rebirth


Dori

Question


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  332
  • Reputation:   15
  • Joined:  12/11/11
  • Last Seen:  

Hello,

I am using the official jobmaster npc available in the npc/custom folder.
I really want to take re-birth out of this script, so it would be something like this:

Novice > Swordsman > Knight > Lord Knight or Rune Knight (non trans) > Rune Knight (trans)

 

I have attached the script below. I would really appreciate anyone who could help me out with this, Thank you in return!


Edit: forgot to mention that im willing to even pay for this.

jobmaster.txt

Edited by Phenex
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

A quick mod

[paste=4zf2yxj5yh7q]

You didn't specify the base level to change Lord Knight or Rune Knight (non trans) > Rune Knight (trans) so it's still 99

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  332
  • Reputation:   15
  • Joined:  12/11/11
  • Last Seen:  

99 is fine, Thank you so much. There is one more thing, Could you take Rebellion class out of this script for me?

 

@offtopic: Is rebellion class even officially released in rathena?

 

Thank you again, I will test this out right away!

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

	set .SecondExpanded,1;		// Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion? (1: yes / 0: no)

change the option under OnInit label

 

 

or replace at the begining of the script

	if (Class > 4049 || Class == Job_Gunslinger) {
		mes "No more jobs are available.";
		close;
	}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  332
  • Reputation:   15
  • Joined:  12/11/11
  • Last Seen:  

Thank you very much Capuche! It's working perfect :)

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...