Issue information

Issue ID
#6264
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 17, 2012 21:37
Last Post
Hercules Elf Bot
Jul 18, 2012 14:27
Confirmation
N/A

Hercules Elf Bot - Jul 17, 2012 21:37

Originally posted by [b]michieru[/b]
Change Material don't work when you try to transform Tsurugi [1]. It's doing nothing. It should give 10 Steel the other change works fine.

http://irowiki.org/wiki/Change_Material

Hercules Elf Bot - Jul 18, 2012 10:54

Originally posted by [b]Daegaladh[/b]
Weird ._. db entry seems to be ok:
999,26,2494,1,1119,1


I'll test this later

Hercules Elf Bot - Jul 18, 2012 11:36

Originally posted by [b]Daegaladh[/b]
Yep, it doesn't work, but the db entry is fine, so the bug must come from source code...

Hercules Elf Bot - Jul 18, 2012 12:01

Originally posted by [b]malufett[/b]
hmm..it seems it doesn't pass here

[CODE]
if( !(idx=skill_can_produce_mix(sd,nameid,-1, qty)) )
return 0;[/CODE]
anyway I'll commit the fix later...

Hercules Elf Bot - Jul 18, 2012 13:09

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

Hercules Elf Bot - Jul 18, 2012 14:27

Originally posted by [b]michieru[/b]
Thx Malufett