Jump to content

Luci

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Luci

  1. 15 hours ago, kalabasa said:

    do you remove those +(plus) signs?

    yes i remove + signs 

     

    # Custom soul link buffs.
    # Author: Secret <[email protected]>
    #
    # Format
    # <SL_ constant>: <YAML string literal with a pair of enclosing bracket for the script>
    #
    # You can code the script just like an item script.
    #
    # Use ONLY spaces to indent.
    # DONT USE TABS
    
    Header: # Metadata for future use
        Version: 1
        Type: MOD_SECRET_SOUL_LINK
    SL_ALCHEMIST: |
        {
            bonus bStr,100;
        }
    SL_MONK: |
        {
            bonus bStr,100;
        }
    SL_STAR: |
        {
            bonus bStr,100;
        }
    SL_SAGE: |
        {
            bonus bStr,100;
        }
    SL_CRUSADER: |
        {
            bonus bStr,100;
        }
    SL_SUPERNOVICE: |
        {
            bonus bStr,100;
        }
    SL_KNIGHT: |
        {
            bonus bStr,100;
        }
    SL_WIZARD: |
        {
            bonus bStr,100;
        }
    SL_PRIEST: |
        {
            bonus bStr,100;
        }
    SL_BARDDANCER: |
        {
            bonus bStr,100;
        }
    SL_ROGUE: |
        {
            bonus bStr,100;
        }
    SL_ASSASIN: |
        {
            bonus bStr,100;
        }
    SL_BLACKSMITH: |
        {
            bonus bStr,100;
        }
    SL_HUNTER: |
        {
            bonus bStr,100;
        }
    SL_SOULLINKER: |
        {
            bonus bStr,100;
        }
    SL_GUNNER: |
        {
            bonus bMaxHPrate,50; bonus2 bSkillAtk,"GS_DESPERADO",30;
        }
    SL_NINJA: |
        {
            bonus bMaxHPrate,50; bonus2 bSkillAtk,"NJ_ISSEN",30;
        }

     

×
×
  • Create New...