Issue information

Issue ID
#6262
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 17, 2012 18:48
Last Post
Hercules Elf Bot
Jul 23, 2012 15:01
Confirmation
N/A

Hercules Elf Bot - Jul 17, 2012 18:48

Originally posted by [b]duaud[/b]
Drain option such as Rideword Hat or Hunter Fly Card, it does not work properly In some skills.

Some skills are GS_DESPERADO, WM_SEVERE_RAINSTORM, and RA_FIRINGTRAP what I have tested.
In KRO Sakray, these are work well.

Hercules Elf Bot - Jul 20, 2012 3:25

Originally posted by [b]duaud[/b]
I solved this one.

In skill.c file, change

[quote][color=#000000][font=Tahoma, Geneva, sans-serif][size=3][background=rgb(244, 244, 244)]if( sd && dmg.flag&BF_WEAPON && src != bl && ( src == dsrc || ( dsrc->type == BL_SKILL && ( skillid == SG_SUN_WARM || skillid == SG_MOON_WARM || skillid == SG_STAR_WARM ) ) ) && damage > 0 )[/background][/size][/font][/color][/quote]

to

[quote][color=#000000][font=Tahoma, Geneva, sans-serif][size=3]if( sd && dmg.flag&(BF_WEAPON|BF_MISC) && src != bl && damage > 0 )[/size][/font][/color][/quote]

This post has been edited by duaud on Jul 20, 2012 3:26

Hercules Elf Bot - Jul 23, 2012 15:01

Originally posted by [b]malufett[/b]
Fixed @ [rev='16483']