Jump to content
  • 0
achreshia

Party vs Party with no job repetition

Question

Requesting for Party vs Party recruiter with no job repetition

example: in 1 party : monk,priest,knight if another knight joins the party recruiter will not accept it.

and it has arena room list

 

Thank you!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Simple duplicate class check

prontera,150,150,0	script	Test	123,{
	[email protected] = getcharid(1);
	if ([email protected]) end;
	[email protected] = getcharid(3);
	getpartymember [email protected], 1;
	getpartymember [email protected], 2;
	for ([email protected] = 0; [email protected] < [email protected]; [email protected]++) {
		if (isloggedin([email protected][[email protected]], [email protected][[email protected]])) {
			attachrid [email protected][[email protected]];
		
			if (inarray([email protected], Class) != -1)
				[email protected]++;
			else 
				[email protected][getarraysize([email protected])] = Class;
			
			detachrid;
		}
	}
	
	attachrid [email protected];
	
	if ([email protected])
		mes "Cannot enter.";
	else {
		mes "Enjoy!";
		warpparty "prontera", 153, 153, [email protected];
	}
	
	close;
		
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.