Jump to content

Question

Posted

Hello Rathena people! I'm having a problem in my server regarding song skills. I want the professor skill "DISPELL" remove any song buff on the target even inside the CELL of the SONG. The only solution I had change is that whenever the player goes outside the cell of the song the dispell skill is working. I hope you can help me about this as I only see a few post regarding this.

1 answer to this question

Recommended Posts

  • 0
Posted

Can't you just remove this part of the code in skill.cpp?

					// bugreport:4888 these songs may only be dispelled if you're not in their song area anymore
					case SC_WHISTLE:		case SC_ASSNCROS:		case SC_POEMBRAGI:
					case SC_APPLEIDUN:		case SC_HUMMING:		case SC_DONTFORGETME:
					case SC_FORTUNE:		case SC_SERVICE4U:
						if (!battle_config.dispel_song || tsc->getSCE(status)->val4 == 0)
							continue; //If in song area don't end it, even if config enabled
						break;

 

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