Jump to content
  • 0

Decrease spammable skills


Question

Posted

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

11 answers to this question

Recommended Posts

Posted

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
Posted (edited)

 

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
Posted

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)

Posted (edited)

 

 

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
Posted (edited)

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
Posted

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

Posted

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*

Posted (edited)

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
Posted

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?

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...