Yonko Posted June 30, 2014 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted June 30, 2014 can some give me a solution on this i use 2013-08-07 clienti try to add redbub sprites so i place and edit some files Data\texture\유저인터페이스\collection Data\texture\유저인터페이스\item Data\sprite\아이템 Data\sprite\악세사리\남 Data\sprite\악세사리\여 accessoryid.lub, accname.lub and accname_eng.lub item_db2.txtitemInfo.lub[40000] = { unidentifiedDisplayName = "Wing", unidentifiedResourceName = "redbub", unidentifiedDescriptionName = { "Unknown Aura", "requiring Appraisal.", "Can be identified by", "using a Magnifier.", "Weight: ^77777710^000000", }, identifiedDisplayName = "Red Chakra", identifiedResourceName = "redbub", identifiedDescriptionName = { "Red Chakra", "Grant its wearer", "a overwhelming power to boost magic damage.", "Increase Magic Damage to Demi-human by 20%", "All Stats + 5", "MATK + 20%", "Class: ^777777Headgear^000000", "Defense : ^777777100^000000", "Weight: ^77777710^000000", "Location : ^777777Upper^000000", "Required Level: ^77777710^000000", "Jobs: ^777777All Jobs^000000" }, slotCount = 0, ClassNum = 1046 },i successfully add and shows no errors on game but when i wear there's no sprite on player and when i view it the client crash Quote Link to comment Share on other sites More sharing options...
eKoh Posted July 5, 2014 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 206 Reputation: 13 Joined: 01/07/12 Last Seen: July 12, 2020 Share Posted July 5, 2014 try to follow this guide to add new customs, the "Add customs" section is on the bottom of the pdf Quote Link to comment Share on other sites More sharing options...
Winz Posted July 10, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted July 10, 2014 try to follow this guide to add new customs, the "Add customs" section is on the bottom of the pdf eKoh, I appreciate your willing to help others. Otherwise, I would like you to recommend you to read and spread new guides, that are available on the Wiki. Even though they're pretty outdated, but they're the latest available yet compatible with the client mentioned by the Thread Starter. http://rathena.org/wiki/Custom_Items#Modifications make sure you did good on accessoryid and accessoryname lua lub Quote Link to comment Share on other sites More sharing options...
Question
Yonko
can some give me a solution on this i use 2013-08-07 client
i try to add redbub sprites so i place and edit some files
Data\texture\유저인터페이스\collection
Data\texture\유저인터페이스\item
Data\sprite\아이템
Data\sprite\악세사리\남
Data\sprite\악세사리\여
accessoryid.lub, accname.lub and accname_eng.lub
item_db2.txt
itemInfo.lub
[40000] = {
unidentifiedDisplayName = "Wing",
unidentifiedResourceName = "redbub",
unidentifiedDescriptionName = {
"Unknown Aura",
"requiring Appraisal.",
"Can be identified by",
"using a Magnifier.",
"Weight: ^77777710^000000",
},
identifiedDisplayName = "Red Chakra",
identifiedResourceName = "redbub",
identifiedDescriptionName = {
"Red Chakra",
"Grant its wearer",
"a overwhelming power to boost magic damage.",
"Increase Magic Damage to Demi-human by 20%",
"All Stats + 5",
"MATK + 20%",
"Class: ^777777Headgear^000000",
"Defense : ^777777100^000000",
"Weight: ^77777710^000000",
"Location : ^777777Upper^000000",
"Required Level: ^77777710^000000",
"Jobs: ^777777All Jobs^000000"
},
slotCount = 0,
ClassNum = 1046
},
i successfully add and shows no errors on game but when i wear there's no sprite on player and when i view it the client crash
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.