Jump to content
  • 0

Unclickable Oboro NPC Job Changer Script


Raikumi

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  49
  • Reputation:   0
  • Joined:  06/28/12
  • Last Seen:  

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;

}

}

}

}

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

try this

http://pastebin.com/raw.php?i=2nnPeXUL

Edited by EvilPuncker
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...