Jump to content

Daegaladh

Developer
  • Posts

    230
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by Daegaladh

  1. I've made a skill animation editing an existing one (just a recolor) but it seems ROSTRviewer somehow corrupted the file, since ingame the animation works fine, but at the end it continues with a weird non-existing animation, getting bigger and bigger. But it works fine when you load it in the viewer!

     

    Any help? Thanks.

     

    I came up with the solution: You can't edit directy a layer that has an interpolation, you have to add a new layer and copy or reproduce the key frames and then make a new interpolation with "animize".

    • Upvote 1
  2. I've made a custom skill similar to two-hand and one-hand quicken, and everything works fine except the effect.

     

    I've already added the SC_ to both opt3 lists in status.c, but shows nothing:

            // OPT3
            case SC_TWOHANDQUICKEN:
            case SC_ONEHAND:
            case SC_SPEARQUICKEN:
            case SC_CONCENTRATION:
            case SC_MERC_QUICKEN:
            case SC_CUSTOMQUICKEN:
                sc->opt3 |= OPT3_QUICKEN;
                opt_flag = 0;
                break;
    
        // opt3
        case SC_TWOHANDQUICKEN:
        case SC_ONEHAND:
        case SC_SPEARQUICKEN:
        case SC_CONCENTRATION:
        case SC_MERC_QUICKEN:
        case SC_CUSTOMQUICKEN:
            sc->opt3 &= ~OPT3_QUICKEN;
            opt_flag = 0;
            break;

    I've also tested removing the SC_TWOHANDQUICKEN from both lists but... still shows the effect!

    • Upvote 1
  3. remember these steps

    • use OnInit with createbgid
    • use setbgid to let player join
    • don't use bg_destroy command, but use bg_kickall command instead
    • remember different script use different teams, there's a limit of 30 players on each team only <- can increase at src/map/battleground.h#L10
    eg: this battleground script use bg id 1 & 2, next battleground script use bg id 3 & 4  ( bg id is self generated in ascending order )

    What's the point of recycling team ids?

    • Upvote 1
  4. File Name: Quest Ranking for FluxCP

    File Submitter: Daegaladh

    File Submitted: 07 Feb 2013

    File Category: Web Resources

    Content Author: Daegaladh

    Description

    Ranking of players more quests have completed, for your FluxCP

    Features

    • Configurable quantity of ranked characters.

    Compatibility

    Demo

    (Soon)

    Installation

    1. Extract the 'quest_ranking' folder into the 'addons' folder of your FluxCP installation.
    2. If you're using a custom theme, rename the 'default' folder in 'quest_ranking/themes' to your custom theme name.

    Policy

    All purchases are non-refundable.

    Do not redistribute or resell anything from this work, this also includes modified versions of anything I've made.

    Do not steal the credit of this work.

    Do not remove or replace license text, images, etc.

    Support

    If you find any bug or need support, please contact me:

    rAthena: http://rathena.org/b.../468-daegaladh/

    email: [email protected]

    Skype: daegaladh

    License

    Daegaladh © 2013. All rights Reserved.

    Click here to download this file

  5. File Name: Mercenary Ranking for FluxCP

    File Submitter: Daegaladh

    File Submitted: 01 Feb 2013

    File Category: Web Resources

    Content Author: Daegaladh

    Description

    Ranking of players loyal to each mercenary guild, for your FluxCP

    Features

    • Configurable quantity of ranked characters of each mercenary guild.

    Compatibility

    Demo

    (Soon)

    Installation

    1. Extract the 'merc_ranking' folder into the 'addons' folder of your FluxCP installation.
    2. If you're using a custom theme, rename the 'default' folder in 'merc_ranking/themes' to your custom theme name.

    Policy

    All purchases are non-refundable.

    Do not redistribute or resell anything from this work, this also includes modified versions of anything I've made.

    Do not steal the credit of this work.

    Do not remove or replace license text, images, etc.

    Support

    If you find any bug or need support, please contact me:

    rAthena: http://rathena.org/b.../468-daegaladh/

    email: [email protected]

    Skype: daegaladh

    License

    Copyright © 2012-2013 Daegaladh. All rights Reserved.

    Click here to download this file

    • Upvote 1
  6. File Name: Homunculus Ranking for FluxCP

    File Submitter: Daegaladh

    File Submitted: 30 Jan 2013

    File Category: Web Resources

    Content Author: Daegaladh

    Description

    An homunculi ranking, for your FluxCP

    Features

    • Configurable quantity of ranked homunculi.
    • Filter by class.

    Compatibility

    Demo

    (Soon)

    Installation

    1. Extract all the files in the rar into the root folder of your FluxCP installation, overwriting the homunculus.php file.
    2. If you're using a custom theme, rename the 'default' folder in 'addons/homun_ranking/themes' to your custom theme name.

    Policy

    All purchases are non-refundable.

    This work by Daegaladh is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.

    Do not redistribute or resell anything from this work, this also includes modified versions of anything I've made.

    Do not steal the credit of this work.

    Do not remove or replace license text, images, etc.

    Support

    If you find any bug or need support, please contact me:

    rAthena: http://rathena.org/b.../468-daegaladh/

    email: [email protected]

    Skype: daegaladh

    License

    88x31.png

    This work by Daegaladh is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.

    Click here to download this file

    • Upvote 1
  7. File Name: Fame Ranking for FluxCP

    File Submitter: Daegaladh

    File Submitted: 29 Jan 2013

    File Category: Web Resources

    Content Author: Daegaladh

    Description

    3 rankings in 1: alchemy, crafting, and Taekwon mission fame points, for your FluxCP

    Features

    • Configurable quantity of ranked characters of each kind.

    Compatibility

    Demo

    (Soon)

    Installation

    1. Extract the 'fame_ranking' folder into the 'addons' folder of your FluxCP installation.
    2. If you're using a custom theme, rename the 'default' folder in 'fame_ranking/themes' to your custom theme name.

    Policy

    All purchases are non-refundable.

    This work by Daegaladh is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.

    Do not redistribute or resell anything from this work, this also includes modified versions of anything I've made.

    Do not steal the credit of this work.

    Do not remove or replace license text, images, etc.

    Support

    If you find any bug or need support, please contact me:

    rAthena: http://rathena.org/b.../468-daegaladh/

    email: [email protected]

    Skype: daegaladh

    License

    88x31.png

    This work by Daegaladh is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.

    Click here to download this file

    • Upvote 1
×
×
  • Create New...