Issue information

Issue ID
#7944
Status
Fixed
Severity
None
Started
Lilori
Jan 4, 2014 6:15
Last Post
Mhalicot
Jan 25, 2014 3:36
Confirmation
Yes (1)
No (1)

Lilori - Jan 4, 2014 6:15

Seems that Hercules has this Issue :
[url="http://rathena.org/board/tracker/issue-8337-all-hidecloaking-skills-in-pvpduelwoe/"]http://rathena.org/board/tracker/issue-8337-all-hidecloaking-skills-in-pvpduelwoe/[/url]

Tested by myself, with last GIT & 2013-08-07 Ragexe Client.
That issue is working.

Lilori - Jan 5, 2014 10:19

Bump. Please Confirm x_x

malufett - Jan 5, 2014 13:49

Sorry can't reproduce..:D

:meow:

Megasantos - Jan 5, 2014 15:00

[quote name="malufett" timestamp="1388929785"]
Sorry can't reproduce.. :D

:meow:[/quote]

This bug exists in the years since of eathena, happens to the SC_CLAIRVOYANCE effect.

[b]Search in clif.c[/b]

Change:

[code=auto:0] if(clif->ally_only && !sd->special_state.intravision && battle->check_target( src_bl, &sd->bl, BCT_ENEMY ) > 0)[/code]
For:
[code=auto:0] if(clif->ally_only && !sd->special_state.intravision && !sd->sc.data[SC_CLAIRVOYANCE] && battle->check_target( src_bl, &sd->bl, BCT_ENEMY ) > 0) [/code]

malufett - Jan 5, 2014 15:26

Ah..what I read first is the Maya Purple Card...:P

:meow:

Lilori - Jan 6, 2014 6:19

thx for confirm guys ! ^^

malufett - Jan 8, 2014 14:43

Fixed @ b22f68bbef4fb348c5a22d9c7674bba532d2c116

:meow:

Lilori - Jan 8, 2014 14:53

thanks malufett !! XD

Jezu - Jan 23, 2014 7:35

THIS IS NOT YET FIXED!

Using latest revision of Hercules + 2013-08-07Ragexe Client.

[b]Proof:[/b]
[img]http://i43.tinypic.com/30u4g9g.jpg[/img]

This post has been edited by Jezu on Jan 23, 2014 7:36

Mhalicot - Jan 25, 2014 3:36

[font='trebuchet ms', helvetica, sans-serif][color=#009acd]Please test it again with latest commit [/color][url="https://github.com/HerculesWS/Hercules/commit/7438e401b4209198691d3c8ca65b6c702338fa41"][color=#009acd]7438e40[/color][/url][/font]