Jump to content
  • 0

Quicken effect


Daegaladh

Question


  • Group:  Developer
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  230
  • Reputation:   131
  • Joined:  11/21/11
  • Last Seen:  

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
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

Maybe you have to add something to the grf?

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  230
  • Reputation:   131
  • Joined:  11/21/11
  • Last Seen:  

I don't think so, since the effect already exists...

Link to comment
Share on other sites

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.

×
×
  • Create New...