Jump to content
  • 0

Guild Skill Cooldown Adjustment


johnbond

Question


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  457
  • Reputation:   11
  • Joined:  02/17/13
  • Last Seen:  

I just have a quick question and support request. if this is set to "yes":

 

 

// Activate guild skills delay by relog? (Note 1)
// Official setting is "yes", otherwise allow guild leaders to relog to cancel the 5 minute delay.
guild_skill_relog_delay: yes

 

 

The time before guild skills can be recasted is 5 minutes. How can I make this 5 minutes reduced to 3 minutes. Also what I want is that the guld master does not need to reconnect to get this reduced 3minute guild skill cooldown. I mean reconnect or not, both will give the guild master only a 3 minute cooldown.

 

Thank you guys!

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  91
  • Reputation:   8
  • Joined:  03/03/12
  • Last Seen:  

Yes it should be set to yes

for cool down try this one

 

Renewal:

db/pre-re/skill_cast_db

Find this line:

//-- GD_EMERGENCYCALL
10013,5000,0,0,0,300000,0,0

Change it to:
//-- GD_EMERGENCYCALL
10013,5000,0,0,0,180000,0,0

======================================

Pre-Renewal:

db/pre-re/skill_cast_db

Find this line:

//-- GD_EMERGENCYCALL
10013,5000,0,0,0,300000,0,0

Change it to:
//-- GD_EMERGENCYCALL
10013,5000,0,0,0,180000,0,0
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  457
  • Reputation:   11
  • Joined:  02/17/13
  • Last Seen:  

Oh I never thought of that lol. :)

 

Thanks!

 

 

 

 

Oh by the way another thing, how can I set in SRC that "death" is also the same as reconnecting in terms of guild_skill_relog_delay?

 

Because the  "delay when relog" is 5 mins (guild_skill_relog_delay: yes ) and I set the emergency call skill cooldown time (as per skill_cast_db) to only 1 minute.  What I want is whenever they die it is also considered as like "reconnecting" so they will have a longer cooldown of 5 mins as originally set in guild_skill_relog_delay. And when they do not die they will have shorter cooldown time for emergency call as set in skill_cast_db.

 

I just want that death is also like relogging in terms of "delay when relog". Can you show me how to do this in SRC codes?

 

Thank you!
 

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