Jump to content
  • 0

Where to get job changer with kagerou but rebellion is disabled


johnbond

Question


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  457
  • Reputation:   11
  • Joined:  02/17/13
  • Last Seen:  

Does somebody know where to get a good job changer script that has kagerou and oborro jobs but rebellion is disabled.

 

1. all baby jobs

2. all first, second, trans, 3rds jobs enabled.

3. expanded classes taekwon, soul linker etc enabled.

4. super novice, kagerou/oborro

5. no rebellion

 

Mayeb somebody can link me to it.

 

Thanks guys.

Link to comment
Share on other sites

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

He searchs a job changer Emistry :P

Try to replace

if (Class == Job_Ninja || Class == Job_Gunslinger)

by

	if (Class == Job_Ninja)
		setarray .@exp[0], ( Sex ? Job_Kagerou : Job_Oboro ), 70;
  • Upvote 1
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:  

What about https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt ? Just need to replace the line

if (Class == Job_Ninja || Class == Job_Gunslinger)

by the line

if (Class == Job_Ninja)
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  457
  • Reputation:   11
  • Joined:  02/17/13
  • Last Seen:  

 

What about https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt ? Just need to replace the line

if (Class == Job_Ninja || Class == Job_Gunslinger)

by the line

if (Class == Job_Ninja)

 

 

Is there any other good job changer script besides this one?

 

What about https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt ? Just need to replace the line

if (Class == Job_Ninja || Class == Job_Gunslinger)

by the line

if (Class == Job_Ninja)

 

 

Also, it seems that this job changer is not working for the kagerou. It only says "No more jobs are available" even when ninja is 99/70 already. Any other good job changer?

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:  

I don't know I don't need another one

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  457
  • Reputation:   11
  • Joined:  02/17/13
  • Last Seen:  

I don't know I don't need another one

 

Because the kagerou job change is not working in https://github.com/r...m/jobmaster.txt

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:  

It's working for me on rathena

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  457
  • Reputation:   11
  • Joined:  02/17/13
  • Last Seen:  

It's working for me on rathena

 

 

Its not working on mine. I use rathena r12427.

 

It only says "No more jobs are available" even when ninja is 99/70 already.

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:  

It's an old version, do you have the const EAJL_THIRD in const.txt?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  457
  • Reputation:   11
  • Joined:  02/17/13
  • Last Seen:  

It's an old version, do you have the const EAJL_THIRD in const.txt?

 

 

Yes I have:

 

EAJL_THIRD    0x4000

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2351
  • Joined:  10/28/11
  • Last Seen:  

post your script ...

 

provide a steps that you did ...

from which steps/conversations till which steps it stops ...

 

etc...

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  457
  • Reputation:   11
  • Joined:  02/17/13
  • Last Seen:  

 

He searchs a job changer Emistry :P

Try to replace

if (Class == Job_Ninja || Class == Job_Gunslinger)

by

	if (Class == Job_Ninja)
		setarray .@exp[0], ( Sex ? Job_Kagerou : Job_Oboro ), 70;

 

 

This is already fixed. I think I used a different jobmaster from costums directory.

 

I now used the default rathena and its already fixed.

 

Thank you.

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