achreshia Posted March 8 Share Posted March 8 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! Quote Link to comment Share on other sites More sharing options...
0 Rynbef Posted March 12 Share Posted March 12 @achreshiaThe only way which comes in my mind was to create a Warper npc for PvP or do an OnLoadMapEvent. Which I've scripted for u. I hope I can help u a lot. PVPNoSameClassInParty.txt //Not tested Rynbef~ Quote Link to comment Share on other sites More sharing options...
0 Patskie Posted March 13 Share Posted March 13 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; } Quote Link to comment Share on other sites More sharing options...
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