frenzmu06 Posted June 30, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 326 Reputation: 47 Joined: 04/01/12 Last Seen: February 1, 2023 Author Share Posted June 30, 2013 Which has the more priority? itemInfo.lub or item_db.txt? I edited the System/itemInfo.lub - I put for some slots in headgears and I got 4 slotted headgears even without editing my item_db.txt nor my itemslotcounttable.txt. Have I done something wrong? Is this a bug or it's just me? I tested it in 2013 clients I tried Lord Kaho's Horn into 4 slot without editing my item_db.txt and itemslotcounttable.txt. [5013] = { unidentifiedDisplayName = "Head Gear", unidentifiedResourceName = "¸®º»", unidentifiedDescriptionName = { "Unidentified item, can be identified with [Magnifier].", }, identifiedDisplayName = "Lord Kaho's Horn", identifiedResourceName = "·ÎµåīȣÀÇ»Ô", identifiedDescriptionName = { "A special headgear created specifically for Lord Kaho ... Whoever he is.", "STR + 5, INT + 5", "VIT + 10, AGI + 10", "LUK + 20, MDEF + 10", "Class :^777777 Headgear^000000", "Defense :^777777 30^000000", "Equipped on :^777777 Upper^000000", "Weight :^777777 10^000000", "Applicable Job :^777777 Every Job^000000", }, slotCount = 4, ClassNum = 99 itemslotcounttable.txt is not used anymore by 2013 client, instead it uses the "slotCount = Value," field in the iteminfo.lub, changing the values @ slotcount field makes your item show how many slot you have input in that field but it is only a visual edit (you still have to edit your item_db for it to fully work/validate the slots you've added) even the idnum2itemdesctable.txt is not need anymore and idnum2itemdisplaynametable ikr Quote Link to comment Share on other sites More sharing options...
simplexjay2 Posted July 10, 2013 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 224 Reputation: 4 Joined: 02/09/12 Last Seen: April 20, 2024 Share Posted July 10, 2013 can i know how to compile iteminfo.lua to lub shako add me in skype ijaymaliwat Quote Link to comment Share on other sites More sharing options...
frenzmu06 Posted July 10, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 326 Reputation: 47 Joined: 04/01/12 Last Seen: February 1, 2023 Author Share Posted July 10, 2013 can i know how to compile iteminfo.lua to lub shako add me in skype ijaymaliwat just rename the file extension of your iteminfo.lua to .lub Quote Link to comment Share on other sites More sharing options...
simplexjay2 Posted July 10, 2013 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 224 Reputation: 4 Joined: 02/09/12 Last Seen: April 20, 2024 Share Posted July 10, 2013 can i know how to compile iteminfo.lua to lub shako add me in skype ijaymaliwat just rename the file extension of your iteminfo.lua to .lub i just want it to be secure like on luafile when compiling Quote Link to comment Share on other sites More sharing options...
rosfus Posted July 10, 2013 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 75 Reputation: 3 Joined: 04/12/13 Last Seen: August 15, 2014 Share Posted July 10, 2013 1 Quote Link to comment Share on other sites More sharing options...
hendra814 Posted August 1, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 2 hours ago Share Posted August 1, 2013 need update for new item. thanks Quote Link to comment Share on other sites More sharing options...
frenzmu06 Posted August 8, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 326 Reputation: 47 Joined: 04/01/12 Last Seen: February 1, 2023 Author Share Posted August 8, 2013 should i continue updating this topic? there is already THIS more updated one(i think) by Michieru. Originl Topic by them here Quote Link to comment Share on other sites More sharing options...
hendra814 Posted August 9, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 2 hours ago Share Posted August 9, 2013 @frenzmu06, Thanks a lot for the link Quote Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted September 21, 2013 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted September 21, 2013 should i continue updating this topic? there is already THIS more updated one(i think) by Michieru. Originl Topic by them here Yes you should continue this. Well they have updated itemInfo.lub/lua but some of their item info are missing or like not the same name with the actual item or they use AEGIS name for it. Like for an example... [2629] = { unidentifiedDisplayName = "Accessory", unidentifiedResourceName = "º§Æ®", unidentifiedDescriptionName = { "A reproduction of the", "girdle of might that", "Thor wore to enhance", "his prodigious strength. Str +40, MDEF +7", "^FFFFFF_^000000", "^FF0000This can be made 30 Day version, and tradable by talking with the Godly Item Confiscator in Prontera Castle.^000000", "Not Tradable", "^FFFFFF_^000000", "Class: ^777777Accessory^000000", "Defense: ^7777772^000000", "Weight: ^777777800^000000", "Required Level: ^77777794^000000", "Jobs: ^777777All^000000" }, identifiedDisplayName = "Magingiorde", identifiedResourceName = "¸Þ±ä±â¿À¸£µå", identifiedDescriptionName = { "A reproduction of the", "girdle of might that", "Thor wore to enhance", "his prodigious strength. Str +40, MDEF +7", "^FFFFFF_^000000", "^FF0000This can be made 30 Day version, and tradable by talking with the Godly Item Confiscator in Prontera Castle.^000000", "Not Tradable", "^FFFFFF_^000000", "Class: ^777777Accessory^000000", "Defense: ^7777772^000000", "Weight: ^777777800^000000", "Required Level: ^77777794^000000", "Jobs: ^777777All^000000" }, slotCount = 0, ClassNum = 0 }, Maybe if you can merge those item info it would be great . Quote Link to comment Share on other sites More sharing options...
frenzmu06 Posted September 23, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 326 Reputation: 47 Joined: 04/01/12 Last Seen: February 1, 2023 Author Share Posted September 23, 2013 should i continue updating this topic? there is already THIS more updated one(i think) by Michieru. Originl Topic by them here Yes you should continue this. Well they have updated itemInfo.lub/lua but some of their item info are missing or like not the same name with the actual item or they use AEGIS name for it. Like for an example... [2629] = { unidentifiedDisplayName = "Accessory", unidentifiedResourceName = "º§Æ®", unidentifiedDescriptionName = { "A reproduction of the", "girdle of might that", "Thor wore to enhance", "his prodigious strength. Str +40, MDEF +7", "^FFFFFF_^000000", "^FF0000This can be made 30 Day version, and tradable by talking with the Godly Item Confiscator in Prontera Castle.^000000", "Not Tradable", "^FFFFFF_^000000", "Class: ^777777Accessory^000000", "Defense: ^7777772^000000", "Weight: ^777777800^000000", "Required Level: ^77777794^000000", "Jobs: ^777777All^000000" }, identifiedDisplayName = "Magingiorde", identifiedResourceName = "¸Þ±ä±â¿À¸£µå", identifiedDescriptionName = { "A reproduction of the", "girdle of might that", "Thor wore to enhance", "his prodigious strength. Str +40, MDEF +7", "^FFFFFF_^000000", "^FF0000This can be made 30 Day version, and tradable by talking with the Godly Item Confiscator in Prontera Castle.^000000", "Not Tradable", "^FFFFFF_^000000", "Class: ^777777Accessory^000000", "Defense: ^7777772^000000", "Weight: ^777777800^000000", "Required Level: ^77777794^000000", "Jobs: ^777777All^000000" }, slotCount = 0, ClassNum = 0 }, Maybe if you can merge those item info it would be great . sry, i think that wouldn't happen anymore as i lost interest on ragnarok, i even dropped my upcoming server (already up) which i spend some times, moved to dota2. but i can update/add SOME items on the latest rev (rev6) by request just post item id/id range and i'll work on it if i have spare time; pm me if you need something personal Quote Link to comment Share on other sites More sharing options...
markiez22 Posted November 18, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 126 Reputation: 5 Joined: 10/31/12 Last Seen: June 7, 2023 Share Posted November 18, 2013 some1 have itemlua.lub support to pre-renewal item_db???can u share it thx Quote Link to comment Share on other sites More sharing options...
moraru Posted August 27, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 38 Reputation: 0 Joined: 08/27/14 Last Seen: August 19, 2015 Share Posted August 27, 2014 thx, i rename it to iteminfo and all my translation problems are fixed. Quote Link to comment Share on other sites More sharing options...
Elqpal Posted September 17, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 66 Reputation: 2 Joined: 09/01/12 Last Seen: October 1, 2018 Share Posted September 17, 2014 Hi, Do you have cskroption.info for pre-renewal? Quote Link to comment Share on other sites More sharing options...
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.