Jump to content
  • 0

Ugly Dance/Hip Shaker works like Dissonance


Rizz

Question


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  72
  • Reputation:   0
  • Joined:  07/29/17
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.02
  • Content Count:  176
  • Reputation:   60
  • Joined:  01/11/19
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  72
  • Reputation:   0
  • Joined:  07/29/17
  • Last Seen:  

Thanks @Seravy ❤️

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