Warning! This is the old Hercules bugtracker archive, and may not reflect the current state of Hercules. The current bugtracker is on GitHub Issues.
Issue information
Issue ID
#6233
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 13, 2012 18:10
Last Post
Hercules Elf Bot
Jul 16, 2012 10:17
Confirmation
Yes (1)
No (0)
Hercules Elf Bot - Jul 13, 2012 18:10
Originally posted by [b]GM Takumirai[/b] - in pRO i tried valkyrie
when i cast trap example blast mine if i step on to it i get also the damage
- in rAthena if you step on the blast mine or other traps that can cause damage also firing traps and other traps you can step on it w/o having damage on yourself
- in valkyrie even if you're the one who cast it or use the trap , if you step on it you will get the damage..
Hercules Elf Bot - Jul 14, 2012 3:32
Originally posted by [b]malufett[/b] its seems that
[CODE]
if( battle_config.vs_traps_bctall && map_flag_vs(src->m) && (src->type&battle_config.vs_traps_bctall) )
target = BCT_ALL;[/CODE] is not follow correctly...anyway I'll commit the fix later...
Hercules Elf Bot - Jul 14, 2012 3:56
Originally posted by [b]GM Takumirai[/b] Thanks malufet. It also damage co-guild during woe, example if ur co-guild place a trap and ur co-guild walk into it explode and ur co-guild get damage
Hercules Elf Bot - Jul 15, 2012 6:01
Originally posted by [b]GM Takumirai[/b] malufet you can check this video for better understanding of those traps
[url="http://www.youtube.com/watch?v=_sU4iis1u-s&feature=related"]http://www.youtube.com/watch?v=_sU4iis1u-s&feature=related[/url]
Hercules Elf Bot - Jul 16, 2012 10:17
Originally posted by [b]malufett[/b] Fixed @ [rev='16429']