Issue Information
-
#006277
-
0 - None Assigned
-
Working as Intended
Issue Confirmations
-
Yes (0)No (0)
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.
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; },{},{}
i think its not implemented yet on rathena. not supported yet. that's why it was still blank on the database. so at this time there is no core bug for this.
Thanks for comment.
I'll be waiting for implement. ^^
I'm sorry. It's not core's side, but database's side.
change
to2589,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; },{},{}
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; },{},{}
i think its not implemented yet on rathena. not supported yet. that's why it was still blank on the database. so at this time there is no core bug for this.
+1