Jump to content

Recommended Posts

  • Former Staff

battle.cpp

    AttackAffect(pkAttacker, pkVictim, POINT_SLOW_PCT, IMMUNE_SLOW,  AFFECT_SLOW, POINT_MOV_SPEED, -30, AFF_SLOW, 20,        "SLOW");

 

You also have in char_skill.cpp

                else if (IS_SET(m_pkSk->dwFlag, SKILL_FLAG_SLOW))
                {
                    SkillAttackAffect(pkChrVictim, iPct, IMMUNE_SLOW, AFFECT_SLOW, POINT_MOV_SPEED, -30, AFF_SLOW, iDur, m_pkSk->szName);
                }

 

And in cmd_gm.cpp (/slow)

        case COMMANDAFFECT_SLOW:
            SkillAttackAffect(tch, 1000, IMMUNE_SLOW, AFFECT_SLOW, POINT_MOV_SPEED, -30, AFF_SLOW, 30, "GM_SLOW");
            break;

  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 1416

      [40250] Reference Serverfile + Client + Src [15 Available Languages]

    2. 0

      We are looking for a C++ and Python programmer

    3. 0

      Is there a way to make a quest run independet of player events? Lets say start quest automatically at server startup?

    4. 111

      Ulthar SF V2 (TMP4 Base)

    5. 0

      Quest function when 102.kill definition whereabouts help

    6. 5

      [M2 FILTER] Customized Client Filter

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.