novice not available soul link

if(Class==Job_Novice || Class==Job_Novice_High) {
mes "[ ^C6A518Linker^000000 ]";
mes "Sorry, not available to novice.";
close;
}


what what ??

Rebirth Spirit CAN be use on Novice High

I just tested a soul linker can use Rebirth Spirit on a Level 40 Rebirth Novice, all stats adds +29

it should be

Code:
if (Class == Job_Novice || Class == Job_Baby) {
 
if(Class==Job_Novice || Class==Job_Novice_High) {
mes "[ ^C6A518Linker^000000 ]";
mes "Sorry, not available to novice.";
close;
}

if(Class==Job_Novice || Class==Job_Novice_High) {
mes "[ ^C6A518Linker^000000 ]";
mes "Sorry, not available to novice.";
close;
}


what what ??

Rebirth Spirit CAN be use on Novice High

I just tested a soul linker can use Rebirth Spirit on a Level 40 Rebirth Novice, all stats adds +29

it should be

if (Class == Job_Novice || Class == Job_Baby) {

if (Class == Job_Novice || Class == Job_Baby) {



sorry, it has been way TOO LONG since I left RO 😁 I forgot about everything

 
Back
Top