Jump to content
  • 0

Howling of Mandragora and Secrament


Question

Posted

how to make these skills work . . . . im not using renewal cast so the casting effect of howling of mandragora and secrament didn't work. . . please help me . .. =) a lot of servers will benefit from this too . . Thanks in advance!

7 answers to this question

Recommended Posts

Posted

Because Mandragora and Secrament only for Renewal cast.

If you are using instant casting the only effect of mandragora is reduce enemy's INT by 30.. but the casting effect is not affected since your not using renewal cast

Posted

im aware that secrament and mandragora effects in cast are implementd only in renewal cast. . . so what i mean is that. . how can i do it without enabling the renewal cast =)

Posted

check the status in skill_castfix_sc, and apply the change you want in fixed time, should be fine.

e.g :

if( sc->data[sC_MANDRAGORA] && (skill_id >= SM_BASH && skill_id <= RETURN_TO_ELDICASTES) )

fixed += 2000;

Actually since it's already here just move it down the :

#ifdef RENEWAL_CAST

#endif

section and it will work without enable that.

nb : anyway mandragora should be skilllv*0.5s so you may need to correct this too.

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.

  • Recently Browsing   0 members

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