Issue information

Issue ID
#8109
Status
Fixed
Severity
None
Started
OmegaRed
Mar 22, 2014 18:50
Last Post
OmegaRed
Mar 22, 2014 21:30
Confirmation
N/A

OmegaRed - Mar 22, 2014 18:50

[quote]
(gdb) bt full
#0 0x00000000005e39c2 in skill_castend_nodamage_id (src=0x2193620, bl=0x2101360, skill_id=2461, skill_lv=1, tick=4011054958, flag=0) at skill.c:9069
duration = 3000
sd = <value optimized out>
dstsd = <value optimized out>
md = <value optimized out>
dstmd = 0x0
hd = <value optimized out>
mer = 0x0
sstatus = 0x2193a08
tstatus = 0x2101748
tsc = 0x21017a8
tsce = 0x0
element = <value optimized out>
type = SC_NONE
#1 0x00000000005d0aa6 in skill_castend_id (tid=10283968, tick=4011054958, id=<value optimized out>, data=0) at skill.c:4877
target = <value optimized out>
src = 0x2193620
sd = <value optimized out>
md = <value optimized out>
ud = 0x2193640
sc = <value optimized out>
inf = <value optimized out>
inf2 = <value optimized out>
flag = 0
#2 0x000000000061516f in unit_skilluse_id2 (src=0x2193620, target_id=2000009, skill_id=2461, skill_lv=1, casttime=0, castcancel=0) at unit.c:1422
ud = 0x2193640
tstatus = 0x2101748
sc = <value optimized out>
sd = 0x2193620
target = <value optimized out>
tick = 4011054958
temp = 0
range = <value optimized out>
#3 0x00000000004c797f in clif_parse (fd=17) at clif.c:18330
parse_cmd_func = <value optimized out>
cmd = <value optimized out>
packet_len = 10
sd = 0x2193620
pnum = <value optimized out>
#4 0x000000000062a2fe in do_sockets (next=<value optimized out>) at socket.c:872
rfd = {__fds_bits = {131072, 0 <repeats 15 times>}}
timeout = {tv_sec = 0, tv_usec = 14552}
ret = 0
i = <value optimized out>
#5 0x00000000006268a9 in main (argc=<value optimized out>, argv=<value optimized out>) at core.c:362
next = <value optimized out>[/quote][quote]

(gdb) bt
#0 0x00000000005e39c2 in skill_castend_nodamage_id (src=0x2193620, bl=0x2101360, skill_id=2461, skill_lv=1, tick=4011054958, flag=0) at skill.c:9069
#1 0x00000000005d0aa6 in skill_castend_id (tid=10283968, tick=4011054958, id=<value optimized out>, data=0) at skill.c:4877
#2 0x000000000061516f in unit_skilluse_id2 (src=0x2193620, target_id=2000009, skill_id=2461, skill_lv=1, casttime=0, castcancel=0) at unit.c:1422
#3 0x00000000004c797f in clif_parse (fd=17) at clif.c:18330
#4 0x000000000062a2fe in do_sockets (next=<value optimized out>) at socket.c:872
#5 0x00000000006268a9 in main (argc=<value optimized out>, argv=<value optimized out>) at core.c:362
[/quote]

This post has been edited by OmegaRed on Mar 22, 2014 18:52

Ind - Mar 22, 2014 20:14

whats in your skill.c line 9069?

OmegaRed - Mar 22, 2014 20:30

[code=auto:0] clif->skill_nodamage(src,bl,skill_id,skill_lv,1); [/code]

Ind - Mar 22, 2014 21:28

Fixed in [url="https://github.com/HerculesWS/Hercules/commit/17de8408fa79f286d65a4e35011c7524daf1202c"]https://github.com/HerculesWS/Hercules/commit/17de8408fa79f286d65a4e35011c7524daf1202c[/url]
Thanks!

OmegaRed - Mar 22, 2014 21:30

Thanks for the quick fix, great support.