Hi all rathena members I have a question with the file iteminfo, focused on the shields
I have seen that the shield ClassNum change numbers in the kro iteminfo
and when to implement one of jro not know what the corresponding number
where I can find those numbers?
leave an example of two shields
Ahura Mazdah
[2199] = {
unidentifiedDisplayName = "방패",
unidentifiedResourceName = "아후라마즈다",
unidentifiedDescriptionName = {
"Unidentified item, can be identified with [Magnifier].",
},
identifiedDisplayName = "아후라 마즈다",
identifiedResourceName = "아후라마즈다",
identifiedDescriptionName = {
"알려고 하면 다치는 아이템"
},
slotCount = 0,
ClassNum = 2
Bradium Shield
[2138] = {
unidentifiedDisplayName = "방패",
unidentifiedResourceName = "가드",
unidentifiedDescriptionName = {
"Unidentified item, can be identified with [Magnifier]."
},
identifiedDisplayName = "브라디움 방패",
identifiedResourceName = "브라디움방패",
identifiedDescriptionName = {
"브라디움을 소재로 만든 무겁고 단단한 방패",
"MHP + 500",
"실드 부메랑 사용시 공격력 60% 증가",
"Agi - 1",
"Class : ^777777 방패^000000",
"Defense : ^777777 98^000000",
"Weight : ^777777 180^000000",
"Required Level : ^777777 65^000000",
"Applicable Job : ^777777 전승 2차직업 이상 장착가능^000000"
},
slotCount = 1,
ClassNum = 3
},
Ahura Mazdah - ClassNum = 2
Bradium Shield - ClassNum = 3 Neo Valkyrja's Shield - ClassNum = 4 ?? O.o
thx