Jump to content

astrow123

Members
  • Content Count

    3
  • Joined

  • Last visited

Posts posted by astrow123


  1.  

    Anyone know how to toggle on/off the skill? logout/die/duration is quite annoying

     

     

     

    ok, done it, close pls

    Mind telling us how you did it?

     

    It would be good for others that may encounter your problem in the future.

     

     

    Thanks.

    In src/map/skill.c

     

    Find: "case ST_PRESERVE:'' and put a // before it.

     

    Now search for ''turn off check'' and add the "case ST_PRESERVE:" after the last case, normally is KO_YAMIKUMO.( ps: there is 2 turn off checks, so add the st_preserve in both of them ) ( ad case ST_PRESERVE: after case GS_GATLINGFEVER: too )

     

     

    switch( skill_id ) { // Turn off check.

    case BS_MAXIMIZE:

    case NV_TRICKDEAD:

    case TF_HIDING:

    case AS_CLOAKING:

    case CR_AUTOGUARD:

    case ML_AUTOGUARD:

    case CR_DEFENDER:

    case ML_DEFENDER:

    case ST_CHASEWALK:

    case PA_GOSPEL:

    case CR_SHRINK:

    case TK_RUN:

    case GS_GATLINGFEVER:

    case TK_READYCOUNTER:

    case TK_READYDOWN:

    case TK_READYSTORM:

    case TK_READYTURN:

    case SG_FUSION:

    case KO_YAMIKUMO:

    case ST_PRESERVE:

     

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.