prontera,244,55,4 script Freebies 718,{
if( !#Freebies ){
set #Freebies,1;
mes "Welcome to MyServerNameHere, Here are your start items!";
mes "You only get this once for each account!";
getitembound 31957,2,1;
end;
}else{
mes "You have claimed the Reward already.";
end;
OnInit:
waitingroom "Freebies",0;
end;
}
}
hello kindly help me adding class check and level check on this NPC
prontera,244,55,4 script Freebies 718,{ if( !#Freebies ){ set #Freebies,1; mes "Welcome to MyServerNameHere, Here are your start items!"; mes "You only get this once for each account!"; getitembound 31957,2,1; end; }else{ mes "You have claimed the Reward already."; end; OnInit: waitingroom "Freebies",0; end; } }hello kindly help me adding class check and level check on this NPC
set [email protected], 99; set [email protected], 50; setarray [email protected][0], Job_Knight, Job_Alchemist, Job_Assassin, Job_Bard, Job_Blacksmith, Job_Crusader, Job_Dancer, Job_Hunter, Job_Monk, Job_Priest, Job_Rogue, Job_Sage, Job_Wizard;Link to comment
Share on other sites