Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×
  • 0

First class only can go in.


Currently

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.03
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

        case 3:    

        if (!(@eac&EAJL_2) || @eac&EAJL_UPPER || BaseClass == Job_Ninja || BaseClass == Job_Gunslinger || BaseClass == Job_Soul_Linker || BaseClass == Job_Star_Gladiator || Job_Taekwon || Job_Super_Novice) goto L_sorry2;

        announce "A player wants to fight in the First Class PvP Arena!!",bc_blue|bc_all;

 

 

 

Help please!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1133
  • Joined:  05/27/12
  • Last Seen:  

if (roclass(eaclass()&EAJ_UPPERMASK) == BaseClass) {} // 1-1 jobs only

if (Class == BaseClass) {} // 1-1 normal jobs (excluding advanced/baby) only

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

prontera,158,185,5	script	jdfhksdjf	100,{
	if ( !(eaclass() & 0xF00) || BaseJob == Job_SuperNovice ) // 1-1 jobs only + super novice
		dispbottom "yes";
	else
		dispbottom "no";
	end;
}
not sure why you run through so many commands xD

EDIT:

forgot about super novice

however, I think star gladiator and soul linker SHOULD belongs to 2nd class ..

Edited by AnnieRuru
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...