Jump to content
  • 0

Decrease spammable skills


Neub

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  63
  • Reputation:   0
  • Joined:  07/23/13
  • Last Seen:  

Hi i want to reduce the spammable skills in my game but i have exactly no idea how

 

in my game High Wizard can spam endless Firebolt

 

but i want them to like have limitation like after casting 10firebolt they can't cant for a certain amont of time

 

 

because i want to balance my server in terms of PVPing

Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   2
  • Joined:  10/01/12
  • Last Seen:  

you can add AfterCastActDelay at skill_cast_db.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  63
  • Reputation:   0
  • Joined:  07/23/13
  • Last Seen:  

can you elaborate sir.

 

show me how it is done? i dont understand when i read the manual

 

//-- MG_FIREBOLT
19,700:1400:2100:2800:3500:4200:4900:5600:6300:7000,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0,0,0
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  

 

can you elaborate sir.

 

show me how it is done? i dont understand when i read the manual

 

//-- MG_FIREBOLT
19,700:1400:2100:2800:3500:4200:4900:5600:6300:7000,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0,0,0

 

 

In rAthena/db/pre-re/skill_cast_db.txt.

 

// For example:  

// - Original: 6,0,0,0,30000,0,1000  

// - Modified: 6,0,0,0,30000,0,1000:2500:3000:...  

// Gives Level 1 1000ms cool down, Level 2 2500ms, Level 3 3000ms, and so on.

Edited by Elsa Mist
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   5
  • Joined:  05/02/15
  • Last Seen:  

Sounds like you want a fixed cooldown? 

 

If that's the case, you need to edit the very last portions of the line. 

 

Follow the post above me, and make sure you are editing the right location (pre-re or re)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  63
  • Reputation:   0
  • Joined:  07/23/13
  • Last Seen:  

 

 

can you elaborate sir.

 

show me how it is done? i dont understand when i read the manual

 

//-- MG_FIREBOLT
19,700:1400:2100:2800:3500:4200:4900:5600:6300:7000,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0,0,0

 

 

In rAthena/db/pre-re/skill_cast_db.txt.

 

// For example:

// - Original: 6,0,0,0,30000,0,1000

// - Modified: 6,0,0,0,30000,0,1000:2500:3000:...

// Gives Level 1 1000ms cool down, Level 2 2500ms, Level 3 3000ms, and so on.

 

 

this is what i dont get.. 

 

Sounds like you want a fixed cooldown? 

 

If that's the case, you need to edit the very last portions of the line. 

 

Follow the post above me, and make sure you are editing the right location (pre-re or re)

 

yes but for specific skill because Mages can spam unlimited spam

 

what i want to do is like if they continously spammed Firebolt they get delay for a sec

19,700:1400:2100:2800:3500:4200:4900:5600:6300:7000,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0,0,0

like this?

19,700:1400:2100:2800:3500:4200:4900:5600:6300:7000,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0,0,3000
Edited by Neub
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   5
  • Joined:  05/02/15
  • Last Seen:  

For example:

Do you want a cooldown of 3 seconds after every firebolt cast?

19,700:1400:2100:2800:3500:4200:4900:5600:6300:7000,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0,0,3000

This will give you a 3 second delay after each cast

 

or.....

 

You want the cooldown to increase slowly if they start spamming? (<--- This I'm not sure if it's possible. Haven't been around rA for sometime now)

Edited by Pseudo
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  63
  • Reputation:   0
  • Joined:  07/23/13
  • Last Seen:  

yes, for example after continously casting 10 firebolt they will get 1second delay, for their enemies to have time to use healing item

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   5
  • Joined:  05/02/15
  • Last Seen:  

 

You want the cooldown to increase slowly if they start spamming? (<--- This I'm not sure if it's possible. Haven't been around rA for sometime now)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  63
  • Reputation:   0
  • Joined:  07/23/13
  • Last Seen:  

i seee i'll just set aftercast delay on bolt skill then but if anyone got answer for this feel free to answer

 

*its like your character is getting tired for spamming too much skill*

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   5
  • Joined:  05/02/15
  • Last Seen:  

And just to avoid confusion. Aftercast-delay(decreased by Kiel) is different from Cooldown(Fixed time).

19,700:1400:2100:2800:3500:4200:4900:5600:6300:7000,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0,0,3000 

1000:1200:1400:1600:1800:2000:2200:2400:2600:2800 -> is Aftercast-Delay per ascending skill level.

3000 (last) -> is fixed cooldown.

Edited by Pseudo
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  63
  • Reputation:   0
  • Joined:  07/23/13
  • Last Seen:  

And just to avoid confusion. Aftercast-delay(decreased by Kiel) is different from Cooldown(Fixed time).

19,700:1400:2100:2800:3500:4200:4900:5600:6300:7000,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0,0,3000 

1000:1200:1400:1600:1800:2000:2200:2400:2600:2800 -> is Aftercast-Delay per ascending skill level.

3000 (last) -> is fixed cooldown.

 

 

Fixed cooldown cannot be decreased by bragi?

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