Neub Posted May 1, 2015 Posted May 1, 2015 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 Quote
Neub Posted May 2, 2015 Author Posted May 2, 2015 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 Quote
Elsa Mist Posted May 2, 2015 Posted May 2, 2015 (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 May 2, 2015 by Elsa Mist Quote
Pseudo Posted May 2, 2015 Posted May 2, 2015 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) Quote
Neub Posted May 2, 2015 Author Posted May 2, 2015 (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 May 2, 2015 by Neub Quote
Pseudo Posted May 2, 2015 Posted May 2, 2015 (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 May 2, 2015 by Pseudo Quote
Neub Posted May 2, 2015 Author Posted May 2, 2015 yes, for example after continously casting 10 firebolt they will get 1second delay, for their enemies to have time to use healing item Quote
Pseudo Posted May 3, 2015 Posted May 3, 2015 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) Quote
Neub Posted May 3, 2015 Author Posted May 3, 2015 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* Quote
Pseudo Posted May 3, 2015 Posted May 3, 2015 (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 May 3, 2015 by Pseudo Quote
Neub Posted May 3, 2015 Author Posted May 3, 2015 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? Quote
Question
Neub
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.