Jump to content
  • 0

dispelling songs


vindi

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  12/22/11
  • Last Seen:  

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.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  904
  • Reputation:   248
  • Joined:  01/30/13
  • Last Seen:  

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;

 

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