Jump to content
  • 0
Seravy

Waterball

Question

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 Seravy
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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

 

Link to comment
Share on other sites

  • 0

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.

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.