Jump to content

Question

Posted (edited)

NPC's function is to be a job change 1npc = 1 job, at once max lvup & joblvup

example:

NPC A

Ontouch:

atcommand "@ job 4077" strcharinfo + (0) + "";

atcommand "@ lvup 999" + strcharinfo (0) + "";

atcommand "@ joblvup 999" + strcharinfo (0) + "";

}

NPC B

Ontouch:

atcommand "@ job 4060" strcharinfo + (0) + "";

atcommand "@ lvup 999" + strcharinfo (0) + "";

atcommand "@ joblvup 999" + strcharinfo (0) + "";

}

etc.

if anyone can help make the script?

Make an example script just let me try to change her job.

Edited by Yasunari Ishibashi

5 answers to this question

Recommended Posts

Posted

try this ?

prontera,155,181,5 script Sample 757,5,5,{
OnTouch:
if( Class == 0 ){
jobchange 4060;
set BaseLevel,99;
set JobLevel,70;
resetskill;
resetstatus;
}
end;
}

Posted

how the job minstrels and wanderer, when used in one an NPC?

bump...

if( Class == 0 | Sex == 0 ){

jobchange 4075;

else

jobchange 4076;

set BaseLevel,99;

set JobLevel,70;

resetskill;

resetstatus;

}

end;

}

whether right script like the above?

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