Cronus Posted June 20, 2017 Posted June 20, 2017 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; Quote
1 Cyro Posted June 20, 2017 Posted June 20, 2017 (edited) if( Class == Job_Novice ) Edited June 20, 2017 by Cyro Quote
0 Cronus Posted June 20, 2017 Author Posted June 20, 2017 (edited) 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 June 20, 2017 by isaque1 fix Quote
Question
Cronus
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;
2 answers 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.