Jump to content
  • 0

How to make each guild skills have separate cooldown?


Pink Guy

Question


  • Group:  Members
  • Topic Count:  131
  • Topics Per Day:  0.03
  • Content Count:  371
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

Hello, I'm not sure if this is possible but can I make guild skills have separate cooldown? It's really a waste since most of the time Guild Leaders just use Emergency call and not use other guild skills. Also, can someone tell me how to show guild skill cooldown in the chat box? I remember seeing it in a server I used to play. Thanks to whoever can help.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.02
  • Content Count:  114
  • Reputation:   5
  • Joined:  07/16/16
  • Last Seen:  

I think this is a database question about the cooldown. Having separate cooldown I'm not sure if the Database will fix that for you, or if it is in the SRC. Look at skill_cast_db.txt

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  816
  • Reputation:   237
  • Joined:  01/30/13
  • Last Seen:  

Yep, skill_cast_db:

//===== Guild Skills =======================
//-- GD_LEADERSHIP
10006,0,0,0,300000,0,0,-1
//-- GD_GLORYWOUNDS
10007,0,0,0,300000,0,0,-1
//-- GD_SOULCOLD
10008,0,0,0,300000,0,0,-1
//-- GD_HAWKEYES
10009,0,0,0,300000,0,0,-1
//-- GD_BATTLEORDER
10010,0,0,0,180000,300000,0,-1
//-- GD_REGENERATION
10011,0,0,0,60000,300000,0,-1
//-- GD_RESTORE
10012,0,0,0,0,300000,0,10000
//-- GD_EMERGENCYCALL
10013,0,0,0,0,300000,0,5000
//-- GD_ITEMEMERGENCYCALL
10015,0,0,0,0,300000,0,5000
//==========================================

 

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