Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,181,5 script Sample 757,{
- .@self = getcharid(3);
- .@party_id = getcharid(1);
- getpartymember .@party_id,2;
- for( .@i = 0; .@i < $@partymembercount; .@i++ )
- if( attachrid( $@partymemberaid[.@i] ) ){
- if( Class == Job_Wanderer || Class == Job_Minstrel ){
- attachrid( .@self );
- mes "Make sure your party dont have Minstrel or Wanderer Class.";
- close;
- }
- }
- if( instance_check_party( .@party_id,3 ) ){
- mes "You need minimum 3 ppl in 1 party.";
- }else{
- mes "PASSED ALL REQUIREMENTS";
- }
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment