Jump to content
  • 0

Kagerou/Oboro Job Changer (Ticket)


Dvrstle

Question


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

First of all, the NPC should check if the character is Ninja level 99/70 or else he/she can't change to kagerou/oboro.

Then if the character is ninja 99/70, check if the character is carrying an Advanced Ninja Coupon which is (7588).

Then proceed to Job Change. Kagerou/Oboro level 99/1.

Thanks

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1132
  • Joined:  05/27/12
  • Last Seen:  

if (Class == Job_Ninja && BaseLevel == 99 && JobLevel == 70 && countitem(7588)) { delitem 7588,1; jobchange roclass(eaclass()|EAJL_2_1); } end;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

can you please create npc with that script ? =) . . .

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

It's already complete all you need is to create an NPC header like this,

prontera,150,150,1<tab>script<tab>Ninja Changer<tab>53,{
<script given at last post>
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

oh. . ok tnx. . . =)

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