//WOE BABY
prontera,146,163,6 script Baby Castles 729,{
if (Class >=4023 && Class <=4045 || Class >= 4095 && Class <= 4113 ) {
menu "GO ! ! ! ",M_Warp,"Cancel",canceling;
M_Warp:
warp "n_castle",102,102;
close;
canceling:
close;
} else {
mes "You're not Baby Dude...";
mes "Out Yeah. . . ";
emotion e_hmm;
emotion e_wah,1;
close;
}
}
n_castle,102,107,5 script cocolatoz 729,{
mes "[Chocolatoz]";
mes "Hello,"+strcharinfo(0)+" Can i help you?";
next;
menu "Back To Prontera Please",-,"Cancel",LEnd;
warp "prontera",155,179;
close;
LEnd:
mes "[Chocolatoz]";
mes "Ok...";
close;
}
For emistry : thats the script for teleport to n_castle (that script checked players job) but
how to make restricted in ncastle_gef, ncastle_pay, ncastle_pront, ncastle_alde if the leader of the guild using emergency call. . .?