can you help me

do you mean make player must do rebirth than bypass the rebirth process?

if Yes

try to disable this part

 

Code:
if( .@third_possible ) {
		// Third Job change (displayed below rebirth)
		Require_Level(.Req_Third[0], .Req_Third[1]);
		Job_Options(.@job_opt, roclass(.@eac|EAJL_THIRD));
	}
 
Back
Top