Issue information

Issue ID
#7014
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Dec 17, 2012 18:58
Last Post
Kenpachi
Apr 30, 2013 13:01
Confirmation
Yes (4)
No (0)

Hercules Elf Bot - Dec 17, 2012 18:58

Originally posted by [b]szarkab123[/b]
Minstrel Chorus skills can be played alone. Rathena Rev. 17026

[img]http://img19.imageshack.us/img19/5175/screenrathena000.jpg[/img]

Hercules Elf Bot - Dec 20, 2012 13:43

Originally posted by [b]Majinken[/b]
+1

I made a bug report on this a long time ago. The skills were supposedly fixed, but can still be cast alone.

Mysterious - Feb 26, 2013 15:12

[quote name="Kichi" post="17564" timestamp="1359761079"]
maybe [this] will fix it
[code=auto:0]Index: map/unit.c =================================================================== --- map/unit.c (revision 17102) +++ map/unit.c (working copy) @@ -1116,6 +1116,15 @@ tstatus = status_get_status_data(target); // Record the status of the previous skill) if(sd) { + if( skill_get_inf2(skill_id)&INF2_CHORUS_SKILL ) + { + if( skill_check_pc_partner(sd,skill_id,&skill_lv,skill_get_splash(skill_id,skill_lv),0) < 1 ) + { + clif_msg(sd, 0x583); + return 0; + } + } + else switch(skill_id){ case SA_CASTCANCEL: if(ud->skill_id != skill_id){[/code]
[/quote]

This post has been edited by Mysterious on Feb 26, 2013 15:12

malufett - Feb 26, 2013 19:10

@Mysterious
even though its not how the official works anyway thanks for Kichi and you for the effort...:)

Fixed @ [url="https://github.com/HerculesWS/Hercules/commit/b9c79ceb5bfc86809da1d3b6154da4222cb72734"]https://github.com/HerculesWS/Hercules/commit/b9c79ceb5bfc86809da1d3b6154da4222cb72734[/url]
:meow: