Jump to content
  • 0

Ugly Dance/Hip Shaker works like Dissonance


Question

Posted

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 ?

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...