Jump to content
  • 0
binbinH

Some Headgear gives me Sprite Errors T.T HELP

Question

Some Headgear gives me Sprite Errors T.T HELP

Headgears like LBH, GPIPE, etc, gives me sprite errors this headgears have dupplicates that work well. what happens is that even if headgears are equiped it doesnt show on players heads(as if there is no sprite) and also client crashes when alt q window is open. I would appreciate any help or ideas how to fix this.

Share this post


Link to post
Share on other sites

9 answers to this question

Recommended Posts

  • 0

have you edit the item id ? iteminfo ? perhaps you put at wrong position ?

No :( they have correct item ID, where can i check the correct iteminfo?

Share this post


Link to post
Share on other sites
  • 0

System/iteminfo.lua or iteminfo.lub

i use the one from zackdreaver in his translation package. I am a real newbie and dont know how to open lua or lub files hehe

Share this post


Link to post
Share on other sites
  • 0

 

System/iteminfo.lua or iteminfo.lub

i use the one from zackdreaver in his translation package. I am a real newbie and dont know how to open lua or lub files hehe

use notepad ++

Share this post


Link to post
Share on other sites
  • 0

 

 

System/iteminfo.lua or iteminfo.lub

i use the one from zackdreaver in his translation package. I am a real newbie and dont know how to open lua or lub files hehe

use notepad ++

[5518] = {
unidentifiedDisplayName = "Helm",
unidentifiedResourceName = "헬름",
unidentifiedDescriptionName = {
"Unknown Item, can be identified by [Magnifier]."
},
identifiedDisplayName = "Large Baphomet Horns",
identifiedResourceName = "대형마제스틱고우트",
identifiedDescriptionName = {
"A headgear made from the horns of Baphomet.",
"12% additional tolerance against Demi-Human monsters.",
"Increase certain amount of ATK based on wearer's Job lv.",
"Class: ^777777Headgear^000000",
"Defense: ^77777710^000000",
"Location: ^777777Upper^000000",
"Weight: ^77777780^000000",
"Required Level: ^77777750^000000",
"Jobs: ^777777All^000000"
},
slotCount = 0,
ClassNum = 513
},

 

this is what i have on my itemlua :) is it the correct file?

Share this post


Link to post
Share on other sites
  • 0

 

 

 

System/iteminfo.lua or iteminfo.lub

i use the one from zackdreaver in his translation package. I am a real newbie and dont know how to open lua or lub files hehe
use notepad ++
[5518] = { unidentifiedDisplayName = "Helm", unidentifiedResourceName = "헬름", unidentifiedDescriptionName = { "Unknown Item, can be identified by [Magnifier]." }, identifiedDisplayName = "Large Baphomet Horns", identifiedResourceName = "대형마제스틱고우트", identifiedDescriptionName = { "A headgear made from the horns of Baphomet.", "12% additional tolerance against Demi-Human monsters.", "Increase certain amount of ATK based on wearer's Job lv.", "Class: ^777777Headgear^000000", "Defense: ^77777710^000000", "Location: ^777777Upper^000000", "Weight: ^77777780^000000", "Required Level: ^77777750^000000", "Jobs: ^777777All^000000" }, slotCount = 0, ClassNum = 513 },

 

this is what i have on my itemlua :) is it the correct file?

Do you have updated kRO?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.