Jump to content
  • 0

Unclickable Oboro NPC Job Changer Script


Question

Posted

The NPC is still unclickable.I tried to edit it but still cant get it to be clickable. This is what I have as of right now. I know some servers have already implented Oboro. Does ANYONE have a job changer or know how to fix this script to make the NPC clickable?

//-- Kageou/Oboro Quest

prontera,157,194,4 script Ninja Job Changer 588,{

function Job_Menu; function A_An;

mes "[Ninja Master]";

if (Class == Job_Ninja) {

if (JobLevel == 70) {

if (BaseLevel == 99) {

mes "[ ^C8BBBETemporary Job Changer^000000 ]";

mes "Do you want to become Kagerou or Oboro?.";

mes "Im the temporary job changer of a Ninja to advance their job.";

mes "Kagerou is only for Boy Ninja.";

mes "Oboro is only for Girl Ninja.";

menu "Kagerou",L_boy,"Oboro",L_girl;

close; }

L_boy:

next;

jobchange 4211;

mes "Have a nice day~.";

close;

L_girl:

next;

jobchange 4212;

mes "Have a nice day~.";

close;

}

}

}

}

1 answer to this question

Recommended Posts

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...