Jump to content
  • 0

script classe


Cronus

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  02/01/17
  • Last Seen:  

I want to put a command in a npc class, it can only transform someone if you have the beginner job, what is the command? Help me my npc             mes " Ok,

come on ";
            next;
            set usclass,1;
            jobchange 23;

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

if( Class == Job_Novice )

 

Edited by Cyro
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  02/01/17
  • Last Seen:  

 

Some more

 

13 hours ago, Cyro said:

if( Class == Job_Novice )

 

The friend worked out more I gave @job 4010 work and click on npc, and nothing appeared blank and you need to enter again is not your game more you want a different class to appear apologies you are not novice my npc 

 

payon,162,230,5    script     Deidara Jounin    4_F_GON,{

  if( Class == Job_Novice )

mes "olá você gostaria de virar Deidara Jounin?";
next;
mes "Você precisa estar no lvl 399;
next;
mes "Voce deseja se tornar Deidara Jounin ??.";
switch(select(    "Claro","Nao, Obrigado")){
                
            case 1:    mes " Ok, Vamos Lá";
next;
set usclass,1;
jobchange 23;
close; end;

sorry:
mes "Desculpe.";
next;
mes "Você ja escolheu uma classe !!.";
next;
close;

            case 2: mes "Ok, volte quando precisar !";
close;
end;
}

//naovip:
//mes "Me desculpe, você não é um jogador VIP";
//close;
}

Edited by isaque1
fix
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...