Jump to content
  • 0

Skill Duration


omimo

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   0
  • Joined:  03/03/12
  • Last Seen:  

Ahm how can i prolong the duration of skills?

let say a priest cast GLORIA and it will last for 5secs i want to make it 1 minute. How can i do that?

Thank you

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

edit it in db/*/skill_cast_db.txt

SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time

75,0,2000,0,10000:15000:20000:25000:30000,0,0,0

change the 5th value, the : corresponds to the per-level assignment.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  198
  • Reputation:   47
  • Joined:  08/01/12
  • Last Seen:  

clyde , how about the skill aftercast delays?

i'v set HEAL to

28,0,0,0,0,0,0

still got delay.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

By default, Renewal settings have a fixed delay. To turn it off by commenting out RENEWAL_CAST in src/config/renewal.h

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  198
  • Reputation:   47
  • Joined:  08/01/12
  • Last Seen:  

ahhm i'm using pre-re , commented all renewal_ at src/config/renewal.h, but still the same.

all skills are ok, except for the healing skills, like heal, potion pitcher, slim

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

The topic of this thread is about Duration of the buff (w/c is the 5th value in skill_cast_db entries), your question (after cast act delay) points to the 3rd value. If it still has a slight delay, its probably a sprite animation issue. The client prevents people to cast skills while the animation is still on-going.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  198
  • Reputation:   47
  • Joined:  08/01/12
  • Last Seen:  

ya lol sorry for bumping in.

probably a sprite issue, thank you.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   0
  • Joined:  03/03/12
  • Last Seen:  

ah i see, thank you

Edited by omimo
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...