Neub Posted May 1, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 63 Reputation: 0 Joined: 07/23/13 Last Seen: February 2, 2018 Share 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 Link to comment Share on other sites More sharing options...
Butch Posted May 2, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 12 Reputation: 2 Joined: 10/01/12 Last Seen: December 15, 2024 Share Posted May 2, 2015 you can add AfterCastActDelay at skill_cast_db.txt Quote Link to comment Share on other sites More sharing options...
Neub Posted May 2, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 63 Reputation: 0 Joined: 07/23/13 Last Seen: February 2, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
Elsa Mist Posted May 2, 2015 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 387 Reputation: 60 Joined: 10/08/13 Last Seen: July 14, 2022 Share 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 Link to comment Share on other sites More sharing options...
Pseudo Posted May 2, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 36 Reputation: 5 Joined: 05/02/15 Last Seen: December 29, 2015 Share 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 Link to comment Share on other sites More sharing options...
Neub Posted May 2, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 63 Reputation: 0 Joined: 07/23/13 Last Seen: February 2, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
Pseudo Posted May 2, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 36 Reputation: 5 Joined: 05/02/15 Last Seen: December 29, 2015 Share 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 Link to comment Share on other sites More sharing options...
Neub Posted May 2, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 63 Reputation: 0 Joined: 07/23/13 Last Seen: February 2, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
Pseudo Posted May 3, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 36 Reputation: 5 Joined: 05/02/15 Last Seen: December 29, 2015 Share 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 Link to comment Share on other sites More sharing options...
Neub Posted May 3, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 63 Reputation: 0 Joined: 07/23/13 Last Seen: February 2, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
Pseudo Posted May 3, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 36 Reputation: 5 Joined: 05/02/15 Last Seen: December 29, 2015 Share 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 Link to comment Share on other sites More sharing options...
Neub Posted May 3, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 63 Reputation: 0 Joined: 07/23/13 Last Seen: February 2, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.