Seravy Posted August 29, 2019 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 176 Reputation: 60 Joined: 01/11/19 Last Seen: March 12, 2021 Share Posted August 29, 2019 (edited) I want to reduce the time between each waterball created to make the spell finish faster. I tried looking for any uses of WZ_WATERBALL but haven't found any interval. I tried changing the -1 in skill_unit_db but it did nothing either. Edited August 29, 2019 by Seravy Quote Link to comment Share on other sites More sharing options...
1 Seravy Posted August 31, 2020 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 176 Reputation: 60 Joined: 01/11/19 Last Seen: March 12, 2021 Author Share Posted August 31, 2020 Found the solution. Apparently, the timer interval for Waterball was in the Case block for Jupitel Thunder as WB's block has no ending "break" in it. C is such a counter-intuitive language. If anyone else wants to change their waterball, this is how : https://github.com/SeravySensei/rathena/commit/38b1c6a102a1d121494d16eb2b4d2d7838435825 1 Quote Link to comment Share on other sites More sharing options...
0 Chun3 Posted September 16, 2019 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 67 Reputation: 9 Joined: 08/22/19 Last Seen: February 2, 2020 Share Posted September 16, 2019 skill.c case WZ_WATERBALL: skill_addtimerskill(src,tick+125,target->id,0,0,skl->skill_id,skl->skill_lv,skl->type-1,skl->flag); Quote Link to comment Share on other sites More sharing options...
0 Naruto Posted September 16, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 416 Reputation: 74 Joined: 05/16/19 Last Seen: January 24, 2021 Share Posted September 16, 2019 tick+xxx Quote Link to comment Share on other sites More sharing options...
0 Seravy Posted September 25, 2019 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 176 Reputation: 60 Joined: 01/11/19 Last Seen: March 12, 2021 Author Share Posted September 25, 2019 Doesn't work. Adding +X there delays when the first waterball appears by that many miliseconds, it doesn't chance the time interval between the hits. Quote Link to comment Share on other sites More sharing options...
Question
Seravy
I want to reduce the time between each waterball created to make the spell finish faster. I tried looking for any uses of WZ_WATERBALL but haven't found any interval. I tried changing the -1 in skill_unit_db but it did nothing either.
Edited by SeravyLink to comment
Share on other sites
4 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.