hello i try to put a waitingroom in my npc but it doesnt show ( sorry for bad english
heres the code
louyang,217,115,5 script Quest Items Effect 835,{
mes "You can see the effects of the Quest items here";
next;
mes "Choose what you want";
switch (select ("HeadProtector","Flames","Traveler Hat","Scarf","Hokage Hat","BlindFold" ) ) {
case 1:
{
mes "All of them has the same effect";
mes "Allstats+ 3";
mes "MaxHP+ 3%";
close;
}
case 2:
{
mes "All of them has the same effect";
mes "Allstats+ 3";
mes "Increase Max HP + 3%";
close;
}
case 3:
{
mes "All of them has the same effect";
mes "Allstats+ 5";
mes "Reduce Damage taken from DemiHuman by 5%";
close;
}
case 4:
{
mes "All of them has the same effect";
mes "Allstats+ 5";
mes "MaxHP+ 5%";
close;
}
case 5:
{
mes "All of them has the same effect";
mes "Increase Movement Speed.";
mes "Increase Attack on ^880000DemiHuman^000000 by 5%.";
mes "Increase Magic on ^880000DemiHuman^000000 by 10%.";
mes "Increase Long Attack on ^880000DemiHuman^000000 by 10%.";
close;
}
case 6:
{
mes "All of them has the same effect";
mes "Allstats + 5.";
mes "Maximum HP + 5%.";
close;
}
case 7:
{
mes "Allstats + 5";
mes "Increase Damage to DemiHuman by 5%";
close;
OnInit:
waitingroom "Quest Info Effects",0;
end;
}
}
}
Question
Byakuran
hello i try to put a waitingroom in my npc but it doesnt show
( sorry for bad english
heres the code
Link to comment
Share on other sites
7 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.