Jump to content
  • 0

Help Please Job Changer> trans 2-1 with oborro and kag script :D


esquire90210

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/09/13
  • Last Seen:  

Help me please, i need a script for the job changer so i can  add trans class, kagerrou and oborro but excluding the other renewal classes

Link to comment
Share on other sites

2 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:  

trunk/npc/custom/jobmaster.txt

set .ThirdClass,1;		// Enable third classes? (1: yes / 0: no)

put to 0

 

	if (Class == Job_Ninja) setarray .@exp[0],.@j1,70;
	if (.@exp[0] && .ThirdClass) {

change to

	if (Class == Job_Ninja) setarray .@exp[0],.@j1,70;
	if (Class == Job_Ninja) {
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/09/13
  • Last Seen:  

Thank you very much sir

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