Jump to content
  • 0

Howling of Mandragora and Secrament


Dvrstle

Question


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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!

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  291
  • Reputation:   4
  • Joined:  04/24/12
  • Last Seen:  

if im not wrong the skill Sacrament of arch bishop has a fixed cast time.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

Sacrament here is working fine, but I have the same problem with howling of mandragora

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  292
  • Reputation:   17
  • Joined:  12/12/11
  • Last Seen:  


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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 =)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  292
  • Reputation:   17
  • Joined:  12/12/11
  • Last Seen:  

you didn't read the topic above.. :)

I'm using Mandragora now even without activating renewal cast.. :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

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.

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...