Hercules Elf Bot - Jul 19, 2012 19:20
Originally posted by [b]duaud[/b]
I think that it's not client side, but core issue.
Because of I'm korean, i use kro's original lub files.
Arch Angel Wing or Adventure's backpack's sprite is displayed well, but Fallen Angel Wing's sprite is not displayed well.
My itemdb.txt's code is this.
[quote]2589,Fallen_Angel_Wing,Fallen Angel Wing,5,,,200,,18,,1,0xFFFFFFFF,7,2,4,,0,1,0,{ bonus bAllStats,1; bonus bAtk,readparam(bStr)/20; bonus bMatk,readparam(bInt)/20; bonus2 bSubEle,Ele_Neutral,readparam(bVit)/20; bonus bAspdRate,readparam(bAgi)/20; bonus bLongAtkRate,readparam(bDex)/20; bonus bCritAtkRate,readparam(bLuk)/20; },{},{}[/quote]
Hercules Elf Bot - Aug 7, 2012 14:07
Originally posted by [b]Daylight[/b]
I'm sorry. It's not core's side, but database's side.
change
[quote][color=#282828][font=helvetica, arial, sans-serif][size=3][background=rgb(247, 247, 247)]2589,Fallen_Angel_Wing,Fallen Angel Wing,5,,,200,,18,,1,0xFFFFFFFF,7,2,4,,0,1,0,{ bonus bAllStats,1; bonus bAtk,readparam(bStr)/20; bonus bMatk,readparam(bInt)/20; bonus2 bSubEle,Ele_Neutral,readparam(bVit)/20; bonus bAspdRate,readparam(bAgi)/20; bonus bLongAtkRate,readparam(bDex)/20; bonus bCritAtkRate,readparam(bLuk)/20; },{},{}[/background][/size][/font][/color][/quote]
to
[quote][color=#282828][font=helvetica, arial, sans-serif][size=3][background=rgb(247, 247, 247)]2589,Fallen_Angel_Wing,Fallen Angel Wing,5,,,200,,18,,1,0xFFFFFFFF,7,2,4,,0,1,3,{ bonus bAllStats,1; bonus bAtk,readparam(bStr)/20; bonus bMatk,readparam(bInt)/20; bonus2 bSubEle,Ele_Neutral,readparam(bVit)/20; bonus bAspdRate,readparam(bAgi)/20; bonus bLongAtkRate,readparam(bDex)/20; bonus bCritAtkRate,readparam(bLuk)/20; },{},{}[/background][/size][/font][/color][/quote]