Jump to content
  • 0
Rizz

Ugly Dance/Hip Shaker works like Dissonance

Question

Hello, I have a problem in altering Dancer's Ugly Dance/Hip Shaker skill, I would like to make this skill works like Bard's Dissonance. I tried to modify the skill.cpp like this:
 

	if (battle_check_target(src, target, flag) > 0) {
		switch (skill_id) {
			// Attack type songs
		case BA_DISSONANCE:
		case DC_UGLYDANCE:
			skill_attack(BF_MAGIC, src, src, target, skill_id, skill_lv, tick, 0);
			return 1;

However, this modification is not worked in the game. If anyone know how to modify it, please help me 🙂

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

I don't remember how I did it or when exactly but you might be able to find it somewhere in here among the older commits : https://github.com/SeravySensei/rathena/commits/master

edit  : Bard and Dancer skill changes seem to be around 2019-09-03

 

Edited by Seravy
  • Upvote 2
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.