Jump to content
  • 0

Party vs Party with no job repetition


Question

Posted

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!

2 answers to this question

Recommended Posts

  • 0
Posted

Simple duplicate class check

prontera,150,150,0	script	Test	123,{
	.@pid = getcharid(1);
	if (!.@pid) end;
	.@aid = getcharid(3);
	getpartymember .@pid, 1;
	getpartymember .@pid, 2;
	for (.@i = 0; .@i < $@partymembercount; .@i++) {
		if (isloggedin($@partymemberaid[.@i], $@partymembercid[.@i])) {
			attachrid $@partymemberaid[.@i];
		
			if (inarray(.@class, Class) != -1)
				.@fail++;
			else 
				.@class[getarraysize(.@class)] = Class;
			
			detachrid;
		}
	}
	
	attachrid .@aid;
	
	if (.@fail)
		mes "Cannot enter.";
	else {
		mes "Enjoy!";
		warpparty "prontera", 153, 153, .@pid;
	}
	
	close;
		
}

 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...