Hi. The sprite of my banryu still doesn't show even I followed a youtube video on how to add custom weapon. (Tutorial Add Costume Weapon Ragnarok Private Server #Rathena Emulator). Only appears the normal sword sprite. I'm using 2018-04-18bRagexeRE_patched btw.
db/pre-re/item_db
40082,banryu,Banryu,5,,,5000,,,,4,0x00000080,2,2,002,,1,1,2,{ },{ },{ }
data/sprite/Àΰ£Á·/±â»ç
±â»ç_³²_banryu.act
±â»ç_³²_banryu.spr
±â»ç_¿©_banryu.act
±â»ç_¿©_banryu.spr
data/sprite/¾ÆÀÌÅÛ
banryu.act
banryu.spr
iteminfo.lua
[40082] = {
unidentifiedDisplayName = "",
unidentifiedResourceName = "",
unidentifiedDescriptionName = {},
identifiedDisplayName = "Banryu",
identifiedResourceName = "banryu",
identifiedDescriptionName = {
"A powerful one-handed sword in ^FF0000Ragnarok Online^000000.",
"Hit +50",
"Increase damage with ^880000Bowling Bash^000000 skill by 12%.",
"Class :^777777 Sword^000000",
"Attack :^777777 200^000000",
"Weight :^777777 120^000000",
"Required Level :^777777 190^000000",
"Applicable Job :^777777 Knight Class only^000000",
},
slotCount = 4,
ClassNum = 110
},
weapontable.lub
Weapon_IDs = {
WEAPONTYPE_banryu = 110
}
WeaponNameTable = {
[Weapon_IDs.WEAPONTYPE_banryu] = "_banryu"
}
Expansion_Weapon_IDs = {
[Weapon_IDs.WEAPONTYPE_banryu] = Weapon_IDs.WEAPONTYPE_banryu
}