Jump to content
  • 0

implementation of the baby classes


Question

3 answers to this question

Recommended Posts

  • 0
Posted
4 minutes ago, IsabelaFernandez said:

 

Hello community, I would like an implementation of the baby classes in my Job Master script. Thank you

https://pastebin.com/c7qMW17K

function    Can_Rebirth {
    // To rebirth, you need to be:
    // * Second Class
    if( !.RebirthClass )
        return false; // Rebirth disabled
    if( !(eaclass()&EAJL_2) )
        return false; // Not second Class
    if( eaclass()&EAJL_UPPER )
        return false; // Already Rebirthed
    if( roclass(eaclass()|EAJL_UPPER) < 0 )
        return false; // Job has no transcended class
    if( Is_Baby() && !.BabyClass )
        return false; // No Baby changes allowed
    return true;
}

 

  • 0
Posted
2 hours ago, maken06 said:

function    Can_Rebirth {
    // To rebirth, you need to be:
    // * Second Class
    if( !.RebirthClass )
        return false; // Rebirth disabled
    if( !(eaclass()&EAJL_2) )
        return false; // Not second Class
    if( eaclass()&EAJL_UPPER )
        return false; // Already Rebirthed
    if( roclass(eaclass()|EAJL_UPPER) < 0 )
        return false; // Job has no transcended class
    if( Is_Baby() && !.BabyClass )
        return false; // No Baby changes allowed
    return true;
}

 

Sorry, I do not understand, where do I change?

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...